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

Filter implementation, Using the coefficients obtained for the noisy signal...

Using the coefficients obtained for the noisy signal and the FIR filter in Q1(c)(i) implement on the TMS320VC5510DSK. You can use and modify any of the files provided in the Board

Explain about concentrator expande, In second technique, a concentrator exp...

In second technique, a concentrator expander (CE) is used near cluster of users and another one at exchange end as demonstrated in figure. Only a few junction lines are run between

Phisics, deriving formula of the frictional force

deriving formula of the frictional force

Find the voltage drop and current through each component, A 15 volts source...

A 15 volts source is applied to a series 150 μH inductor and 169 pF capacitor. The resistance of the inductor plus the connecting wires is 1,6 Ω. Determine the voltage drop and

Calculate the value of current flow, 15 cells with emf for every cell are 1...

15 cells with emf for every cell are 1.5V and internal resistance 0.3Ω is linked in parallel. Calculate the value of current flow if the external resistance, 5Ω is linked to them.

Di disable interrupts instruction, DI Disable  Interrupts Instruction ...

DI Disable  Interrupts Instruction The interrupt enable  flip flop is reset and all the  interrupts of 8085 microprocessors  except  TRAP  are disabled . the  instruction  form

Electrical machine -i, What are the causes of sparking in the commutator? E...

What are the causes of sparking in the commutator? Explain the methods to reduce the sparking in the commutator?

Determine the node voltage, Determine the node voltage: Determine the ...

Determine the node voltage: Determine the node voltage V and then current flowing through each element by using KCL. Solution Apply KCL at the node whose voltage is V.

Lift interface circuitry, Draw the circuit diagram for  the  connections to...

Draw the circuit diagram for  the  connections to the EPROM and  just one RAM device  as defined  in  the memory map in question  3. You must show all the connections required to o

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

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