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

Design an appropriate system, From a source with P in = 2.4 mW, we want to...

From a source with P in = 2.4 mW, we want to get P out = 60 mW at a distance l = 20 km from the source. α for the transmission line is given to be 2.3 dB/km. The available amplif

Semiconductors, Why do potential barriers breaks when a breakdown voltage i...

Why do potential barriers breaks when a breakdown voltage is application to semiconductor

Determine the velocity of wave propagation in the cable, Q. A coaxial cable...

Q. A coaxial cable with polyethylene dielectric (ε r =2.26) connects an antenna to a receiver 30maway. Determine the velocity of wave propagation in the cable and the delay of the

What do you mean by sequential blocks, Q. What do you mean by Sequential Bl...

Q. What do you mean by Sequential Blocks? Neglecting propagation delays, which are measures of how long it takes the output of a gate to respond to a transition at the input of

Load stack pointer - stack operations , Load Stack Pointer This  inst...

Load Stack Pointer This  instruction loads the stack  pointer  register with the 16 - bit  data specified in the   instruction. The 16 - bit  data. When  stored in sp  registe

DC motor & encoder, If a high resolution emcoder is used for position contr...

If a high resolution emcoder is used for position control, will the number of pole count in the DC motor be matter? What is the requirement for the DC motor in order to work with h

Process of amplitude modulation, Q. Process of Amplitude Modulation? In...

Q. Process of Amplitude Modulation? In AM the message signal is impressed on the amplitude of the carrier signal. There are several different ways of amplitude modulating the c

What is tunnel effect and applications of tunnel effect, What is tunnel eff...

What is tunnel effect? Discuss the Alpha decay as an example of tunnel effect. Prove that tunneling increases on decreasing the height and width of the barrier. Explain what do you

Biomedical question, Find the rms voltage of the given cardiac wave

Find the rms voltage of the given cardiac wave

Illustrate application specific instruction set processor, Illustrate about...

Illustrate about the term application specific instruction set processor. Application Specific Instruction-Set Processor (ASIP): a. Microcontroller: as Intel, Hitachi, Motor

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