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

What is the use of stepper motor, What is the use of stepper motor? A s...

What is the use of stepper motor? A stepper motor is a device used to get an accurate position control of rotating shafts. A stepper motor employs rotation of its shaft in term

Explain noise, Explain Noise Noise is unwanted signals which degrade t...

Explain Noise Noise is unwanted signals which degrade the desired signal content and therefore the performance of the system. Noise might be produced either externally or inte

MATLAB, Future scope on MATLAB in India

Future scope on MATLAB in India

Optimal voltage control in distribution network with DG, Hi can you help to...

Hi can you help to work on my project...I want you to help me writing my graduation thesis

Find the charge flowing and the number of electrons, Q. A current i(t) = 20...

Q. A current i(t) = 20 cos(2π × 60)t A fows through a wire. Find the charge flowing, and the number of electrons per second that are passing some point in the wire.

Thunderstrom detector, Ask question #how to construct thunderstrom detector...

Ask question #how to construct thunderstrom detector with circuit breaker.

Explain fundamentals of load flow analysis, Explain Fundamentals of Load Fl...

Explain Fundamentals of Load Flow Analysis The calculation of electrical power system load flow or current flow is a problem which has no direct solution. It is not that a solu

Transformer, how much transformer oil is used in transformers

how much transformer oil is used in transformers

Power angle and performance characteristics, Q. Power Angle and Performance...

Q. Power Angle and Performance Characteristics? The real and reactive power delivered by a synchronous generator, or received by a synchronous motor, can be expressed in terms

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