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

Explain basic principle of linear sweep voltage generator, Q. Explain the b...

Q. Explain the basic principle of linear sweep voltage generator A linear time base generator or sweep generator is one that provides an output waveform, a portion of which exh

Why common collector amplifier is known aa emitter follower, Q. Why a commo...

Q. Why a common collector amplifier is called an emitter follower?         When the input voltage goes through its positive half cycle, the output voltage is also seen to go th

Power analyser, Explain frequency selective wave analyser with bandwidth

Explain frequency selective wave analyser with bandwidth

Operation - unijunction transistor, Operation - unijunction transistor: ...

Operation - unijunction transistor: Operation : Imagine that the emitter supply voltage is turned biased and a small emitter reverse current flows. Then the intrinsic stand

What is UNIVERSAL SERIAL BUS, What is USB? USB: The USB (UNIVERSAL SERI...

What is USB? USB: The USB (UNIVERSAL SERIAL BUS) is intended to join peripheral devices as keyboards, modems, a mouse and sound cards to the microprocessor by a serial data pat

Determine the input current and input voltage, Q. A 100-kVA, 2300:230-V, 60...

Q. A 100-kVA, 2300:230-V, 60-Hz, single-phase transformer has the following parameters: R 1 = 0.30 , R 2 = 0.003 , RC 1 = 4.5k, X 1 = 0.65 , X 2 = 0.0065 , and Xm 1 = 1.

Define salient-pole rotor construction - synchronous machine, Define Salien...

Define Salient-pole Rotor Construction - Synchronous Machines? Salient-pole rotor construction on the other hand, may be used for low to medium speed applications. The machines

Network reconductoring - technical loss reduction, Network Reconductoring -...

Network Reconductoring - Technical Loss Reduction The size of conductor/cable is a significant parameter as it determines the current density and the resistance of the line. A

Evaluate hysteresis loss, Q. A magnetic circuit is found to have an ac hyst...

Q. A magnetic circuit is found to have an ac hysteresis loss of 10 W when the peak current is Im = 2 A. Assuming the exponent of Bm to be 1.5, estimate Ph for Im = 0.5A and 8A.

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