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

Difference between the shifts and rotate instructions, What is the differen...

What is the difference between the shifts and rotate instructions? A rotate instruction is a closed loop instruction. That is, the data moved out at single end is put back in a

What are transistor amplifiers, Q. What are transistor amplifiers? What is ...

Q. What are transistor amplifiers? What is meant by efficiency of an amplifier? What is amplifier coupling? The AMPLIFIER is a device that enables an input signal to control an

Obtain a bode magnitude plot for the transfer function, Q. A bandpass filte...

Q. A bandpass filter circuit is shown in Figure. Develop a PSpice program and use PROBE to obtain a Bode magnitude plot for the transfer function ¯H(f) = ¯Vout/ ¯Vin for frequency

Drive operating envelopes and induction machines, Solve using data from the...

Solve using data from the DC machine data sheet, using the "hot" resistance value for all calculations. Note that the value of K on the sheet is for rated (100%) field flux. Assum

Reasons for the augmentation of electromagnetic radiation, Question: Ge...

Question: General EMC Knowledge (a) Give 2 reasons for the augmentation of electromagnetic radiation in urban regions. (b) Pointe aux Diable bears its name due to the a

Which impurity is added in n-type-semiconductor, In n type semi conductor a...

In n type semi conductor added impurity is (A) Pentavalent.                                (B) Divalent. (C) Tetravalent.                                 (D) Trivalent.

Charging of the capacitor, Charging of the capacitor: Considering the ...

Charging of the capacitor: Considering the below diagram, with slight approximation the ripple voltage can be supposed as triangular. To the cut-out point from the cut-in poin

Relative permeability of the cast steel, A closed magnetic circuit of cast ...

A closed magnetic circuit of cast steel having a 6cm long path of cross-sectional area 1cm 2 and a 2 cm path of cross-sectional area 0.5 cm 2 . A coil of 200 turns is wound around

How many types of buses are, There are three types of buses. Address bu...

There are three types of buses. Address bus: This is used to carry the Address to the memory to get either Instruction or Data. Data bus : This is used to take the Data from

Explain about synchronous machines, Q. Explain about Synchronous machines? ...

Q. Explain about Synchronous machines? Large ac power networks operating at a constant frequency of 60 Hz in the United States (50 Hz in Europe) rely almost exclusively on sync

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