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

Schmitt triggering, schmitt triggering with emitter coupled transister

schmitt triggering with emitter coupled transister

Describe in brief how email system works, Describe in brief how email syste...

Describe in brief how email system works Following is a simple description of how email system works: -  Sender composes a message (and attaches a file if required) and send

Find the current in circuit, Q. (a) Determine the voltage at A in Figure...

Q. (a) Determine the voltage at A in Figure . (b) With V i = 10 V, R 1 = 10 k, R 2 = 1000 , and A = 100, find the current i .

Pulse width modulation, Change the brightness of the most beneficial illumi...

Change the brightness of the most beneficial illuminated LED to represent voltages among the ranges so that if the value is half way among the range then the LED should be 50% brig

Transistor as a switch, Transistor as a switch: Transistors are genera...

Transistor as a switch: Transistors are generally employed as electronic switches, for both of the high power applications including switched-mode power supplies and low power

8085 and 8086 in microprocessor, What is the difference among 8085 and 8086...

What is the difference among 8085 and 8086 in microprocessor? Ans) 8086 has a special concept known as memory segmentation. It permits parallel processing, whereas 8085 does no

Crm framework, CRM Framework There exist several ways to view CRM fram...

CRM Framework There exist several ways to view CRM framework. Therefore, an operational strategic framework is more relevant to apply CRM in power/electricity business systems

Cro, Diagram and explanation of cro

Diagram and explanation of cro

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