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

Plc - programmable logical controller , PLC ( Programmable Logical  Contr...

PLC ( Programmable Logical  Controller ) PLC  stand for programmable logical  controller.  PLC   is an  industrial computer  used to monitor inputs and depending upon  their  m

Science day, i need to submit a still model or a working model on science d...

i need to submit a still model or a working model on science day(28 February). can you help me....

C R O DELAY LINE, WHAT IS THE FUNCTION OF DELAY LINE IN CRO

WHAT IS THE FUNCTION OF DELAY LINE IN CRO

Digital signal processing, please, how do i design a linear phase stable re...

please, how do i design a linear phase stable recursive digital filter

Show maximum differential input voltage of amplifier, Q. Show Maximum Diffe...

Q. Show Maximum Differential Input Voltage of amplifier? This is the maximum value of differential input voltage v p - v n that can be applied without damaging the op amp.

Static v- i characteristics, Static V- I Characteristics The  static V-...

Static V- I Characteristics The  static V- I  characteristics of power diodes is shown  in figure 1.2  when the  anode is made  positive with  respect to cathode the power  dio

Linear and position invariant, Q. Linear and position invariant? Assume...

Q. Linear and position invariant? Assume that the model illustrated below is linear and position invariant. Also the noise and the image are uncorrelated. Show that the powe

Basis vectors, • Vectors can be represented in terms of basis vectors, a se...

• Vectors can be represented in terms of basis vectors, a set of vectors that span the vector space • Mostly will use i, j, k to denote a Cartesian right-handed basis set • V

Network analysis, expain how to do proper initial approximatio for the give...

expain how to do proper initial approximatio for the given cct....... by a example

Define serial in - serial out shift registers, Define Serial In - Serial Ou...

Define Serial In - Serial Out Shift Registers? An essential four-bit shift register can be constructed using four D flip-flops. The register is the first cleared forcing all fo

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