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 do you mean by noise, Q. What do you mean by Noise? In any communi...

Q. What do you mean by Noise? In any communication system there are usually two dominant factors that limit the performance of the system: 1. Additive noise, generated by el

Write a brief note on mmx technology, Write a brief note on MMX technology....

Write a brief note on MMX technology. MMX (Multimedia extensions) technology adds 57 new types of instructions to the Pentium - 4 microprocessors instruction set. The MMX tech

Corrosion, I want to know whether the circuits for both methods(linear pola...

I want to know whether the circuits for both methods(linear polarization resistance and electrochemical impedance spectroscopy) are same or not?

Maximum apparent power transferred by conduction, Q. A single-phase, two-wi...

Q. A single-phase, two-winding, 10-kVA, 440:110- V, 60-Hz transformer is to be connected as an autotransformer to supply a load at 550 V from a 440-V supply. Draw a schematic diagr

Capacitor-input filter, Capacitor-input filter: The capacitor-input fi...

Capacitor-input filter: The capacitor-input filter, as well called pi filter because of its shape which looks like the Greek letter pi, is a sort of electronic filter. Filter

Digital Signal Processing, Can you do a survey paper on Wavelet and Subband...

Can you do a survey paper on Wavelet and Subband Coding? I need 10 pages and I will provide the references.

Determine the ranges of values of the gain constant, A unity negative feedb...

A unity negative feedback control system has an open loop transfer function consisting of two poles, two zeros and a variable positive gain K. The zeros are located at -2 and -1, a

Show the force exerted on each is about one million tons, Q. Consider two 1...

Q. Consider two 1-C charges separated by 1min free space. Show that the force exerted on each is about one million tons.

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