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

Electric scooter, Hi there i need help with design battery charger for elec...

Hi there i need help with design battery charger for electric scooter 24v battery. i have to design sechmatic diagram and PCB for it. using Altuim design software many thanks 006

Rrc rotate accumulator right instruction , RRC Rotate  Accumulator  Right...

RRC Rotate  Accumulator  Right Instruction This instruction also  rotates the contents of the  accumulator  toward right  by one bit. The  D 7   bit moves  to D 5   position a

State advantages of washing machine, State advantagesof Washing machine ...

State advantagesof Washing machine Main advantages are that these washing machines are fully automatic (wash programs are fully stored) it makes them easy to use, they are chea

Preventing leakages at insulators, Preventing Leakages at Insulators L...

Preventing Leakages at Insulators Leakages at insulators, cracking of insulators and flashover across insulators frequent cause outages and give output in loss of revenue. Pol

Define series var compensation, Define Series VAr Compensation? For ver...

Define Series VAr Compensation? For very long transmission lines, the inductive reactance of the line becomes so high that not much power can be transmitted through the line, s

Inquire, how we can say that 3 phase induction motor is short curcited pra...

how we can say that 3 phase induction motor is short curcited practically?

Find the total core loss, Q. Ac measurements with constant voltage amplitud...

Q. Ac measurements with constant voltage amplitude reveal that the total core loss of a certain magnetic circuit is 10 W at f = 50 Hz, and 13 Wat f = 60 Hz. Find the total core los

Obtain plots by using probe, Q. A dc source is connected to a series RLC ci...

Q. A dc source is connected to a series RLC circuit by a switch that closes at t = 0, as shown in Figure, with initial conditions. For the values of R = 20, 40, and 80 , solve for

Clipper, merits amd demerits of series and shunt clipper

merits amd demerits of series and shunt clipper

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