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

Power of the signal transmitted by powerful cell phones, What is the power ...

What is the power of the signal transmitted by powerful cell phones? Ans) The powerful cell phones can transfer a signal of 3 watts.

Microcontroller, Project Garage door opener with password. Wrong password ...

Project Garage door opener with password. Wrong password "door close" on lcd screen, correct password "door open" on lcd Screen no need the motor. Material used - Microcontroller

What do you mean by noise, Q. What do you mean by Noise? In any communi...

Q. What do you mean by Noise? In any communication system there are usually two dominant factors that limit the performance of the system: 1. Additive noise, generated by el

Draw a labeled block diagram of the encoder, Question: (a) The convers...

Question: (a) The conversion of a time varying analog audio signal into digital form is carried out using an electronic circuit known as a (signal) encoder. Draw a labeled bl

Signal processing 1 ., region of convergence of (Z+2)*(12z-1)/((3z-1)*(4z+1...

region of convergence of (Z+2)*(12z-1)/((3z-1)*(4z+1 ))

Physics, what is the significant of damping coficient

what is the significant of damping coficient

Show the conditions necessary for sustained oscillation, The conditions nec...

The conditions necessary for sustained oscillation can be summarized as follows: 1. There should be a positive feedback. 2. The loop gain of the circuit must be equal to or g

Obtain expressions for the open-loop voltage gain, Q. Consider the op-amp c...

Q. Consider the op-amp circuit shown in Figure and obtain expressions for the open-loop voltage gain at (a) low and (b) high frequencies. Also determine relations for the 3-dB poin

Emitter follwer, Ask questertion #Minimum 100 words accepted#

Ask questertion #Minimum 100 words accepted#

What is the minimum sampling rate, Q. The magnitude spectrum of a continuou...

Q. The magnitude spectrum of a continuous  image is as given below.  a) Sketch the frequency response of the sampled spectrum if   ωs =1.5 ωm along x and 3ωm along  y directions

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