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 or gates - microprocessor, Explain the OR Gates - microprocesso...

Explain the OR Gates - microprocessor? The OR GATE has high or logic 1 output if any of the inputs are high. The output Q is true if input A OR input B is true (or both of t

State faraday''s law, Faraday's Law Faraday's laws of electromagnetic i...

Faraday's Law Faraday's laws of electromagnetic induction state: i)  An induced e.m.f is setup when the magnetic field linking that circuit changes ii)  The magnitude of

Circuit, y more number of resistance and capacitor are used in a circuit w...

y more number of resistance and capacitor are used in a circuit what is the purpose to add ore than one..?

Spectrum analyzer, Problem statement: A specialized piece of laboratory te...

Problem statement: A specialized piece of laboratory test equipment, called a spectrum analyzer,will be placed on a mobile push cart. The spectrum analyzer measures the amplitude

Mesh analysis, i am battling with mesh, node anaalysis, superposition, node...

i am battling with mesh, node anaalysis, superposition, node thevenin and norton equivalents

Excess3 to bcd code converter using nand gates, design a excess3 to bcd cod...

design a excess3 to bcd code converter using only nand gates

Show a block diagram of a 4-bit, Q. Show a block diagram of a 4-bit, parall...

Q. Show a block diagram of a 4-bit, parallel-input shift-right register and briefly explain its operation.

Quality of supply and services - power distribution, Quality of Supply and...

Quality of Supply and Services  - Power Distribution For effectual management and performance improvement it is essential to measure the several defined parameters of the proc

Electonic principles, can you help with my electronic principle assignment

can you help with my electronic principle assignment

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