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

Emf, what is emf

what is emf

Find the resistance of wire, The resistance of a wire is 60 ? at 25 o C and...

The resistance of a wire is 60 ? at 25 o C and 65? at 75 o C. Find the resistance of wire at 0 o C and value of temperature co-efficient at 0 o C. Ans: Given R 25 = 60 ? a

Explain the construction of a mosfet, Explain the construction of a MOSFET....

Explain the construction of a MOSFET. Draw the symbols and diagrams of both P-channel and N-channel MOSFET. As JFET and MOSFET also have source, drain and gate. Its gate is ins

Amplifiers with feedback, Q. Amplifiers with Feedback? Almost all pract...

Q. Amplifiers with Feedback? Almost all practical amplifier circuits include some form of negative feedback. The advantages gained with feedback may include the following: •

Objective of long-term plans for technical loss reduction, Objective of Lon...

Objective of Long-Term Plans for Technical Loss Reduction The primary objectives of strengthening and improvement of sub-transmission and distribution system in the long-term

Switching characteristics, Switching Characteristics The switching  cha...

Switching Characteristics The switching  characteristic  of an IGBT  during  turn on and turn off time all  shown  in the sum of delay time  and rise time gives  the total  tur

Calculate the dc voltage appearing across the brushes, The armature of a fo...

The armature of a four-pole dcmachine has a simplex lap wound commutator winding (which has the number of parallel paths equal to the number of poles) with 120 two-turn coils. If t

Dissemination of Learning - KPI, Dissemination of Learning - KPI Manag...

Dissemination of Learning - KPI Management has initiated a program, consequently invested a considerable amount of resources and learnt a lesson too. This learning now needs t

What do you mean by frequency response, Q. What do you mean by Frequency Re...

Q. What do you mean by Frequency Response? As with all electronic circuits, op amps have limited frequency response. Because of the negative feedback of the circuit, the passba

Semiconductor, what are the most 4 types of doping techinques in semiconduc...

what are the most 4 types of doping techinques in semiconductors

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