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

Grid connected hybrid pv-wind power system, Hi there, My project title is g...

Hi there, My project title is grid connected hybrid pv-wind power system. For this topic, i need a specification of the system. For this system a matlab and homer software simulati

Mr Aucamp , How can I get an oscillator to genarate a sinusoid instead of a...

How can I get an oscillator to genarate a sinusoid instead of a triangle wave

Show common signal-processing operations, Q. Show Common signal-processing ...

Q. Show Common signal-processing operations? Common signal-processing operations include the following: • Amplification to compensate for attenuation • Filtering to reduc

Current source inverter , Current  Source Inverter (CSI) Current  sour...

Current  Source Inverter (CSI) Current  source  inverter has constant  input  but it  can be  adjusted. In CSI  the amplitude of output  current is  independent of load. The lo

Explain the application of clippers, Q. Explain the application of clippers...

Q. Explain the application of clippers. There are numerous clipper applications. In general clippers are used to perform one of the following two functions: · Changing the s

Counter-controlled analog to digital converter, Q. Counter-controlled analo...

Q. Counter-controlled analog to digital converter? Figure shows the block diagram of a counter-controlledA/Dconverter. Resetting the binary counter to zero produces D/A output

Advantages of high level languages , Advantages of High  level  Languages...

Advantages of High  level  Languages a.It is  easy  to learn  write and debug  the program  written in high  level  languages. b.Programs are more  legible as compared to m

Performance equations of three phase induction motor , Performance Equation...

Performance Equations of Three Phase Induction Motor When balanced 3-? voltages are applied to the  stator  winding  a rotating magnetic field  of constant amplitude is produc

Find differential equation & state-space representation, 1. For the followi...

1. For the following network: a. Find the differential equation assuming that v ( t ) is the input and the charge on the capacitor q ( t ) is the output. Hints: i R1= ( i R2

Explain about zener diodes, Q. Explain about Zener Diodes? Most diodes ...

Q. Explain about Zener Diodes? Most diodes are not intended to be operated in the reverse breakdown region. Diodes designed expressly to operate in the breakdown region are cal

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