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 about differentiator, Q. Explain about Differentiator? Shown in...

Q. Explain about Differentiator? Shown in Figure is a differentiator which is obtained by replacing R1 in the inverting amplifier of Figure by a capacitor C. Assuming ideal op-

Features of tariff policy, Features of tariff policy: For projects who...

Features of tariff policy: For projects whose tariff is determined by performance- based cost of service regulation, the advantages of decreased tariff after full depreciation

Enhancement operation of p-channel enhancement mosfet, Q. Show the Enhancem...

Q. Show the Enhancement operation of p-channel enhancement mosfet? As the gate terminal is insulated from the channel by the silicon dioxide layer, we can also apply a negative

Program counter , Program Counter (PC) It is a   16 bit  register.  It ...

Program Counter (PC) It is a   16 bit  register.  It is a memory  pointer. It stores  the memory address  of the next  byte of the program to be executed. Memory  address is of

Logic Gates, A former employs a servant to look after his form house. He in...

A former employs a servant to look after his form house. He instructs the servant to keep a watch on his goat. So that he does not harm the kitchen garden, when the entrance-door

Show jkff connected as a t flip-flop, Q. For a JKFFwith JK = 11, the output...

Q. For a JKFFwith JK = 11, the output changes on every clock pulse. The change will be coincident with the clock pulse trailing edge and the flip-flop is said to toggle, when T = 1

Simplified operation on transistor, Simplified operation: Figu...

Simplified operation: Figure: Simple circuit to show the labels of a bipolar transistor. The essential value of a transistor comes from its capability to make use

Computer-aided circuit analysis using MATLAB, Q. Computer-aided circuit ana...

Q. Computer-aided circuit analysis using MATLAB ? This text does not teach MATLAB; it assumes that the student is familiar with it through previous work. Also, the book does no

Extrinsic material, Extrinsic Material: THE CHARACTERISTICS OF SEMI C...

Extrinsic Material: THE CHARACTERISTICS OF SEMI CONDUCTOR material can be alter significant bin addition of certain impurity atoms into the relatively pure se conductor mater

Determine the fall-off rate, Q. A low-pass filter circuit is shown in Figur...

Q. A low-pass filter circuit is shown in Figure. Using a PSpice program and PROBE, obtain the Bode magnitude plot for the transfer function ¯H(f) = ¯V out / ¯V in for the frequ

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