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

What is a positive clipper and explain its working, Q. What is a positive c...

Q. What is a positive clipper? Explain its action with the help of a circuit. A positive clipper is the circuit which is used to cut off the positive half cycle. The circuit wi

Electronics, determine mimimum SOP for the following swiching funcion using...

determine mimimum SOP for the following swiching funcion using K-map: F(x1,x2,x3,x4)=Summationof m(4,6,8,10,11,12,15)+DC(3,5,7,9)

What is open-loop voltage gain, Q. What is Open-loop voltage gain? The ...

Q. What is Open-loop voltage gain? The op amp amplifies the difference vd between the voltage on the noninverting (+) terminal and the inverting (-) terminal; see Figure. The t

Matrix, create a matrix of 5x6. with identical columns and rows ranging fro...

create a matrix of 5x6. with identical columns and rows ranging from 200 to 1000 in equal increments

Newton raphson , hi can you help with newton raphson?

hi can you help with newton raphson?

Determine harmonic factor hf of the input current, Q. Consider a full-wave ...

Q. Consider a full-wave single-phase bridge recti?er circuit with dc motor load, as shown in Figure (a). Let the transformer turns ratio be unity. Let the load be such that the

Determine the current in the circuit and the voltage, Q. Two identical junc...

Q. Two identical junction diodes whose volt-ampere relation is given by Equation in which I S = 0.1 µA, V T = 25 mV, and η = 2, are connected as shown in Figure. Determine the cu

The a.c/d.c. generator - electromagnetic torque, Note, the armature curren...

Note, the armature current is produced in pulses as the armature rotates under the poles, so the torque also pulsates. This can give rise to extra wear on bearings and the engin

State the advanatages of GPS system, Advanatages of GPS system These s...

Advanatages of GPS system These systems have been developed to mimic the knowledge and expertise of an expert in a particular field. For instance: -  prospecting for minera

Integrated circuit components, You are required to design and document the ...

You are required to design and document the hardware design for Lift Control Unit (LCU) as required by the questions/specification in section 2 above, based on a 68HC12D60 microcon

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