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

Metering technologies, Metering Technologies An electric meter or ener...

Metering Technologies An electric meter or energy meter is a device in which measures the amount of electrical energy supplied to customers of an electric supply company. Elec

Sketch the phasor diagram showing all the voltages, Q. A balanced wye-conne...

Q. A balanced wye-connected load with a per-phase impedance of 4 + j3  is supplied by a 173-V, 60-Hz three-phase source. (a) Find the line current, the power factor, the total

Explain about communication systems, Q. Explain about Communication Systems...

Q. Explain about Communication Systems? Even though most modern communication systems have only been invented and developed during the eighteenth and nineteenth centuries, it i

Control system, .I need some help for doing my assignment

.I need some help for doing my assignment

Mvi move immediate instruction , MVI Move Immediate  Instruction This...

MVI Move Immediate  Instruction This form  of the instruction is used to copy 8bit  data ( specified  in the  instruction )  directly  into the  register or memory  pointed by

Explain the operation as a buffer, Q. An interesting application of the SRF...

Q. An interesting application of the SRFF is as a buffer in overcoming contact bounce in mechanical switches. These switches, of the toggle type, may be used to change the logic st

Explain ramp type dvm, SOL. Ramp Type VM: The operating principle of the r...

SOL. Ramp Type VM: The operating principle of the ramp type DVM is based on the measurement of the time it takes for a linear ramp voltage to rise from 0 V to the level of the inp

Minimize f in a pos form and obtain a possible realization, Q. The truth ta...

Q. The truth table for F(A,B,C) = Mi (0, 1, 6, 7) is as follows: (a) Express F in a canonical product-of-sums form. (b) Minimize F in a POS form and obtain a possible re

Ac netwoks, hello look for someone that could do i lab report form me on ac...

hello look for someone that could do i lab report form me on ac network, the report is due tonight at 12:00 so only have 8 hours left wondering if anyone is interested in do it? ca

Reduce the circuit to a thevenin and a norton equivalent, Q. Reduce the cir...

Q. Reduce the circuit of Figure to a Thévenin and a Norton equivalent circuit with respect to terminals a-b.

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