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

Show the subtraction method, Q. Show the Subtraction Method? For this p...

Q. Show the Subtraction Method? For this procedure (method), start with a weighted position value greater that the number. If the number is greater than the weighted position f

Explain about concentrator expande, In second technique, a concentrator exp...

In second technique, a concentrator expander (CE) is used near cluster of users and another one at exchange end as demonstrated in figure. Only a few junction lines are run between

Electric current, Electric current   Electric current is a flow ...

Electric current   Electric current is a flow of electrons. Each electron carries a very small amount of negative charge (1.6 x 10 -19 coulombs)   A current

Show the use of hexadecimal, Hexadecimal is of use in IT because (1) It...

Hexadecimal is of use in IT because (1) It is a compact system (e.g. only 3 digits represent the number 986) (2) As 16 are a power of 2 it turns out to be quite easy to conv

Design a 4-bit universal shift register, Q. Obtain a block diagram of a shi...

Q. Obtain a block diagram of a shift-left/right register using D flip-flops. Q. Design a 4-bit universal shift register. Q. (a) Show a block diagram of an SRFF connected to s

Write a short note on the working of darlington amplifier, Q. Write a sho...

Q. Write a short note on the working of Darlington Amplifier? A Darlington Amplifier is one that is employing the Darlington pair of transistors. It is a

Magnetic circuits with air gaps, The creation of a magnetic field in a ring...

The creation of a magnetic field in a ring may need to be accessed by means of an air gap. This is typically used to apply the magnetic field to a current carrying conductor to pro

Sketch voltage and the energy stored in the capacitor, Q. Considering the c...

Q. Considering the circuit shown in Figure, sketch v(t) and the energy stored in the capacitor as a function of time.

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

Explain the working of a darlington pair, Q. Explain the working of a darli...

Q. Explain the working of a darlington pair? This is two transistors connected together so that the current amplified by the first is amplified further by the second transistor

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