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

For the nor and inverter realizations, Q. For the NOR and inverter realizat...

Q. For the NOR and inverter realizations shown in Figure, find the truth table, the type of gate realized, and the expression for the logic output, in each case.

Write explanatory notes on hard disk drive controller, Write explanatory no...

Write explanatory notes on Hard disk drive controller. Hard disk drive controller: It converts instructions from software running upon the computer to the electrical signals

Basic characteristics and operation of mosfet, Q. Basic Characteristics and...

Q. Basic Characteristics and Operation of MOSFET ? In Figure the gate-to-source voltage is set to zero volts by the direct connection from one terminal to the other, and a volt

Flow Chart and Cause-Effect Diagram, Flow Chart and Cause-Effect Diagram ...

Flow Chart and Cause-Effect Diagram Flow Charts Flow charts are pictorial representations of a procedure. By breaking the procedure down within its constituent steps, f

Wave anlysers, Operation of heterodyne wave analyzer with block diagram

Operation of heterodyne wave analyzer with block diagram

Absorption of radiation and stimulated emission, Absorption of radiation ...

Absorption of radiation If an atom is initially in a lower state 1, it can rise to a higher stare 2 by absorbing a quantum of radiation. Photon of frequency v where E 1 and E

Discuss in detail about pulse broadening graded index wave, Discuss in deta...

Discuss in detail about pulse broadening in graded index waveguide ? Intermodal dispersion within multimode fibers is minimized along with the use of graded index fibers, ther

Find the core radius necessary for a single mode operation, Find the core r...

Find the core radius necessary for a single mode operation at 1320nm of a step index fibre with n 1 =1.48 and n 2 =1.478. What are the N.A and maximum acceptance angle for this fib

Find the frequency of oscillation - amplifier gain, Q. Find the frequency o...

Q. Find the frequency of oscillation, amplifier gain ? The transfer function is found to be where the equation is written as a Laplace transform (s=jw). Analysis of thi

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