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

Magnetic field, how magnetic field is related to electric field

how magnetic field is related to electric field

Find the approximate bandwidth of the circuit, Q. An op amp has an open-loo...

Q. An op amp has an open-loop frequency response as shown in Figure. (a) Find the approximate bandwidth of the circuit using this op amp: (i) With a closed-loop voltage gain

Impedance heating system, Under what circumstances is individual circuit pr...

Under what circumstances is individual circuit protection for a lighting and applications panel board not required? What is the purpose of guarding runway contact conductors and

Network theorems, what is the limitations of maximum power transfer thorem ...

what is the limitations of maximum power transfer thorem ?

How 8255 programmable peripheral interface can operate, What are the differ...

What are the different modes in which 8255 Programmable Peripheral Interface (PPI) can operate? Twenty Four I/O lines in 38-bit port groups - A, B and C A and B can be

Constant voltage from solar panel, circuit for the buck boost regulator con...

circuit for the buck boost regulator connected to a ic regulator , my voltae range is 5v to 24v?

Give a general account of common drain amplifier, Q. Give a general account...

Q. Give a general account of common drain amplifier? The output is taken over the source terminal and when the dc supply is replaced by its short circuit equivalent, the drain

Combinational-sequential, Design combinational-sequential electronic logic ...

Design combinational-sequential electronic logic gate circuit for a car wash....

Find the fourier-series expansion of the pulse train, The rectangular pulse...

The rectangular pulse train of Figure (a) consists of pulses of height A and duration D. Such pulse trains are employed for timing purposes and to represent digital information. Fo

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