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

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

What can explain failure of relative ppp to hold in reality, Q. What ...

Q. What can explain the failure of relative PPP to hold in reality? Answer: Government procedures of the price level differ from country to country. One cause for thes

What is terminate and stay resident, What is TSR? TSR: The TPA also as ...

What is TSR? TSR: The TPA also as TSR stand for terminate and stay resident programs which remain in memory in an active state till activated by a hot-key sequence or other eve

Find the voltage drops across the resistors, Consider the network shown in ...

Consider the network shown in Figure (a). (a) Find the voltage drops across the resistors and mark them with their polarities on the circuit diagram. (b) Check whether the KV

Low voltage at transformers, Low Voltage at Transformers While the vo...

Low Voltage at Transformers While the voltage applied to induction motor varies from the rated voltage, its performance is affected. Against permissible voltage variation of

Find the bandwidth of the circuit, Q. A simple parallel resonant circuit wi...

Q. A simple parallel resonant circuit with L = 50 µH is used to performthe frequency selection. The circuit is to be tuned to the first station at a frequency of 1000 kHz. In order

What is cascade, An arrangement of Windows so every window is neatly stacke...

An arrangement of Windows so every window is neatly stacked with only the title bar of every window is showing.

Explain about capital stock, Q. Explain about Capital stock? Capital st...

Q. Explain about Capital stock? Capital stock illustrates the amount of the owners' investment in the corporation.

Show the storage layout of digital system, Q. Show the Storage Layout of di...

Q. Show the Storage Layout of digital system? The IEEE floating point numbers have three basic components: the sign, the exponent, and the mantissa. A mantissa is composed of t

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