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

Properties of carbon and tungsten in lamp, explain the proprty and the appl...

explain the proprty and the application of carbon and tungsten in lamp?

., ABOUT ASSIGNMENT ON MAGNETIC INDUCTION NEAR A LONG WIRE

ABOUT ASSIGNMENT ON MAGNETIC INDUCTION NEAR A LONG WIRE

Mr, what is pole core and pole shoe in a dc machine

what is pole core and pole shoe in a dc machine

What is transient program area, What is TPA (transient program area)? T...

What is TPA (transient program area)? The memory system is divided in three major parts: transient program area, System is and XMS that is extended memory system.

Determine the minimum needed frequency range, The operating frequency range...

The operating frequency range of a superheterodyne FMreceiver is 88-108MHz. The IF and LO frequencies are so chosen that f IF LO .Ifthe image frequency f  c must fall outside of

Device switching losses and snubbers, May I know if your site can help me w...

May I know if your site can help me with design a snubber and model the circuit using LTSpice software?

Quality control systems, Give three reasons why a chamfer shouldn't be cons...

Give three reasons why a chamfer shouldn't be considered an "unimportant" dimension. When conducting an audit, what is the first step and what is its purpose? Why will calcul

Explain about communication systems, Q. Explain about Communication Systems...

Q. Explain about Communication Systems? Even though most modern communication systems have only been invented and developed during the eighteenth and nineteenth centuries, it i

Show the procedure of hex to decimal conversion, Q. Show the procedure of H...

Q. Show the procedure of Hex to Decimal Conversion? To convert from the Hex to the Decimal, multiply the value in each position by its hex weight and add each value. Using the

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