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

Dsp, A pure sine wave with a frequency of 100Hz is sampled at 150Hz. At whi...

A pure sine wave with a frequency of 100Hz is sampled at 150Hz. At which one of the following frequencies would you expect an alias?

Show the octal number system, Q. Show the Octal Number System? Though t...

Q. Show the Octal Number System? Though this was once a popular number base, especially in the Digital Equipment Corporation PDP/8 and other old computer systems, it is rarely

Why two rectifier is used in smps, Its not essential that a power plant use...

Its not essential that a power plant uses only two rectifiers, it depends on the load there at the site and the capacity of the rectifier or SMPS. Assume the load at the site is 12

Determine the line current-total apparent power, A balanced three phase, fo...

A balanced three phase, four wire, WYE connect load consisting of per phase resistenance of A ohms and inductive reactance of D ohms/phase is connected to a B000 V three phase sour

Calculate the maximum radiation intensity, Q. The power gain of an antenna ...

Q. The power gain of an antenna is 10,000. If its input power is 1 kW, calculate the maximum radiation intensity that it can generate.

A transistor has how many p-n junction, A transistor has (A) One p-n j...

A transistor has (A) One p-n junction.  (B) Two p-n junction. (C) Four p-n junction. (D) Five p-n junction. Ans: A transistor has two p-n junctions.

Define the perspective transformation, Define the application of CAM/CAD to...

Define the application of CAM/CAD to engineering design along with its benefits. a) A triangle is prepared by three position vectors A[2 4 1], B[4 6 1], C[2 6 1], get the reflec

Distinguish between ferromagnetic and paramagnetic materials, Distinguish b...

Distinguish between ferromagnetic and paramagnetic materials, mentioning at least one example of each. Ferromagnetic Materials: These are materials wherein magnetic dipoles i

Diodes, How does a diode work! what is its main formulas?

How does a diode work! what is its main formulas?

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