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

Motor, What is the main function of the slip ring

What is the main function of the slip ring

Variable frequency systems , Variable Frequency  Systems In this  sys...

Variable Frequency  Systems In this  systems the chopping period  T will varying but  either Ton is kept constant or T off kept constant. In  any case the off  time T off   w

Find the total core loss, Q. Ac measurements with constant voltage amplitud...

Q. Ac measurements with constant voltage amplitude reveal that the total core loss of a certain magnetic circuit is 10 W at f = 50 Hz, and 13 Wat f = 60 Hz. Find the total core los

What do you mean by source encoding, Q. What do you mean by Source Encoding...

Q. What do you mean by Source Encoding? After the quantization of message samples, the digital system will then code each quantized sample into a sequence of binary digits (bit

Bcd to excess 3 code converter, What are the industrial applications of the...

What are the industrial applications of the project bcd to excess 3 code converter?

Describe soldering materials and their uses, Describe soldering materials a...

Describe soldering materials and their uses. The process of joining two or more metals is termed as soldering. An alloy of two or more metals of low melting point utilized for

Give homogeneous matrix quation for b-splive curve, What are the different ...

What are the different kinds of surface entities used in CAD? Give homogeneous Matrix form equation for : (i) B-Splive Curve (ii) Bezier Curve

Show applications for dc machines, Q. Show Applications for DC Machines? ...

Q. Show Applications for DC Machines? Dc motors find wide applications in which control of speed, voltage, or current is essential. Shunt motors with constant speed are used fo

Sub subtract instruction, SUB Subtract Instruction This  instruction  i...

SUB Subtract Instruction This  instruction  is used to  subtract the contents of any  register  or memory location from  the contents of  accumulator. There are two  formats as

Describe what is rim and sim instructions, RIM is Read Interrupt Mask. Used...

RIM is Read Interrupt Mask. Used to ensure whether the interrupt is Masked or not.     SIM is Set Interrupt Mask. Used to mask the hardware interrupts.

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