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

Electrons, Ask question #Minimum 100 words accepted how does the charge pla...

Ask question #Minimum 100 words accepted how does the charge plate relate to the movement of electrons

Explain the meaning of duality in boolean algebra?, Explain the Meaning of ...

Explain the Meaning of Duality in Boolean Algebra? Any algebraic equality that derived from the axioms of the Boolean algebra remains true when the operators OR and AND are in

Common-base configuration, Common-base configuration:  The common-bas...

Common-base configuration:  The common-base that is abbreviated as CB transistor configuration, which is as well termed as the 'grounded base' configuration, is displayed in

Dc machines, commutator in d.c machine acts as... what????

commutator in d.c machine acts as... what????

Electrical machine, what happens when we apply DC supply to transformer pri...

what happens when we apply DC supply to transformer primary

Explain the suitability of copper, Explain  the  suitability  of  coppe...

Explain  the  suitability  of  copper that  is  used  as  electrical  conducting materials. Copper : Pure annealed is utilized for the winding of electrical machines. High pur

Explain the block diagrtam of d.c. voltmeter , Q.   Explain the block diagr...

Q.   Explain the block diagrtam of D.C. voltmeter with direct coupled amplifier. Sol. D.C, voltmeter with direct coupled Amplifier         The D.C. electronic voltmeters

Achieving reforms goals using gis applications, Achieving reforms goals usi...

Achieving reforms goals using GIS applications: GIS could help in achieving the above reforms goals through various applications: •  Creation of consumer database and cons

Low investments in transmission and distribution system, Low Investments in...

Low Investments in Transmission and Distribution System The investment on T&D system in our country has commonly been lower than that on generation. It is hugely believed in

Evaluate the thickness of the shell plate, A cylindrical shell with flat en...

A cylindrical shell with flat ends is of 1.5 m Internal diameter and 4 m length. It is subjected to an internal pressure of 300 N/cm 2 . The principal stress is not to exceed 15 K

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