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

Schematic symbols, Schematic Symbols The junction gate field-effect t...

Schematic Symbols The junction gate field-effect transistor or JFET gate is sometimes drawn in the middle of the channel (in place of at the drain or source electrode as in t

Find the corresponding change ib in the base current, Q. Using the small-s...

Q. Using the small-signal equivalent circuit of a BJT with gm = 0.03 S, β = 75, and VA = 65 V, a load resistor RL is connected from the collector to the emitter, as shown in Figure

Dual trace and dual beam cro, what is difference between dual trace and dua...

what is difference between dual trace and dual beam cro?

What is the purpose of segment registers in 8086, What is the purpose of se...

What is the purpose of segment registers in 8086? There are 4 segment registers present in 8086. They are 1. Code Segment (CS ) register 2. Data Segment (DS ) register

Illustrate working of application layer, Q. Illustrate working of Applicati...

Q. Illustrate working of Application Layer? As the highest layer in OSI reference model, application layer provides services to users of OSI environment. Layer

Transfer function of radiator, hi, i want to know the transfer function of ...

hi, i want to know the transfer function of a radiator

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.

Write a note on emitter follower, Q. Write a note on emitter follower? ...

Q. Write a note on emitter follower? The emitter follower (EF) configuration is shown The emitter follower (EF) configuration is shown The EF amp has a voltag

How linear sweep voltage is generated, Q. With a suitable block circuit, sh...

Q. With a suitable block circuit, show how linear sweep voltage is generated ? The above figure shows a basic sweep waveform generator. The switching action of the switch

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