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

Transistor hybrid model, Transistor Hybrid model:- Make Use of h - par...

Transistor Hybrid model:- Make Use of h - parameters to explain a transistor have the following benefits. a)      h - Parameters are real numbers that are up to radio frequ

Common channel signalling, Common channel signalling Signalling system...

Common channel signalling Signalling systems link the variety of switching systems, transmission systems and subscriber equipments in telecommunication network to enable

What is rxd, What is RXD? RXD- Receive Data Input This input pin of ...

What is RXD? RXD- Receive Data Input This input pin of 8251A gets a composite stream of the data to be received by 8251A.

Covert analog signal into digital signal, Covert Analog Signal into Digital...

Covert Analog Signal into Digital Signal A strain gauge is used in Wheatstone Bridge configuration. The output from the Wheatstone Bridge varies from zero to a maximum strain

Can you show binary number formats, Q. Can you show Binary Number Formats? ...

Q. Can you show Binary Number Formats? We in general write binary numbers as a sequence of bits (bits is short for binary digits) and we have defined boundaries for these bits.

Show how a 16-to-1 multiplexer can be obtained, Q. Using two 8-to-1multiple...

Q. Using two 8-to-1multiplexers and one 2-to-1multiplexer, show how a 16-to-1 multiplexer can be obtained in the form of a block diagram.

Microgrid, how to connect some DG together?

how to connect some DG together?

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

Techniques and resources in problem base learning, Techniques and resources...

Techniques and resources Different techniques and resources were used in different areas of the problem during the course of the project. The most important of them was th

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