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

Microprocessors, Microprocessors: We have learnt 8085 family of microp...

Microprocessors: We have learnt 8085 family of microprocessors. Initially, we understand basic components of a computer, 8085 microprocessor architecture and assembly language

Each cells is connected 4 rows, 20 cells with emf 1.45V and internal resist...

20 cells with emf 1.45V and internal resistance 0.5Ω for each cells is linked 4 rows which every rows having of 5 cells in series. Load resistance 15Ω is connected to the battery.

Thyristor terminology , Thyristor  Terminology The followings  terms ...

Thyristor  Terminology The followings  terms are used in SCR  specifications: Latching current : The  latching  current is  the value of on stat e current  required  to mai

Binary number system - number systems , Binary  Number Systems As men...

Binary  Number Systems As mentioned  earlier this  number is used by  digital  systems like  microprocessor  and other  digital  circuits. This  number  systems  use only two

Explain briefly programmable interval timer 8254, Explain with proper diagr...

Explain with proper diagram all the six modes of operation of programmable interval timer 8254. Mode 0: The output in mode 0 is initially low, and will stay low for the perio

Ac, power factor improvement

power factor improvement

Centrifugal compressor, hi I need information of Compressor Shaft Impelle...

hi I need information of Compressor Shaft Impellers Coupling Hub Thrust Collars Balance Drum for centrifugal compressor with pecture

Can you explain about multiple poles, Q. Can you explain about Multiple Pol...

Q. Can you explain about Multiple Poles? Let us consider that F 1 (s) has all simple poles except, say, at s = p 1 which has a multiplicity m. Then one can write When

Capacitive coupling, A Class, "A" Amplifier is needed with the following sp...

A Class, "A" Amplifier is needed with the following specification: Collector Current = 5mA Needed offset voltage across RE= 2V Lowest input Frequency = 50Hz Use a BC108

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

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