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

Multiplexer, design a 32:1 multiplexer using two 16:1 multiplexer

design a 32:1 multiplexer using two 16:1 multiplexer

Basic operations of 8085 microprocessor , Basic Operations of 8085 Micropro...

Basic Operations of 8085 Microprocessor The 8085 microprocessor  performs followings  five  basic  operations . 1. Opcode Fetch :  Reading and decoding  operation code  of

Common base configuration - bjt, Common base configuration: for pap t...

Common base configuration: for pap transistor connection for common base operation is as follow: common base means base is common to both input and output side of configurati

Counter-controlled analog to digital converter, Q. Counter-controlled analo...

Q. Counter-controlled analog to digital converter? Figure shows the block diagram of a counter-controlledA/Dconverter. Resetting the binary counter to zero produces D/A output

Clipper, design a clipper circuit of a sinsoiudial wave of a peak value 25v...

design a clipper circuit of a sinsoiudial wave of a peak value 25v&minimum value of -12v to make the output voltages of 20&-9v respectively.

Explain this phenomenon, (a) Design a 2 nd  order Sallen and Key low pass ...

(a) Design a 2 nd  order Sallen and Key low pass active filter with the following characteristics: Nominal Cut-off Frequency: 1.6 kHz Variable Gain: 0 to 7.5 dB You may a

What is the speciality of a darlington transistor, Q. What is the specialit...

Q. What is the speciality of a darlington transistor? A darlington pair behaves like a single transistor with a very high current gain. The total gain of the darlington is the

Effect of frequency - stepper motor , Effect of Frequency a.From equa...

Effect of Frequency a.From equation for given  H p and μ P v α √f b.From  equation the depth of penetration for a given  material δ α 1/ √f c.From  equation hyst

Switching characteristics during turn on , Switching characteristics during...

Switching characteristics during turn on A positive  gate  pulse  between  gate and  cathodeis sufficient to turn  on a thyrisotr. In  this period  thyristor  changes its stat

Full wave rectifier with filter, what is the theory for full wave rectifier...

what is the theory for full wave rectifier with c filter

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