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

Block diagram and the truth table of a demultiplexer, Q. Given the block di...

Q. Given the block diagram and the truth table of a demultiplexer, as shown in Figure, obtain its implementation.

Role of erc - salient features of nep, Role of ERCs: A National Elect...

Role of ERCs: A National Electricity Policy is one of the key instruments for providing policy guidance to the Electricity Regulatory Commissions in discharge of their functio

Which stack is used in 8085, LIFO (Last In First Out) stack is used in 8085...

LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last kept information can be retrieved first.

Define transconductance, Q. Define Transconductance? The control that t...

Q. Define Transconductance? The control that the gate voltage has over the drain current is measured by the transconductance gfs and is similar to the transconductance  gm of t

Explain the methods of analysis for digital system, Q. Explain the Methods ...

Q. Explain the Methods of Analysis for digital system? Just as differential equations are used to represent systems with analog signals, difference equations are used for syste

Slack running fit, Illustrate the conventional representations of the follo...

Illustrate the conventional representations of the following guide to the selection of Fits: (i) Slack Running Fit (ii) Loose Running Fit (iii) Easy Running Fit (iv) No

Explain the power chart, Explain the Power Chart The phasor diagram sho...

Explain the Power Chart The phasor diagram shown in Figure with the x and y axes added, as shown. This diagram may be converted to a 'power chart' by multiplying each phasor in

Define embedded system according to wayne wolf and todd, Define the term em...

Define the term embedded system according to Wayne Wolf and Todd. According to Wayne Wolf: This is any device which includes a programmable computer but is not itself intend

Managing change, Managing Change: 1 The prominent actors included in t...

Managing Change: 1 The prominent actors included in the change procedure in an organisation are Change Makers, Change Agents, Change Leaders and they play a strategic role in

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