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

Antinoise systems — noise cancellation, Q. Antinoise Systems — Noise Cancel...

Q. Antinoise Systems — Noise Cancellation? Traditionally sound-absorbing materials have been used quite effectively to reduce noise levels in aircraft, amphitheaters, and other

Find magnitude and direction developed torque, Q. The self and mutual induc...

Q. The self and mutual inductances of a machine with two windings are given by L 11 = (1 +sin θ), L 22 = 2(1 + sin θ), and L 12 = L 21 = M = (1-sin θ). Assuming θ = 45°, and le

Explain internal data bus, Q. Explain Internal Data Bus? Internal Data ...

Q. Explain Internal Data Bus? Internal Data Bus: A bus which operates only within internal circuitry of the CPU, communicating among internal caches of memory which are part of

Explain source encoding or data compression, Q. Explain Source encoding or ...

Q. Explain Source encoding or data compression? The sequence of binary digits from the source encoder, known as the information sequence, is passed on to the channel encoder. T

Essay, Transmission parameters are more effective than the hybrid parameter...

Transmission parameters are more effective than the hybrid parameters for simulation of the transmission line

Nop no operation instruction , NOP No Operation Instruction No operati...

NOP No Operation Instruction No operation  is performed  when this  instruction is executed. The instruction format is             NOP All  registers and flags  re

MATLAB, Future scope on MATLAB in India

Future scope on MATLAB in India

Find current-equivalent resistor reductions for the network, Q. Find the cu...

Q. Find the currents I x using current division and equivalent resistor reductions for the networks given in Figure.

Show the characteristics of general - purpose capacitors, Q. Show the Chara...

Q. Show the Characteristics of General - Purpose Capacitors? The working voltage for a capacitor is generally specified by themanufacturer, thereby giving the maximum voltage t

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