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

Switched mode power supply , Switched Mode Power Supply  (SMPS) Switch...

Switched Mode Power Supply  (SMPS) Switching mode power  supply converts an unregulated DC voltage  to a regulated DC  output  voltage . SMPS  stands  for switched mode  power

Obtain the node voltages and current through each element, Q. For the circu...

Q. For the circuit shown in Figure, develop and execute a PSpice program to obtain the node voltages and the current through each element.

Application of microprocessors , Application of Microprocessors Microp...

Application of Microprocessors Microprocessor microcontroller based systems  may be used  in almost  every filed of life  and  their  applications  are increasing day by day

Surge current - thyristor, Surge Current It is  the maximum admissib...

Surge Current It is  the maximum admissible peak value of  a sinusoidal half  cycle of 10 ms duration at a frequency of 50Hz. The  value is specified at a given junction tem

Compute efficiency of transformer in power factor lagging, Q. A 10-kVA, 200...

Q. A 10-kVA, 200:400-V, single-phase transformer gave these test results: • Open-circuit test (LVwinding supplied): 200V, 3.2 A, 450 W • Short-circuit test (HV winding suppli

What do you understand by solid modeling, What do you understand by solid m...

What do you understand by solid modeling and wireframe modeling in CAD systems? Explain and compare the both modellings. Describe the following 1. Boundary representation 2.

Explain shockly''s equation and its significance, Q. Explain shockly's equa...

Q. Explain shockly's equation and its significance in plotting the transfer characteristics ? The linear relationship does not exists in the output of the JFET, the relationshi

Asynchronous and synchronous logic design, One of the simplest circuits is ...

One of the simplest circuits is the asynchronous or ' ripple' counter. Below is shown the circuit diagram of a simple 3 stage ripple counter. The operation of this circuit

Find the state of operation and operating point, Considering the circuit sh...

Considering the circuit shown in Figure (a), find the state of operation and operating point if the BJT has β = 80 and other typical values of a silicon BJT at room temperature.

Parts of triangle, The base of isosceles triangle and the altitude drawn fr...

The base of isosceles triangle and the altitude drawn from one of the congruent sides are equal to 18 cm and 15 cm, respectively. Find the lengths of the sides of the triangle.

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