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

Find the minimum load resistor, Q. Consider the non inverting amplifier. Le...

Q. Consider the non inverting amplifier. Let R i = 1k and R f = 2k. Let the op amp be ideal, except that its output cannot exceed ±12 V at a current of ±10 mA. (a) Find the

Name the modes used by the dma processor to transfer data, Name the three m...

Name the three modes used by the DMA processor to transfer data? The three modes are:- a) Signal transfer mode (cycling stealing mode) b) Block transfer mode c) Demand

Differentiate thermoplastic & thermosetting plastic material, Classify plas...

Classify plastic materials into two categories describe their important properties and give two examples of each. Plastic materials can be categorized in thermoplastic and ther

Determine impedance in each branch - delta connection, Determine Impedance ...

Determine Impedance in each branch - delta connection: A delta connected balanced 3-phase load is supplied from a 3-phase 400 V supply. The line current is 30 Amp and the powe

What is direct memory access, What is Direct memory access? Direct memo...

What is Direct memory access? Direct memory access (DMA) is a process wherein an external device takes over the control of system bus by the CPU.DMA is for high-speed data tran

Discuss need of pipelining, Discuss need of Pipelining. The simplest m...

Discuss need of Pipelining. The simplest method for improving performance by hardware parallelism is pipelining. Pipelining has breaking up the operations to be performed in s

Armature reaction, is armature reaction good or bad for dc generator?

is armature reaction good or bad for dc generator?

Define temperature coefficient of resistance, Define temperature coefficien...

Define temperature coefficient of resistance. Temperature coefficient of resistance is explained as the change in resistance of a material per ohm per degree change in temperat

Example of high resistivity material, Example of high resistivity material ...

Example of high resistivity material is (A) Nichrome              (B) Silver (C) Gold                      (D) Copper Ans: Nichrome is example of high resistivity

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