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

Complex programmable logic device, The small electronics consultancy compan...

The small electronics consultancy company that you work for has been commissioned to design a portable mixed signal heart rate monitor unit for the National Health Service. You hav

Obtain an expression for b, Q. Consider an in?nitely long, straight wire (i...

Q. Consider an in?nitely long, straight wire (in free space) situated along the z-axis and carrying current of I A in the positive z-direction. Obtain an expression for ¯ B everywh

Design a crossover circuit for loudspeaker, The aim of the research paper i...

The aim of the research paper is to design a crossover circuit for loudspeaker that will be used with a 2-way speaker. Circuit consists of the resistors, capacitors and operational

Change in flux linkage, 1. The coil remaining stationary with respect to th...

1. The coil remaining stationary with respect to the flux, the flux varies in magnitude with time. Since no motion is involved, no energy conversion takes place. Equation gives the

Rectifier, the forward resisitance of a semi conductor diode is 10 ohm, two...

the forward resisitance of a semi conductor diode is 10 ohm, two such diodes used in full wave rectifier subjectto a sinusoidal voltage wave form. given by v(t)=308 , sin(100 pi t)

How clock signal is generated in 8086, How clock signal is generated in 808...

How clock signal is generated in 8086?what is the maximum internal clock frequency of 8086? Clock input 33% square wave from external clock generator .the external clock genera

Torque-speed characteristics of 3-phase induction motors, Torque-Speed Char...

Torque-Speed Characteristics of 3-Phase Induction Motors Because the torque-slip characteristic is one of themost important aspects of the inductionmotor, we will now develop a

Designing 100 line exchange using uni-selector, Q. Designing 100 line excha...

Q. Designing 100 line exchange using Uni-selector? Here three different designing methods for 100 line exchange are discussed: Design: Strowger switching system is designe

Describe common-mode rejection ratio, Q. Describe Common-Mode Rejection Rat...

Q. Describe Common-Mode Rejection Ratio ? When there is a common-mode input voltage, i.e., when the input signals are equal and greater than zero, the output voltage of an idea

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