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

Ac machines, AC Machines: We have learnt the fundamental concepts of t...

AC Machines: We have learnt the fundamental concepts of the transformer, induction motors and special type fractional kilowatt (kW) machines. In the section of transformer you

Physics, While sitting in physics class one day, you begin to ponder the wo...

While sitting in physics class one day, you begin to ponder the workings of the analog clock on the classroom wall. You notice as the hands sweep in a continuous motion that there

Induced emf, what is the difference between statically and dynamically indu...

what is the difference between statically and dynamically induced emf?

Determine the flux, Q. Consider themagnetic circuit of Figure. Let the cros...

Q. Consider themagnetic circuit of Figure. Let the cross-sectional area AC of the core, be 16 cm 2 , the average length of the magnetic path in the core lC be 40 cm, the number

Linear and IC applications, bias compensation techniques for ac and dc char...

bias compensation techniques for ac and dc characteristics

Evaluate parameters of a bjt, Q. The parameters of a BJT are given by α = 0...

Q. The parameters of a BJT are given by α = 0.98, I CBO = 90 nA, and i C = 7.5 mA. Find β, iB, and iE.

Use kcl and kvl to determine current, For the circuit shown in Figure, use ...

For the circuit shown in Figure, use KCL and KVL to determine i 1 , i 2 , v bd and v x . Also, find v eb .

Convert these numbers to their decimal values, Q. Consider the three BCD nu...

Q. Consider the three BCD numbers listed below. 0001 1000 0101 1000 0010 0001 0011 1000 0100 0011 0101 0101 a) Convert these numbers to their decimal values. b) Conv

Problem of current electricity, charges of +2q and -4q are fixed a distance...

charges of +2q and -4q are fixed a distance d apart as in figure_2(a).find electric field at the point A ,B and C (b) sketch roughly the electric field lines.

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