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

Draw the block diagram of phase cancellation ssb generator, a. The antenna ...

a. The antenna current of an AM broadcast transmitter, modulated to depth of 40% by an audio sine wave is 11 amp. It enhances to 12 amp as a result of simultaneous modulation by an

Find the temperature coefficient of the resistance material, The field resi...

The field resistance of a dc machine is 50 ohm at 20 o C. The resistance increases to 55 ohm at 50 o C. Find the temperature coefficient of the resistance material. Ans: Sol

Engine management systems for ic engines, In continuation of Part-B, the st...

In continuation of Part-B, the student is required to configure an engine management system for the proposed engine and produce a report including the following: A preamble

Amper circuital lw, the plot of amper circuital law by using matlap?

the plot of amper circuital law by using matlap?

Draw the circuit of battery having of three cells in series, One battery ha...

One battery having of three cells in series. External resistance is 5 Ω E.m.f each cell is 1.5V and internal resistance is 0.2?. Measure the current flow and draw the circuit.

Matlab coding for powerflow analysis of fast decoupled metho, please give t...

please give the source coding of fast decoupled method

Processing and establishing data in end to end layers, Q. Explain how prese...

Q. Explain how presentation layer helps in processing and establishing data in End to End layers. Ans: The purpose of presentation layer is to represent information to commu

Discuss the control words of ic8259, Discuss the control words (ICWS) of IC...

Discuss the control words (ICWS) of IC8259. The Intel 8259 is a single chip programmable interrupt controller. It is compatible with 8086, 8088 and 8085 microprocessor. It is a

What are tightly coupled systems, What are tightly coupled systems or close...

What are tightly coupled systems or closely coupled systems? In a tightly coupled systems the microprocessor (either coprocessor or independent processors) might be share a com

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)

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