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

Earthing in electricity and gas hazards, Earthing : Any electrical applian...

Earthing : Any electrical appliance with a metal casing or with metal parts, likely to be touched by an operator is potentially dangerous. The danger is that an internal or extern

Different types of errors in measurement, Q.   Enumerate different types o...

Q.   Enumerate different types of errors in  measurement. How can these errors be minimized.                Sol. Types of errors: Errors may arise from different sources and

Commercial fm radio broadcasting, Q. Commercial FM radio broadcasting? ...

Q. Commercial FM radio broadcasting? Commercial FM radio broadcasting utilizes the frequency band of 88 to 108 MHz for the transmission ofmusic and voice signals. The carrier

Define the software defined radio, Software Defined Radio (SDR) is an advan...

Software Defined Radio (SDR) is an advanced radio technology in which flexibility is achieved in using radio functions such as modulation and demodulation of radio signals are carr

Define a voltmeter, Define a voltmeter A voltmeter is an instrument us...

Define a voltmeter A voltmeter is an instrument used to measure p.d. and must be linked in parallel with the part of the circuit whose p.d. is required.

Projects, I want project ideas.

I want project ideas.

Steps to develop microprocessor based computer system, Explain in brief ste...

Explain in brief steps to develop a Microprocessor based computer system. The design of a microcomputer system should begin with the CPU module. It modules establishes the fund

Explain the ideal drain characteristics of the jfet, Q. Explain the ideal d...

Q. Explain the ideal drain characteristics of the JFET? The JFET consists of a thin layer of n-type material with two ohmic contacts, the source S and the drain D ,along with t

D/a converter, weighted resistor and r2r ladder d/a converter

weighted resistor and r2r ladder d/a converter

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