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

Determine the amplitude - radar system, Suppose the ambiguity function of s...

Suppose the ambiguity function of some waveform x ( t ) of duration ζ = 1 millisecond is given by   (NOTE: this is not a possible AF because it is not time-limited to

Working of harmonic distortion analyzer, Q. Explain with the help of a bloc...

Q. Explain with the help of a block diagram the working of harmonic distortion analyzer. OR Write short note on Harmonic distortion analyzer. Sol. Several methods h

What is output impedance, Q. What is Output Impedance? Output Impedance...

Q. What is Output Impedance? Output Impedance : The output impedance of an amplifier is a measure of the impedance or resistance. It has nothing to do with the actual loading t

Design an electro-pneumatic system, (i) Sketch a fully-labelled electro-pne...

(i) Sketch a fully-labelled electro-pneumatic circuit showing your actuators in the START position and employ metered out speed control with mono-stable 5/2 DCV's having solenoid a

Write a short note on the working of darlington amplifier, Q. Write a sho...

Q. Write a short note on the working of Darlington Amplifier? A Darlington Amplifier is one that is employing the Darlington pair of transistors. It is a

Electric machines, a shunt motor supplied at 230V rms runs at 900rev/min wh...

a shunt motor supplied at 230V rms runs at 900rev/min when the armature current is 30A.the resistance of the armature circuit is 0.4 ohms.find the armature input

Find the power amplification, The constants of an amplifier are given by A ...

The constants of an amplifier are given by A = 1, R i =10,000, and R o = 100. It is driven by a Thévenin source with v Th (t) = V O cos ωt and R Th = 20,000 . The amplifier o

Interpoles and compensating windings, Interpoles and Compensating Windings:...

Interpoles and Compensating Windings: The most generally used method for aiding commutation is by providing the machine with inter poles, also known as commutating poles, or si

Electrical machine, transformer voltage induced in armatur of ac commentato...

transformer voltage induced in armatur of ac commentator machin in case tha field flux in sinosoidal?..

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