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

Determine the duration of the frame, Four voicemessages, each with 3-kHz ba...

Four voicemessages, each with 3-kHz bandwidth, are to be sampled at Nyquist rate, and time- multiplexed with samples taken at twice the Nyquist rate from six analog monitoring sign

Module of the rated currents - transformer, Module of the rated currents - ...

Module of the rated currents - transformer: The transformer of the Face(Figure) 2 is a transformer of type Delta-Y (the neutral of Y is grounded). The rated output is of 1500

Energy stored in a switched inductor, The increase in the current is buildi...

The increase in the current is building up the magnetic field surrounding the coil. Energy is stored in that field. Consider the energy supplied by the voltage source during the

The time constant of the circuit, A 20µF capacitor is connected in series w...

A 20µF capacitor is connected in series with a 50 kΩ resistor and the circuit is connected to a 20 V, d.c. supply. Verify: a)  The initial value of the current flowing, b)  T

Programming languages - introduction to microprocessors , Programming langu...

Programming languages As we  have seen  the evolution of computer  hardware  similarly  programming  languages also  have their  history  of development from  machine  language

Explain total internal reflection, Explain Total internal reflection? T...

Explain Total internal reflection? The refractive index of a medium is defined as the ratio of velocity of light in vacuum to the velocity of light in that medium n x = C/V

Financing the power sector projects, Financing the power sector projects: ...

Financing the power sector projects:   Massive investment is required for the targeted expansion of the sector. It has been estimated at Rs. 9 lakh crores in the further 10 yea

Explain what happen as the frequency increases, Question: (a) A typica...

Question: (a) A typical RF filter is made up of sections using circuit components. One example of a section is the Inductor-Capacitor (L-C) section. State two other types of

Explain source encoding or data compression, Q. Explain Source encoding or ...

Q. Explain Source encoding or data compression? The sequence of binary digits from the source encoder, known as the information sequence, is passed on to the channel encoder. T

Calculate the maximum analog output voltage, Q. For the 4-bit D/A converter...

Q. For the 4-bit D/A converter of Figure, calculate: (a) The maximum analog output voltage. (b) The minimum analog output voltage. (c) The smallest detectable analog outpu

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