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

Determine efficiency and form factor, Q Consider a three-phase, full-wave b...

Q Consider a three-phase, full-wave bridge recti?er, as shown in Figure, with a purely resistive load R. For each diode, determine: (i) efficiency, (ii) form factor, (iii) ripple f

Digital circuits, Digital circuits In analog  circuits,  we think  som...

Digital circuits In analog  circuits,  we think  something about  voltages on terminals ranging over natural values.  This provides us the freedom to make an enormous variety

Draw a one-line diagram of three-phase distribution system, Q. A three-phas...

Q. A three-phase transformer bank consisting of three 10-kVA, 2300:230-V, 60-Hz, single-phase transformers connected in Y- is used to step down the voltage. The loads are connecte

Explain global positioning systems, Q. Explain Global Positioning Systems? ...

Q. Explain Global Positioning Systems? Modern communication systems abound in practice: cellular phones, computer networks, television satellites, and optical links for telepho

What do you mean by exponent, Q. What do you mean by Exponent? The expo...

Q. What do you mean by Exponent? The exponent field needs to represent both negative and positive exponents. To perform this, a bias is added to the actual exponent in order

Student, Can I get some ideas for power system stability simulation using M...

Can I get some ideas for power system stability simulation using Matlab?

Energy bands, Energy Bands 1) Since isolated atoms are brought togethe...

Energy Bands 1) Since isolated atoms are brought together to make a solid, the electron wave functions begin to overlap. 2) Several interactions occur, and, at the proper i

Transistors, what is transistor how it works?

what is transistor how it works?

Define hrq, Define HRQ? The hold demand output requests the access of t...

Define HRQ? The hold demand output requests the access of the system bus. In non- cascaded 8257 systems, this is linked with HOLD pin of CPU. In cascade mode, this pin of a sla

Dual beam, explane the special features of dual beam?

explane the special features of dual beam?

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