Filtering, Electrical Engineering

Assignment Help:

Filtering

 (i) Write an m-file "mymedian.m" which will take an image and filter size and perform median filtering. Display input and output image. Use 

help median

function imm=mymedian(imn,msize)
[h w]=size(imn);
kernel_size=?
imm=imn;
for i=msize+1:(h-msize)
  for j=msize+1:(w-msize)
    imm(i,j)=median(reshape(imn(i-msize:i+msize,j-msize:j+msize),1,kernel_size));
  end
end

What is the median value of an image?

Comment on the complexity (number of operations per pixel) of the algorithm. 

(ii) Write an m-file "mygaussian.m" which will take an image and filter size and perform Gaussian filtering. Display input and output image.


function img=mygaussian(imn,sigma)
g=gauss(sigma);

img=?(iii) Perform median and Gaussian filtering on  face_g.png, face_m.png,statue_m.png.
What kind of noise the median filer is useful for?
What kind of noise the Gaussian filer is useful for?


Related Discussions:- Filtering

Digital electronics logic family, For a given logic family, consider VOL = ...

For a given logic family, consider VOL = 0.25V and VOH = 5 V . For a given circuit, VIL = 0.96 V and VIH = 2.18 V. Find the largest positive-going and largest negative-going nois

Bipolar junction transistor, Bipolar Junction Transistor: Transistor ...

Bipolar Junction Transistor: Transistor construction: the emitter layer is heavily doped, the base is light doped and the collector is only lightly doped. Outer layer has wi

Compute the capacitance, Figure shows the cross-section of an electrostatic...

Figure shows the cross-section of an electrostatic problem with translational symmetry: a rectangular coaxial cable. The inner conductor is held at 10 volts and the outer conductor

Dynamics of electrical machines, 1. Modeling of Armature and Field Controll...

1. Modeling of Armature and Field Controlled DC motors: Steady state and dynamic models; development of block diagrams;  assumptions used; complexity involved in realistic models;

Describe the two core-excited states, Using the optimized 6-311G(d,p) geome...

Using the optimized 6-311G(d,p) geometry determined in question 1, perform the following equivalent core calculations for any two inequivalent carbons of butadiene: (a) Equivale

Demand meters, Demand Meters Demand meters measure volt-amperes (in kV...

Demand Meters Demand meters measure volt-amperes (in kVA), that merge both reactive (reflected) and actual (consumed) power. In its easiest form, a demand meter has a gauge wh

Express the instantaneous power, Q. On a per-phase basis, let v = √2 V cos ...

Q. On a per-phase basis, let v = √2 V cos ωt and i = √2 I cos (ωt - θ). (a) Express the instantaneous power s(t) in terms of real power P and reactive power Q. (b) Now consid

Literature review on co2 positive displacement pump, Ask question introduc...

Ask question introduction of co2 single stroke positive displacement pump using cam and follow system to transfer co2 into small cylinders

Describe the phasor equations, Q. Describe the following phasor equations r...

Q. Describe the following phasor equations represented in the time domain: (a) ¯ E = K1e-¯ γz (b) ¯ E = K2e ¯ γz where z is the space coordinate, K1 and K2 are constants,

Define the term paging unit, Define the term Paging Unit. Paging Unit:...

Define the term Paging Unit. Paging Unit: The paging mechanism functions along with 4K - byte memory pages or along with a new extension obtainable to the Pentium with 4M byt

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