Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
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?
A balanced star-connected load is connected across a three phase 450V 50 Hz AC supply. Each load element has an impedance of 5+j12 Ω. Calculate: (i) The power factor of the
Amplifier Usually, an amplifier or simply amp, is any device which changes, generally increases, the amplitude of a signal. The connection of the input to the output of an amp
The Three-phase alternator In this case, three separate sets of coils are wound on the stator and connected to produce three separate outputs. Because of the physical displace
what is the daily life work of triac
Q. What do you mean by Signal Processing? The essential feature of communication, control, computation, and instrumentation systems is the processing of information. Because of
2 n -R D/A CONVERTER An n-bit 2 n -R D/A converter needs 2 n resistors of equal value R and (2 n+1 -2) analog switches. A 3-bit 2 n -R D/A converter is shown in Figure, which
Positive Edge Triggered D Flip Flop In this type of D flip Flop ( 7475) shown in figure the output changes with positive edge of the CLK when CLK changes from 0 to 1
Q. Illustrate Signal attenuation? Signal attenuation in many channels can be offset by using amplifiers to boost the signal level during transmission. However, the amplifier al
A three-phase transposed line is composed of one ACSR conductor per phase with flat horizontal spacing of 11 meters as shown in Figure (a). The conductors have a diameter of 3.625
Design a logic circuit with 4 inputs A, B, C & D that will produce output ‘1’ only whenever two adjacent input variables are 1’s. A & D are also to be treated as adjacent, impleme
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!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd