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

Use of computers in power systems, Q. Use of Computers in Power Systems? ...

Q. Use of Computers in Power Systems? The control and stability of any electric power system is indeed extremely important, in particular when a system is expected to maintain

Discuss the control words of ic8259, Discuss the control words (ICWS) of IC...

Discuss the control words (ICWS) of IC8259. The Intel 8259 is a single chip programmable interrupt controller. It is compatible with 8086, 8088 and 8085 microprocessor. It is a

Define gray code - bcd to decimal conversion, Define Gray Code - bcd to dec...

Define Gray Code - bcd to decimal conversion? The Gray Code is a variation on binary code in which only 1 bit is changed from the preceding number. The bit so as to changes is

Power flow analysis, Ask question #Minimum 10] In the system shown in Fig...

Ask question #Minimum 10] In the system shown in Figure 4-1, the rated voltage of the line is 110kv, and the conductors are all LGJ-120 type. The parameters are: r1=0.21O/km,x1=0

Transformer, A6KVA,100V/500V single-phase transformer has a secondary termi...

A6KVA,100V/500V single-phase transformer has a secondary terminal voltage of 487.5 volts when loaded. determine the regulation of the transformer

Public safety - application of software defined radio, Public safety - Appl...

Public safety - Application of Software Defined Radio During emergency situation such as earthquake, tsunami, terrorist attack, public safety officials from different agencies

Load carrying capacities , Task a)    Investigate and describe the sign...

Task a)    Investigate and describe the significance of the following: i.    Slenderness ratio and buckling in columns ii.    Effective length of columns b) Explain Eu

Show process of power transmission and distribution, Q. Show Process of Pow...

Q. Show Process of Power transmission and distribution? The structure of a power system can be divided into generation (G), transmission, (T), and distribution (D) facilities,

Video graphics array and colour graphics adapter, What are the differences ...

What are the differences between Colour Graphics Adapter and Video Graphics Array graphics adapters? The Colour Graphics Adapter (CGA), originally also termed as the Colour/G

Diffusion current, Diffusion Current : The carrier currents are also ...

Diffusion Current : The carrier currents are also due to concentration gradients in the doped material which lead to diffusion of carriers from high concentration region to l

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