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

Explain the transfer characteristics, Q. Explain the transfer characteristi...

Q. Explain the transfer characteristics in a few words ? The transfer characteristics are a plot of an output (or a drain) current versus an input controlling quantity. There i

What do you mean by feedback in amplification, Q. What do you mean by Feedb...

Q. What do you mean by Feedback in amplification? Feedback :   Feedback in its broadest sense means that a certain amount of the output signal is "fed back" into the input. An

Explain working of phase shift oscillator, Explain working of Phase Shift O...

Explain working of Phase Shift Oscillator? Figure shows a phase shift oscillator. Here the combination of ReCe provides self bias for the amplifier. The phase of the signa

Short note on armature reaction., Armature Reaction in DC Generator:  Arma...

Armature Reaction in DC Generator:  Armature reaction is the effect of magnetic flux set up by armature current upon the distribution of flux under the main poles.

What do you understand by analog to digital conversion, Q. What do you unde...

Q. What do you understand by Analog to Digital conversion? What do you understand by A/D conversion? Give an explanation of any one of the following A/D techniques: (i) Su

Illustrate the concept of part families, (a) Illustrate the concept of Part...

(a) Illustrate the concept of Part Families ? (b) Explain briefly the general process to solve the problem of grouping the parts into families.

Tone used in stronger telephony, Q. Tone used in stronger telephony? Di...

Q. Tone used in stronger telephony? Dial Tone: This tone is used to specify that exchange is ready to accept dialled digits from subscriber. Subscriber must start dialling only

Ac circuits, introduction for on ac circuits

introduction for on ac circuits

Describe the working of bistable multivibrator, Q. Describe the working of ...

Q. Describe the working of bistable multivibrator A bistable circuit is one which can exit indefinitely  in either of two stable states and which can be induced to make an abru

How can we prove that radio waves are sine waves, What makes them sine? ...

What makes them sine? Ans) Fourier tells that only a sine wave has no harmonic content. The math works out that if you have any wave shape other than a sign wave, you can brea

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