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

Explain current-to-current amplifier, Q. Explain Current-to-Current Amplifi...

Q. Explain Current-to-Current Amplifier ? The circuit given in Figure is to amplify a current fed to the input of the op amp. Applying KCL at Y, i 1 + i S = i o S

Differences between a timer and a counter, Question : a) Embedded Syste...

Question : a) Embedded Systems will be Hard Real-Time Systems, Soft Real-Time Systems and Hybrid Real-Time Systems. Briefly explain all three types of Real-Time Systems, using

Compute the effective armature, For a 45-kVA, three-phase, wye-connected, 2...

For a 45-kVA, three-phase, wye-connected, 220- V synchronous machine at rated armature current, the short-circuit load loss (total for three phases) is 1.80 kWat a temperature of 2

Why memory decoding is required, Why memory decoding is required? To a...

Why memory decoding is required? To attach a memory device to the microprocessor, this is necessary to decode the address sent by the microprocessor. Decoding creates the memo

#title. Armature winding, Why is an armature winding in d.c machine called ...

Why is an armature winding in d.c machine called closed winding.

Quality Tools for Improvement, Quality Tools for Improvement The envir...

Quality Tools for Improvement The environment of the business of power sector has been modified recently largely because of partial deregulation of this sector. The required h

Explain about common control, Q. Explain about Common Control? Common C...

Q. Explain about Common Control? Common Control: Those systems in which the control subsystem is outside the switching network are known as common control switching system. Str

Draw and explain the circuit of wein bridge oscillator, Q. Draw and explain...

Q. Draw and explain the circuit of Wein bridge oscillator. Obtain the expressions for the (i) frequency of oscillation and (ii) condition for oscillation. Will oscillat

Charge carriers in semiconductors, Charge Carriers in Semiconductors ...

Charge Carriers in Semiconductors In a metal, the atoms are imbedded in a "sea" of free electrons, and these electrons can move as a group under the influence of an

Inductor, What will I write in Inductor conclusion

What will I write in Inductor conclusion

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