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 hexadecimal number system, Q. Illustrate Hexadecimal Number Syst...

Q. Illustrate Hexadecimal Number System? A big difficulty with the binary system is verbosity. To symbolize the value 202 requires eight binary digits. The decimal version n

Led, explain about led

explain about led

Crm framework, CRM Framework There exist several ways to view CRM fram...

CRM Framework There exist several ways to view CRM framework. Therefore, an operational strategic framework is more relevant to apply CRM in power/electricity business systems

Compute the maximum internal torque, For the motor speci?ed in figure,  com...

For the motor speci?ed in figure,  compute the following: (a) The load component I' 2 of the stator current, the internal torque T, and the internal power P m for a slip of 0.

Starting methods for polyphase induction motors, Starting Methods for Polyp...

Starting Methods for Polyphase Induction Motors When high starting torques are required, a wound-rotor induction motor, with external resistances inserted in its rotor circuits

Ohm, what is ohm?

what is ohm?

Essay, Transmission parameters are more effective than the hybrid parameter...

Transmission parameters are more effective than the hybrid parameters for simulation of the transmission line

What do you mean by output voltage swing, Q. What do you mean by Output Vol...

Q. What do you mean by Output Voltage Swing? Ideally this is equal to the difference between the two supply rail voltages, although in practice it is a few volts less.

Derive lames equation for a thick cylinder, Derive Lame's equation for a th...

Derive Lame's equation for a thick cylinder subjected to internal pressure with clean diagrams. Evaluate the maximum and minimum hoop stresses across the section of a pipe of400

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