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

Find the maximum kva rating as an auto- transformer, Q. A 5-kVA, 480:120-V,...

Q. A 5-kVA, 480:120-V, two-winding, 60-Hz, single-phase transformer has an efficiency of 95% while delivering rated load at rated voltage and 0.8 power factor lagging. This transfo

Compute the current loss in the lines, Q. Consider a 240-V supply feeding a...

Q. Consider a 240-V supply feeding a resistive load of 10 kW through wires having a total resistance of R = 0.02 . For the same load, let a 120-V supply be used with a total wire

Quality control systems, Give three reasons why a chamfer shouldn't be cons...

Give three reasons why a chamfer shouldn't be considered an "unimportant" dimension. When conducting an audit, what is the first step and what is its purpose? Why will calcul

Circuite theory, In real life, transformers have losses which cause their b...

In real life, transformers have losses which cause their behaviour to deviate from the ideal. Explain the reasons for this non-ideal behaviour

Torque angle, describe torque angle in ships electrical propulsion system

describe torque angle in ships electrical propulsion system

What is microprocessor, What is Microprocessor? Give the power supply & clo...

What is Microprocessor? Give the power supply & clock frequency of 8085. A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a sto

How oscillations start up in an oscillator, Q. How oscillations start up in...

Q. How oscillations start up in an oscillator?  The noise voltage produced due to the random motion of electrons in resistors or in active devices provides the starting voltage

Determine impedance - resultant current and power factor, Determine Impedan...

Determine Impedance - Resultant current and Power factor: In series R-L circuit, illustrated in Figure , Determine 1.      Impedance, 2.      Resultant current, 3.

Switching characteristics, Switching Characteristics Switching  charact...

Switching Characteristics Switching  characteristics  of BJT  are shown  in figure. Due  to the presence of internal  capacitances BJT  cannot be  turned  instantly. Initially

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