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

Explain the architecture of 8085, Explain the Architecture of 8085. Ø  ...

Explain the Architecture of 8085. Ø  ALU Ø  Interrupt control Ø  Serial I/O control Ø  Timing and control unit Ø  Instruction Register & Decoding

Electricity and gas hazards, Electricity beyond doubt is very useful and es...

Electricity beyond doubt is very useful and essential for us; but if dealt with carelessly, it can prove to be very fatal. It is compulsory for a laboratory assistant to be sure of

Determine the load - thevenins equivalent circuit, Determine the load - The...

Determine the load - Thevenins Equivalent Circuit: Determine the load for which the source shall transfer the maximum power if load is connected across the terminal A and B, u

Wire-line and fiber-optic channel, Q. Wire-line and Fiber-optic channel? ...

Q. Wire-line and Fiber-optic channel? Wire-line channels are used extensively by the telephone network for voice, data, and video transmission. Twisted-pair wire lines (with

Draw the energy diagram of a pn junction, Question: a). Draw the energy...

Question: a). Draw the energy diagram of a pn junction: (i) at thermal equilibrium, (ii) when a forward bias with magnitude half the built in potential (V = φk/2) is applie

Explain ramp type dvm, SOL. Ramp Type VM: The operating principle of the r...

SOL. Ramp Type VM: The operating principle of the ramp type DVM is based on the measurement of the time it takes for a linear ramp voltage to rise from 0 V to the level of the inp

What is a clipper circuit, Q. What is a clipper circuit? Clipping circu...

Q. What is a clipper circuit? Clipping circuits are linear wave shaping circuits. The main function of 'clipper' is that it clips off a part of input waveform i.e., it cut off

Cdma transmission model, The RAKE receiver exploits multipath channel chara...

The RAKE receiver exploits multipath channel characteristics and scrambling codes with good cross-correlation properties to realize a maximum ratio diversity combiner. Multipath pr

Common-emitter configuration, Common-emitter configuration: The commo...

Common-emitter configuration: The common-emitter that is abbreviated as CE transistor configuration is displayed in figure.  The transistor terminal common to both the input

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