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

Intrinsic semiconductor, Draw a graph illustrating how resistivity varies w...

Draw a graph illustrating how resistivity varies with temperature for an intrinsic semiconductor. b) Gallium nitride, GaN, has an energy gap of 3.36 eV at 300 K. Calculate the w

#title.Shockley diode, I want proof of shockley diode equation with all ste...

I want proof of shockley diode equation with all steps

Explain n-type and p-type semiconductors, Explain n-type and p-type semicon...

Explain n-type and p-type semiconductors. n - Type semiconductor: If small amount of pentavalent impurity (group V elements) is added to a pure semiconductor giving a large

Microcontroller, Project Garage door opener with password. Wrong password ...

Project Garage door opener with password. Wrong password "door close" on lcd screen, correct password "door open" on lcd Screen no need the motor. Material used - Microcontroller

Define addressing modes of 8085, Define addressing modes of 8085. a) Im...

Define addressing modes of 8085. a) Immediate addressing b) Register addressing c) Direct addressing d)  Indirect addressing e)  Implicit addressing

Calculate I function using logic gates, I need I circuit that calculates f(...

I need I circuit that calculates f(n) = 2^2^n, where n is a 4bit number. I tried with a decoder but unsuccessfully.

Explain protected mode addressing, Explain protected mode addressing. ...

Explain protected mode addressing. This addressing permits access to data and programs located as the first 1M byte of memory, with in the first 1M byte of memory. Addressing

Project, You have to look up the data sheets for the LM317 (Not LT317), LT1...

You have to look up the data sheets for the LM317 (Not LT317), LT1006. V1 is a standard 9 volt battery, and the resistors are “through hole”. Label the test points in, V+, gnd, and

Drift current density and conductivity, Drift Current Density and Conductiv...

Drift Current Density and Conductivity: Consider a conductor of length / meters and cross sectional area a square meters, as shown in Fig. Let the number of free electrons ava

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