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

Illustrate the basic working of modem, Q. Illustrate the basic working of M...

Q. Illustrate the basic working of Modem? Modem: Modems are generally provided by network operators or by vendors who aren't necessarily the manufacturers of computer systems.

Temperature controller, This assignment concerns the planning of a software...

This assignment concerns the planning of a software development. You are required to plan the software development for a typical microprocessor based, 4-channel temperature control

Electromechanical energy conversion, derived expression for reluctant torqu...

derived expression for reluctant torque in rotating electrical machine

Evaluate phase difference between voltage and current, Evaluate Phase diffe...

Evaluate Phase difference between voltage and current: An inductive coil of reactance 15.7 Ω and resistance 32 Ω is connected in series with a capacitor of reactance 79.5 Ω. T

Inductive coupling, advantages and disadvantages of inductive coupling

advantages and disadvantages of inductive coupling

Distribution - salient features of nep, Distribution: This has been re...

Distribution: This has been recognized as the most critical segment of the electricity business. Here the NEP calls for proper restructuring of distribution utilities for achi

Find the small-signal equivalent circuit parameters, Given that a BJT has β...

Given that a BJT has β = 60, an operating point defined by I CQ = 2.5 mA, and an Early voltage V A = 50 V. Find the small-signal equivalent circuit parameters g m , r o , and rπ.

Explain from the drain characteristics, Q. Explain from the drain character...

Q. Explain from the drain characteristics that a JFET has  infinite resistance? When V GS = 0v when a positive voltage Vds has been applied across the channel and the gate

Rlc - rotate accumulator left instruction , RLC  Rotate Accumulator Left I...

RLC  Rotate Accumulator Left Instruction This  instruction also rotates the contents of the accumulator towards  left by one bit. The  D 0 bit  moves  to D 1  bit moves to D

Spread time - power semiconductor devices , Spread Time (t s ) During  ...

Spread Time (t s ) During  spread time anode  voltage  falls from 10% I a  to the  on state  voltage  drop  and anode  current  rises  from 90% I a   to final  value  of anode

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