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 microprocessor development system, Explain Microprocessor developme...

Explain Microprocessor development system. Microprocessor development system: Computer systems consist of undergone many changes lately. Machines which once filled large area

Sketch a typical circuit for a 2-input 4-output decoder, Q. Sketch a typica...

Q. Sketch a typical circuit for a 2-input, 4-output decoder.

Purpose of compensation and space charge neutrality, My question about abov...

My question about above topic is"what is the use of the of this process" why we do compensation and space charge carrier

Management of Initiatives and Focus - KPI, Management of Initiatives and Fo...

Management of Initiatives and Focus - KPI In this era of fierce competition and to have the competitive edge, it is significant to conserve the material and human resources th

Define explicit - implicit and parametric representations, Give an industri...

Give an industrial look at modern CAM/CAD. Define explicit, implicit and parametric representations. What are the basic advantages of parametric representations over the impli

Describe abrasive grit size, Describe the effect of following parameters. ...

Describe the effect of following parameters. Abrasive grit size. Amplitude and frequency of vibration.

Explain state transition diagram, a. Explain State Transition Diagram and d...

a. Explain State Transition Diagram and define the various SDL symbols used in state transition diagram. b. Draw the signal exchange diagram for a local call used to show the se

Draw the equivalent circuits referred to the high-voltage, A single-phase, ...

A single-phase, 50-kVA, 2400:240-V, 60-Hz distribution transformer has the following parameters: Resistance of the 2400-V winding R1 = 0.75 Resistance of the 240-V winding R2

Chopper configuration - power supplies , Chopper Configuration Choppe...

Chopper Configuration Chopper are classified  in five  different classes according  to their operating capability in particular quadrant. The  current  directions and voltage

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