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

555 timer ic, i wanted the exact names of the components of the internal ci...

i wanted the exact names of the components of the internal circuit of a 555 timer ic

Calculate the active and reactive power, The variable resistor Z o in the ...

The variable resistor Z o in the circuit shown in Fig. 1  is adjusted until maximum average power is delivered to Zo. a)  Find the value of Z o b)  Calculate the maximum av

Differentiate between dual beam and dual trace oscilloscope, Q. How do you ...

Q. How do you differentiate between dual beam and dual trace oscilloscope? Sol. There are two separate vertical input channels A, B and these use separate attenuator and prea

Designing a switching system, Q. Demonstrate how finite state machine model...

Q. Demonstrate how finite state machine model helps in designing a switching system and give a typical illustration. Ans: Switching systemessentially belongs to class of fi

Explain magnetic property of ferromagnetic materials, The critical temperat...

The critical temperature above which the ferromagnetic materials lose their magnetic property is known as (A) Hysteresis.                                   (B) Curie point.

Dc machince, what ''s part of dcmotor or dc generator

what ''s part of dcmotor or dc generator

Extrinsic material, Extrinsic Material In addition to thermally ge...

Extrinsic Material In addition to thermally generated carriers, it is possible to create carriers in the semiconductor by purposely introducing impurities into the crystal

Transmission, what are the grond clearance for 220KV overhead transmission ...

what are the grond clearance for 220KV overhead transmission lines?

Express the storedmagnetic energy, A relay is essentially an electromechani...

A relay is essentially an electromechanical switch that opens and closes electrical contacts. A simplified relay is represented in Figure. It is required to keep the fenomagnetic p

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