Change of phase, Electrical Engineering

Assignment Help:

Write an m-file "myfourier.m" which takes two images, computes FFT, phase and amplitude and swaps the amplitudes between two images.

function myfourier
im1=imread('cameraman.png');
imd1=double(im1); 
im2=imread('class_f.png');
imd2=double(im2);

FI1=fft2(imd1);
phase1=angle(FI1);
amplitude1=abs(FI1);

FI2=fft2(imd2);
phase2=angle(FI2);
amplitude2=abs(FI2);

NFI1=amplitude1.*exp(i*phase1);
NFI2=amplitude2.*exp(i*phase2);
RI1=ifft2((NFI1));
RI2=ifft2((NFI2));

figure;imshow(real(RI1),[]);
figure;imshow(real(RI2),[]);

NFI1=amplitude1.*exp(i*phase2);
NFI2=amplitude2.*exp(i*phase1);
RI1=ifft2((NFI1));
RI2=ifft2((NFI2));
figure;imshow(real(RI1),[]);
figure;imshow(real(RI2),[]);

What information is encoded in the amplitude and phase?
How the change of phase and amplitude affects the transformed image?


Related Discussions:- Change of phase

Explain about delay system, Q. Explain about Delay System? Delay Syste...

Q. Explain about Delay System? Delay System: A class of telecommunication networks, like data networks, places the message or call arrivals in a queue in the

Compute force vector, Q. Consider a current element I 1 d ¯l 1 = 10 dz ¯a...

Q. Consider a current element I 1 d ¯l 1 = 10 dz ¯az kA located at (0,0,1) and another I 2 d ¯ l 2 = 5dx ¯ax kA located at (0,1,0). Compute d ¯F 21 and d ¯F 12 experienced by

Convolution, Convolution :   (i) Express this function in terms of kern...

Convolution :   (i) Express this function in terms of kernel coefficients and convolve with image class.png, (x,y are coordinates of pixels) Io(x,y)=I(x+1,y)-2*I(x,y)+I(x-1,

Show a block diagram of a 4-bit shift-right register, Q. A shift register c...

Q. A shift register can be used as a binary (a) divide by-2, and (b) multiply-by-2 counter. Explain. Show a block diagram of a 4-bit shift-right register using JKFFs.

Explain about zener diodes, Q. Explain about Zener Diodes? Most diodes ...

Q. Explain about Zener Diodes? Most diodes are not intended to be operated in the reverse breakdown region. Diodes designed expressly to operate in the breakdown region are cal

Calculate the fraction of particles - top plate, Consider a colloidal suspe...

Consider a colloidal suspension of latex particles confined between two plates. The plates are charged, so there is an electric potential difference V between them (as shown). The

Define capacitor construction, Define Capacitor Construction In its mo...

Define Capacitor Construction In its most elementary state a capacitor having of two metal plates separated by a certain distance d, in among the plates lies a dielectric mate

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

Name the switching schemes used in a digital exchange

Determine the efficiency of the transformer, 1.    A 230/1000V 50 Hz, singl...

1.    A 230/1000V 50 Hz, single phase transformer has the following test data: Open circuit test (L.V.) Primary voltage = 230V Primary current = 1.30 A Input power

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