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 the third group of 32 ascii character, Explain the Third Group of 3...

Explain the Third Group of 32 ASCII Character? The third group of 32 ASCII characters is set aside for the upper case alphabetic characters. The ASCII codes for the characters

Function of time base generator, Q. Explain the function of time base gener...

Q. Explain the function of time base generator in CRO. Sol. Oscilloscopes are used to display a waveform that varies as a function of time. If the waveform is to be accuratel

PFC, How do you size power factor units at 11kV

How do you size power factor units at 11kV

The operation of colpitts oscillator, Q. Explain with the help of a circuit...

Q. Explain with the help of a circuit diagram,the operation of COLPITTS OSCILLATOR. Oscillator is a circuit used to generate a.c voltage without a.c.input signal.The energy to

Prepaid meters, Prepaid Meters Prepaid metering is a system whereby co...

Prepaid Meters Prepaid metering is a system whereby consumers purchase electricity by a smart card. The amount paid together along with other information is encoded in the sma

When both mt2 and gate are positive, When both  MT 2 and  Gate  are pos...

When both  MT 2 and  Gate  are positive In this  junction  P 1 N 1   and P 2 N 2   are forward  biased whereas junction N 1 P 2 is reverse biased. The gate current flows  thr

Electronic devices and circuits, Determine the change in IC from 25ºC to 17...

Determine the change in IC from 25ºC to 175ºC for the transistor defined in this table for fixed-bias with RB = 240 k and = 100 due to the S(VBE) stability factor.

Explain about common control switching system, Q. Explain about Common Cont...

Q. Explain about Common Control Switching System? Common Control Switching System: A functional block diagram of a common control switching system is displayed in Figure. Contr

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