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

Block schematic diagram of ss7, Q. Block schematic diagram of SS7? Leve...

Q. Block schematic diagram of SS7? Levels are as below: Level 1: The Physical Layer Level 2: The Data Link Level Level 3: The signaling network level Level 4: The User Pa

Write a note on the application of emitter-follower, Q. Write a note on the...

Q. Write a note on the application of emitter-follower? An emitter follower can serve as a buffer for a voltage source. The voltage divider at left is a poor voltage source bec

Karnaugh map, how can be a karnaugh map of the count of sequence: 0-5-6-9-1...

how can be a karnaugh map of the count of sequence: 0-5-6-9-11-14

Evaluate the current flowing in the direction from b to a, Q. A beam contai...

Q. A beam containing two types of charged particles is moving from A to B. Particles of type I with charge +3q, and those of type II with charge -2q (where -q is the charge of an e

What is the need of modem in data communication, Q. What is the need of MOD...

Q. What is the need of MODEM in data communication? Need of Modem: Modems are used to interface computers, computer networks in addition to other terminal equipment to teleco

Voltmeter transistor, explain basic working of voltmeter transistor

explain basic working of voltmeter transistor

SINGLE-PHASE INDUCTION MOTORS MOTORS, HOW DOES SINGLE PHASE INDUCTION MOTOR...

HOW DOES SINGLE PHASE INDUCTION MOTORS DEVELOP A STARTING TORQUE ?

Properties of p-n junction, Properties of a p-n junction The p-n junct...

Properties of a p-n junction The p-n junction possesses several interesting properties that have helpful applications in modern electronics. A p-doped semiconductor is compara

Explain about junction fet, Q. Explain about Junction FET? The JFET is ...

Q. Explain about Junction FET? The JFET is a three-terminal, voltage-controlled current device, whereas the BJT is principally a three-terminal, current-controlled current devi

Explain resistivity of conducting materials, Explain factors that change th...

Explain factors that change the resistivity of conducting materials. Temperature- Electrical resistance of most metals rises with increase of temperature whereas those of sem

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