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

Cro, Diagram and explanation of cro

Diagram and explanation of cro

Compute product of inductance and capacitance, Q. The inductance per unit l...

Q. The inductance per unit length in H/m for parallel-plate infinitely long conductors in air is given by L = µ 0 d/w = 4π×10 -7 d/w, where d and w are inmeters. Compute L (per un

Load resistor , a) Include a Smoothing Capacitor to the Rectifier circuit a...

a) Include a Smoothing Capacitor to the Rectifier circuit and calculate the Output Voltage and Frequency b) Include a 47Ω Load Resistor and sketch the schematic diagram of the c

Functions of the physical layer in the internet model, (a) Describe the f...

(a) Describe the four functions of the physical layer in the Internet Model. (b) (i) With the help of a diagram describe the main stages involved in the digitization of a

high frequency electronic ballast - power supplies , Normal 0 ...

Normal 0 false false false EN-IN X-NONE X-NONE   High Frequency   Electronic Ballast

Use kcl and kvl to determine current, For the circuit shown in Figure, use ...

For the circuit shown in Figure, use KCL and KVL to determine i 1 , i 2 , v bd and v x . Also, find v eb .

Explain about junction fet, Q. Explain about Junction FET? The JFET is ...

Q. Explain about Junction FET? The JFET is a three-terminal, voltage-controlled current device, whereas the BJT is principally a three-terminal, current-controlled current devi

Edge detector, Edge detector  Apply the Canny edge detector to image c...

Edge detector  Apply the Canny edge detector to image class.png. To compute Canny edges:      help edge     edge(im,'canny',[thres1 thres2],sigma) (i) Compute edges for

Calculate turns ratio, A switch-mode power supply is to be designed with th...

A switch-mode power supply is to be designed with the following specifications: input voltage V s = 48 V ± 10%, output voltage V o = 5 V, switching frequency f s = 100 kHz, outp

What is q-switching in laser, What is Q-switching in laser ? Give its appli...

What is Q-switching in laser ? Give its application. Discuss the elementary idea of mode locking. Generation of high power pulses There are three basic techniques to gene

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