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 are the modes used in display modes, What are the modes used in displa...

What are the modes used in display modes? 1. Left Entry mode In the left entry mode, the data is going into from the left side of the display unit. 2. Right Entry Mode

Which property of material allows it to drawn out in wires, Property of mat...

Property of material which allows it to be drawn out into wires is (A) Ductility.                                    (B) Solder ability. (C) Super conductivity.

Identification of the requirements of a fuel system, An automotive manufact...

An automotive manufacturing company is planning to bring out a new model of a compact car for the Indian market. One of the critical tasks is choosing an engine with a proper engin

Characteristics of an n-channel enhancement mosfet, Q. Find idealized expre...

Q. Find idealized expressions for the active and ohmic states and sketch the universal characteristics of an n-channel enhancement MOSFET operated below breakdown.

Define sampling below the nyquist rate, Define Sampling below the Nyquist R...

Define Sampling below the Nyquist Rate? A further reduction of the sampling frequency will reason one sample to be taken each period. The Case 3 plot depicts the effect of this

Explain commercial adcs and dacs, Explain Commercial ADCs and DACs? Ana...

Explain Commercial ADCs and DACs? Analog interface chips (AICs), like those in the Texas Instruments TLC32040 series, consist of all type of the analog components that explaine

Define quantization error, Define Quantization Error? Quantization by i...

Define Quantization Error? Quantization by its nature introduces errors. There are two major sources of errors. One is sampling, that just takes the amplitude of the signal at

Binary divider, what is the digital logic circuit for binary divider?

what is the digital logic circuit for binary divider?

Discuss in brief on combination clippers, Q. Discuss in brief on combinatio...

Q. Discuss in brief on combination clippers ? Combination clippers are a combination of biased positive and negative clippers. With a combination clipper, a portion of both pos

Determine the percentage drop in load current, Q. A practical current sourc...

Q. A practical current source is represented by an ideal current source of 200 mA along with a shunt internal source resistance of 12 k. Determine the percentage drop in load curr

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