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

Details of a distribution transformer, Electrical network details: 1  ...

Electrical network details: 1          single line diagrams with conductor sizes, transformer locations, consumer location, lengths, capacitors, and load, etc., 2

Calculate the actual frequency of circuit, (a) The circuit of Figure 1 repr...

(a) The circuit of Figure 1 represents an amplifier-speaker connection. The filter is a low pass filter which is connected to the woofer. The filter is a -network. (i) Design a

What are the advantages of digital cameras, What are the Advantages of digi...

What are the Advantages of digital cameras Advantages of digital cameras over manual cameras include: no processing costs (As there is no need to develop film or make prints),

Definition of magnetism, Definition of  Magnetism Magnetism is explai...

Definition of  Magnetism Magnetism is explained as the force produced by charge particles (electrons) of magnet. A magnet is a material that obtained a magnetic field.

Illustration of embedded web technology, Illustration of embedded web techn...

Illustration of embedded web technology An oven comprise an embedded processor. Owner can use a web ready mobile phone anywhere to control the oven remotely. By accessing a

Explain the application of clippers, Q. Explain the application of clippers...

Q. Explain the application of clippers. There are numerous clipper applications. In general clippers are used to perform one of the following two functions: · Changing the s

What is the per-unit slip at full load, Q. A three-phase, 60-Hz induction m...

Q. A three-phase, 60-Hz induction motor runs at almost 1800 r/min at no load, and at 1710 r/min at full load. (a) How many poles does the motor have? (b) What is the per-unit

Illustratecommon base configuration, Q. IllustrateCommon base configuration...

Q. IllustrateCommon base configuration? Common base configuration: In this circuit the base is common to both input and the output.Such a configuration is also known as groun

Combinational logic circuit design, Design a circuit to enable a chemical a...

Design a circuit to enable a chemical additive to be introduced into the fluid through another inlet only when the temperature is not too cold or too hot and the fluid is above the

Amplifier and active filter design, Amplifier and Active Filter Design Usin...

Amplifier and Active Filter Design Using Operational Amplifier 1) The purpose of this assignment is to train you to do some simple circuit design using op-amp. The circuit tha

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