Gaussian derivatives, Electrical Engineering

Assignment Help:

Gaussian derivatives

Generate Gaussian kernels for a given scale "sigma", and display the kernel.

The size of the kernel should be floor(3*sigm)+1;

(i) Write an m-file "gauss.m" which generates Gaussian kernel.

function G=gauss(sigm)
s=floor(3*sigm)+1;
x=[-s:s];
G = exp(-x.^2/(2*sigm^2));
G=G/sum(sum(G));
plot(?);

Why G has to be normalized?

(ii) write an m-file gauss_x.m which generates 1 order derivative of the Gaussian kernel.

function G=gauss_x(sigm)
s=floor(3*sigm)+1;
x=[-s:s];

G=?

(iii)  Write an m-file gauss_xx.m which generates 2 order derivative of the Gaussian kernel.

function G=gauss_xx(sigm)
s=floor(3*sigm)+1;
x=[-s:s];
G=?

Observe Gaussian kernels for different sigma values.
Why the size of the kernel should be  (3*sigm)+1 ?


Related Discussions:- Gaussian derivatives

Sketch voltage and the energy stored in the capacitor, Q. Considering the c...

Q. Considering the circuit shown in Figure, sketch v(t) and the energy stored in the capacitor as a function of time.

Discuss some features of pentium series of microprocessors, Discuss some fe...

Discuss some features of Pentium series of microprocessors. The Pentium is a CISC microprocessor, 32-bit superscalar.  The term superscalar is utilized for the processor that

Nop no operation instruction , NOP No Operation Instruction No operati...

NOP No Operation Instruction No operation  is performed  when this  instruction is executed. The instruction format is             NOP All  registers and flags  re

Steps to develop microprocessor based computer system, Explain in brief ste...

Explain in brief steps to develop a Microprocessor based computer system. The design of a microcomputer system should begin with the CPU module. It modules establishes the fund

Maximum apparent power transferred by conduction, Q. A single-phase, two-wi...

Q. A single-phase, two-winding, 10-kVA, 440:110- V, 60-Hz transformer is to be connected as an autotransformer to supply a load at 550 V from a 440-V supply. Draw a schematic diagr

Microcontroller - introduction to microprocessors , Microcontroller Mic...

Microcontroller Microcontroller  is also known  as computer  on a chip  this  includes basic  features of microprocessor (ALU Registers  and control circuits ) with  1 k to 2k

Complex waveforms and transients in rlc circuits, can you let me know how m...

can you let me know how much it would be for the answer to a question that has 2 parts

Voltage and frequency control methods - motor control , Voltage  and Freq...

Voltage  and Frequency Control Methods In this  control  method the ratio of voltage  to frequency is kept constant so that the  flux  remains  constant. The voltage  at varia

Water flow mangemen using embeded technogy, what is the method to do this p...

what is the method to do this project and what material used for?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd