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 diffusion, Explain Diffusion. Diffusion : Though, the mobili...

Explain Diffusion. Diffusion : Though, the mobility of the carriers in a semiconductor is greater than the electrons in metals, the conductivity in the former is much less t

Give the properties and application of cotton, Give the properties and appl...

Give the properties and application of cotton. Cotton : It is base material for insulating fibres. Properties: It can be enhanced by impregnating with varnish. 1)

Use delta-wye transformation for network reduction, Use delta-wye transform...

Use delta-wye transformation for network reduction and determine the current through the 12- resistor in the circuit of Figure(a).

Measurment, emitter followers regulator

emitter followers regulator

Demand side management, Demand Side Management Demand side management ...

Demand Side Management Demand side management refers to programmes implemented through utilities to modify consumer load profile. Energy efficiency programmes decrease energy

Semiconductor in equilibrium, Semiconductor  in Equilibrium Equilib...

Semiconductor  in Equilibrium Equilibrium in semiconductors implies the following: (i) Steady state: ∂Z / ∂t = 0 In which Z is any physical quantity like charge, volt

Discuss important properties and uses of rubber, Discuss important properti...

Discuss important properties and uses of Rubber. Rubber: It is polymeric material along with high elastic yield strain. The various types of rubber materials are given as-

What do you mean by output voltage swing, Q. What do you mean by Output Vol...

Q. What do you mean by Output Voltage Swing? Ideally this is equal to the difference between the two supply rail voltages, although in practice it is a few volts less.

Explain steady-state error of linear systems, Q. Explain Steady-State Error...

Q. Explain Steady-State Error of Linear Systems? If the steady-state response of the output does not agree exactly with the steady state of the input, the system is said to hav

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