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

Clipper, merits amd demerits of series and shunt clipper

merits amd demerits of series and shunt clipper

3phase unbalanced load flow, under three phase 4 wire load unbalanced distr...

under three phase 4 wire load unbalanced distribution network how to calacualte the voltage across the load when no load resistance is specified, however the real and reactive powe

Why 8085 processor is called an 8 bit processor, 8085 processor has 8 bit A...

8085 processor has 8 bit ALU (Arithmetic Logic Review). Likewise 8086 processor has 16 bit ALU.

Show effects of saliency and saturation, Q. Show Effects of Saliency and Sa...

Q. Show Effects of Saliency and Saturation? Because of saliency, the reactancemeasured at the terminals of a salient-pole synchronousmachine as opposed to a cylindrical-rotor m

Find current-equivalent resistor reductions for the network, Q. Find the cu...

Q. Find the currents I x using current division and equivalent resistor reductions for the networks given in Figure.

What are difference equations, What are Difference Equations? A continu...

What are Difference Equations? A continuous-time system can be described by differential equations. Likewise, a discrete-time system can be explained by difference equations. T

Transformers, A 440v 4-pole dc generator takes an armature current of 50A w...

A 440v 4-pole dc generator takes an armature current of 50A when rotating at 626 rpm. the armature circuit resistance is 0.25 ohms. determine the generated emf?

Management of Initiatives and Focus - KPI, Management of Initiatives and Fo...

Management of Initiatives and Focus - KPI In this era of fierce competition and to have the competitive edge, it is significant to conserve the material and human resources th

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