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

Smart parking system, Design a smart park system using Iot sensors to udate...

Design a smart park system using Iot sensors to udate stautus to a server ?

Calculate the maximum motor torque, A 1000-hp, 2300-V, wye-connected, three...

A 1000-hp, 2300-V, wye-connected, three-phase, 60-Hz, 20-pole synchronous motor, for which cylindrical-rotor theory can be used and all losses can be neglected, has a synchronous r

Principle of transistor phase shift oscillator, Q. Explain the principle of...

Q. Explain the principle of transistor phase shift oscillator? The phase shift oscillator consists of an inverting amplifier stage coupled to a three stage RC filter network. T

Determine briefly subscriber loop system, Q. Determine briefly subscriber l...

Q. Determine briefly subscriber loop system.  Give some technical specification for subscriber lines. Ans: Subscriber Loop System: Each subscriber in a telephone network is

How to reduce cost in embedded systems, Question: a) Give three ways h...

Question: a) Give three ways how to reduce cost in embedded systems. b) What is a microcontroller? How is it different to a microprocessor? c) Briefly comment on the "A

Customer indexing scheme, Customer Indexing Scheme: Customer indexing ...

Customer Indexing Scheme: Customer indexing has to be carried out in a way, that makes it probable to associate the customer's geographical and electrical address along with h

How do you modify the direction of rotation of a d.c. motor, Q. How do you ...

Q. How do you modify the direction of rotation of a D.C. motor? Ans: The direction of rotation of DC motor will be changed either by changing the field winding connections o

Analog circuit, What is the disadvantages of diodes as a series element in ...

What is the disadvantages of diodes as a series element in a clipper?

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