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

The potential difference at the battery terminals, Ten 1.5V cells in series...

Ten 1.5V cells in series, each cells having an internal resistance of 0.3Ω, are connected series to a load of 25Ω. Determine : i.The current flowing the circuit

Show schematic arrangement of one- dimensional addressing, Q. Show the sche...

Q. Show the schematic arrangement for: (a) one- dimensional addressing, and (b) two-dimensional addressing, if a 32-kbit ROM is used to provide an 8-bit output word.

Find the equivalent components of the network, Q. At the two terminals (A, ...

Q. At the two terminals (A, B) of a one-port network, the voltage and the current are given to be v(t) =200 √2 cos (377t + 60°) V and i(t) = 10√2 cos(377t + 30°) A. (a) Determin

Determine the efficiency, Q. (a) Consider a three-phase star or wye half-wa...

Q. (a) Consider a three-phase star or wye half-wave recti?er with a purely resistive load R. Determine: (i) efficiency, (ii) formfactor, (iii) ripple factor, (iv) TUF, and (v) PIV

Draw and explain the r-2r ladder dac, Question 01 Convert the following bi...

Question 01 Convert the following binary numbers to its specified number system 111.101 (2) to octal 10111 (2) to decimal 0.1010 (2) to hexadecimal 1011.11 (2)

Determine the efficiency of the transformer, 1.    A 230/1000V 50 Hz, singl...

1.    A 230/1000V 50 Hz, single phase transformer has the following test data: Open circuit test (L.V.) Primary voltage = 230V Primary current = 1.30 A Input power

Magnetic circuits, a cast steel has minimun diameter of 200 mm and a cross...

a cast steel has minimun diameter of 200 mm and a cross sectional area of 250/1000000 m . calclate the mmf to produce a flux of300/1000000 Wb.

Calculate the amplitude and the frequency of the sine wave, (a) The key el...

(a) The key elements of a protocol are the syntax, semantics and timing. Give a brief explanation of each of these key elements. (b) A file contains 4 million bytes. Compare

Physics, find the resultant of two forces 20N and25N acting at an angle 60...

find the resultant of two forces 20N and25N acting at an angle 60 degree each other

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