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

Fet parameters, FET Parameters A basic, low-frequency hybrid-pi model ...

FET Parameters A basic, low-frequency hybrid-pi model for the MOSFET is displayed in figure. The several parameters are as follows. is the transconductance in siemens

Define a voltmeter, Define a voltmeter A voltmeter is an instrument us...

Define a voltmeter A voltmeter is an instrument used to measure p.d. and must be linked in parallel with the part of the circuit whose p.d. is required.

Can you explain honorarium?, Can you explain Honorarium? Ans: Honora...

Can you explain Honorarium? Ans: Honorarium is a remuneration for work performed which is intermittent or occasional in character and either so laborious or of such special

Discuss the various types of memory devices, Discuss the various types of m...

Discuss the various types of memory devices that you are familiar with. All of the memory utilized as main store in a modern computer is implemented like semiconductors fabrica

Calculate the actual frequency of circuit, (a) The circuit of Figure 1 repr...

(a) The circuit of Figure 1 represents an amplifier-speaker connection. The filter is a low pass filter which is connected to the woofer. The filter is a -network. (i) Design a

Lc circuits, L=0.0053nH, C=15µF find the operating frequency of series LC c...

L=0.0053nH, C=15µF find the operating frequency of series LC circuit. What factors decides capacitance ..

Add register and carry with accumulator, Add Register and Carry with Accumu...

Add Register and Carry with Accumulator The contents  of register R and the  carry flag are added to the  contents of the  accumulator  and result of  addition  is also  sto

What is voltage multiplying dacs, What is Voltage Multiplying DACs? Mul...

What is Voltage Multiplying DACs? Multiplying DACs function on the principle of producing a weighted sum analog signal where the sum is proportional to the digital input signal

Calculate minimum number of poles for the induction machine, A wound-rotor ...

A wound-rotor induction machine, driven by a dc motor whose speed can be controlled, is operated as a frequency changer. The three-phase stator winding of the induction machine is

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