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

Magnetic permeability and the definition of the amp, The ampere has been de...

The ampere has been defined (by the International Committee of Weights and Measures in 1946) as the current flowing in two long parallel wires 1 metre apart that produces a force o

Miller sweep circuit, PlZ Explain broooooo ..? What is Miller circuit and b...

PlZ Explain broooooo ..? What is Miller circuit and bootstrap I have xm tomrow and I am not getting answers soo plz.

Show the procedure twos complement subtraction, Q. Show the procedure twos ...

Q. Show the procedure twos complement subtraction? Two's complement subtraction is the binary addition of the minuend to the 2's complement of the subtrahend (adding a negative

What is difference between 16 bit & 32 bit version of c/c++, What is the ma...

What is the main difference between 16 bit and 32 bit versions of C/C++ while using in line assembler. The 32-bit applications are written by using Microsoft Visual C/C++ for t

Solid state devices, what are the significance of solid state devices in el...

what are the significance of solid state devices in electrical engineering

Illustrate about crossbar exchange, Q. Explain crossbar exchange, with all ...

Q. Explain crossbar exchange, with all call processing steps and diagrams. Ans: The basic concept of crossbar switching is to provide a matrix of n x m sets of contacts with

Transformer, What is the difference between primary and secondary winding o...

What is the difference between primary and secondary winding of transforme

Electromagnetism, explain how can you find hysteresis loss from hysteresis ...

explain how can you find hysteresis loss from hysteresis loop

Advantages of high level languages , Advantages of High  level  Languages...

Advantages of High  level  Languages a.It is  easy  to learn  write and debug  the program  written in high  level  languages. b.Programs are more  legible as compared to m

Matlap program, howw to plot amper circuital law through matlap

howw to plot amper circuital law through matlap

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