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

Microcontroller interfacing, The conveyor system is driven by a 240 Volt 50...

The conveyor system is driven by a 240 Volt 50 Hz AC motor requiring a continuous 1 Amp supply. The conveyor has single direction operation. The loading mechanism for the winder

Armature reaction, is armature reaction good or bad for dc generator?

is armature reaction good or bad for dc generator?

Draw frequency response curve, Q. Sketch An Rc Coupled Two Stage Amplifier....

Q. Sketch An Rc Coupled Two Stage Amplifier. Draw Its Frequency Response Curve And Account For Its Stages. The figure above shows a two stage RC coupled amplifier. The sig

Slip-power controlled wound-rotor induction-motor drives, Q. Slip-power con...

Q. Slip-power controlled wound-rotor induction-motor drives? Slip power is that portion of the air-gap power that is not converted into mechanical power. The methods involving

Querying the gis, Querying the GIS: Interfaces which use the querying...

Querying the GIS: Interfaces which use the querying facility are available with the RDBMS. In the network-mapping environment, these give accurate and reliable information to

Wcdma, what is that mean and explain

what is that mean and explain

Explain frequency response curve of a rc coupled amplifier, Q. Explain the...

Q. Explain the frequency response curve of a  RC coupled amplifier The frequency response curve of a typical RC coupled Amplifier is shown below: In mid frequency range

Show frequency response using pspice and probe, Q. Show Frequency response ...

Q. Show Frequency response using pspice and probe? PSpice is capable of performing transient circuit analysis, for which the request is given by the following statement: • T

With the help of the structures explain lcd, Q. With the help of the struct...

Q. With the help of the structures explain LCD. A liquid crystal display (LCD) is a thin, flat display device made up of any number of color or monochrome pixels arrayed in fro

Power system engineering, A three-phase transposed line is composed of one ...

A three-phase transposed line is composed of one ACSR conductor per phase with flat horizontal spacing of 11 meters as shown in Figure (a). The conductors have a diameter of 3.625

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