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 nodal analysis procedure, Nodal analysis procedure: 1.  Verify ...

Nodal analysis procedure: 1.  Verify the number of common nodes and reference node within the network. 2.  Assign current and its direction to every distinct branch of the n

Calculate sending-end voltage at 0.9 pf lagging, A three-phase, 34.5-kV, 60...

A three-phase, 34.5-kV, 60-Hz, 40-km transmission line has a per-phase series impedance of 0.2+j0.5/km. The load at the receiving end absorbs 10 MVA at 33 kV. Calculate the follow

Explain magnetic property of ferromagnetic materials, The critical temperat...

The critical temperature above which the ferromagnetic materials lose their magnetic property is known as (A) Hysteresis.                                   (B) Curie point.

Cost and profitability - proposed kpis, Cost and Profitability - Proposed K...

Cost and Profitability - Proposed KPIs  KPI  UOM  Measures   RepresentativeStandards  Aggregate Technical &  Commercial L

The potential difference at the battery terminals, Ten 1.5V cells in series...

Ten 1.5V cells in series, each cells having an internal resistance of 0.3Ω, are connected series to a load of 25Ω. Determine : i.The current flowing the circuit

Metering and billing system, Metering and Billing System Previously, y...

Metering and Billing System Previously, you have learnt about various measures for reducing commercial losses of a utility. You have studied in which the metering and billing

Determine gold and silver are which type of materials, Gold and silver are ...

Gold and silver are (A) Dielectric materials (B) Low resistivity conducting materials. (C) Magnetic materials. (D) Insulating materials. Ans: Gold and si

Resetin input - externally initiated signals , RESETIN  Input It is a...

RESETIN  Input It is an  active  low signal when  it goes low program counter is  reset to zero and busses are tri stated  it also reset interrupt enable flip flop  and instruc

Evaluate the straight-line and actual gain response, Q. Consider the circui...

Q. Consider the circuit shown in Figure in the time domain aswell as in the s-domain. Its transfer function V 2 (s)/V 1 (s) can be shown to be  which is a second-order bandpass tra

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