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

Calculating the force between conductors, We now have an equation for the m...

We now have an equation for the magnetic field H at a distance r from a conductor carrying a current I amps And Ampere's experiments show that the force per unit lengthbetw

Call instructions, Call Instructions Call instruction are used to call ...

Call Instructions Call instruction are used to call a  subroutine program in assembly language  procedure and functions are called  subroutines. There are two types  of calls i

Explain super scalar architecture, Explain super scalar architecture. ...

Explain super scalar architecture. The Pentium microprocessor is organized along with three execution units. Single is executes floating-point instructions, and another two (U

Role of consumers in distribution reform, Role of Consumers in Distribution...

Role of Consumers in Distribution Reform In the reforms procedure, mandatory metering for all consumers is being implemented.  Consumers should implement this measure. Public

Ral rotate accumulator left through carry instruction , RAL Rotate Accumula...

RAL Rotate Accumulator Left Through Carry Instruction This  instruction rotates the content  of the accumulator  towards left by one bit. The D 0 bit moves to D 1   bit moves

Electrical machine, Design a suitable double –layer lap winding for a 6-pol...

Design a suitable double –layer lap winding for a 6-pole dc armature with 18 slots and two coil sides per slot. Give values of front-pitch, brack–pitch and commutator pitch. Draw t

CAO, conditional branch instruction

conditional branch instruction

Electrical Machine, i have an assignment due for submission within two days...

i have an assignment due for submission within two days. It is all about transformer measurement manually and numerical results using Matlab.Is there anyone can do the job?

Describe properties of the conducting materials, Describe properties of ...

Describe properties of the conducting materials . Conducting materials are classified by low resistivity materials and high resistivity materials. Low resistivity mater

Show block diagram of a 4-bit parallel-input shift register, Q. Show a bloc...

Q. Show a block diagram of a 4-bit, parallel-input shift-right register and brie?y explain its operation.

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