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

When both mt2 and gate are positive, When both  MT 2 and  Gate  are pos...

When both  MT 2 and  Gate  are positive In this  junction  P 1 N 1   and P 2 N 2   are forward  biased whereas junction N 1 P 2 is reverse biased. The gate current flows  thr

Show color television receiver, A color television receiver is shown in Fig...

A color television receiver is shown in Figure in block diagram form, indicating only the basic functions. The early part forms a straightforward superheterodyne receiver, except f

Transformer, A6KVA,100V/500V single-phase transformer has a secondary termi...

A6KVA,100V/500V single-phase transformer has a secondary terminal voltage of 487.5 volts when loaded. determine the regulation of the transformer

Determine required output power, Q. Two stations (using identical antennas,...

Q. Two stations (using identical antennas, with diameters of 50λ and aperture ef?ciencies of 0.6 at 35 GHz) are separated by 30 km. With negligible antenna losses, antenna connecti

What are difference equations, What are Difference Equations? A continu...

What are Difference Equations? A continuous-time system can be described by differential equations. Likewise, a discrete-time system can be explained by difference equations. T

Cma complement accumulator instruction, CMA Complement Accumulator  Instru...

CMA Complement Accumulator  Instruction Complement the  contents of the accumulator  i e the   accumulator  al once are converted zeros  and all zeros  are converted to  ones.

Digital switching switching in telecommunication, Name the switching scheme...

Name the switching schemes used in a digital exchange

What is polymerised resultant of phenol and formaldehyde, Phenol and Formal...

Phenol and Formaldehyde are polymerised to a resultant product known as (A) PVC.                                  (B) bakelite. (C)  Polyester.                        (D)

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