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

Dc motors, costruction and working of dc motor

costruction and working of dc motor

Wien bridge, How i prepare a wien bridge for my college assignemen?

How i prepare a wien bridge for my college assignemen?

Show that any periodic signal is not typically energy type, (a) Evaluate wh...

(a) Evaluate whether the sinusoidal signal x(t) = A cos (2πf 0 t + θ) is an energy-type or a power-type signal. (b) Show that any periodic signal is not typically energy type, a

Find the largest current out, Q. Consider a BJT switch connected to the nex...

Q. Consider a BJT switch connected to the next stage, as shown in Figure, in which iout is likely to be negative when v out is high. Assume V CC = 5 V, R C = 1k, and the high r

Find out the output if resistance, Q. The input to the differentiator circu...

Q. The input to the differentiator circuit is a sinusoidal voltage of peak value 5mv and frequency 1kHZ. find out the output if R=100K and C=10^-6F Solution. The equation

Compute the induced emf, Compute the induced emf: If a coil of 150 tur...

Compute the induced emf: If a coil of 150 turns is linked with a flux of 0.01 wb while carrying a current of 10 Amp, compute the inductance of coil. Now, if current is reverse

Explain about dial pulses, Q. Explain about Dial Pulses? Dial pulsing (...

Q. Explain about Dial Pulses? Dial pulsing (sometimes known as rotary dial pulsing) is the method basically used to transfer digits from a telephone set to the local switch. Pu

DC. motors, what''s the difference between DC. motors and AC. motors

what''s the difference between DC. motors and AC. motors

Digital Signal Processing, What is the difference between the unit step fun...

What is the difference between the unit step function u(n+4) and the time-scaled function u(2n+8)

How a transistor in common-base configuration amplify signal, Q. With a cir...

Q. With a circuit diagram explain how a transistor in common-base configuration amplify signals.  The common-base terminology is derived from the fact that the base is common t

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