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

Which metal has material with lowest resistivity, The material with lowest ...

The material with lowest resistivity is (A) Constantan.         (B) Silver. (C) manganin.            (D) nichrome. Ans: The material with lowest resist

Describe the processor technology used for embedded system, a. Write the ad...

a. Write the advantages of choosing a single purpose processor over a general purpose processor. b. List out the hardware units that must be there in the embedded systems. c.

Matlab antenna diversity, please I need help in matlab to program complex e...

please I need help in matlab to program complex expression in antenna diversity please

Find the new gain for the inverting-amplifier circuit, Q. An op amp has a f...

Q. An op amp has a finite gain of only 50, but is otherwise ideal. For the inverting-amplifier circuit of Figure, if R 2 = 20 k, what value of R 1 would be needed to give a gain

Motor windings, What is the main function of dummy coul in winding?

What is the main function of dummy coul in winding?

8085microprocessor architecture , Normal 0 false false fals...

Normal 0 false false false EN-IN X-NONE X-NONE 8085MICROPROCESSOR ARCHITECTURE

Describe what you understand by offset voltage, a. Describe what you unders...

a. Describe what you understand by 'offset voltage' and 'offset current' of op-amp.  Discuss with a neat circuit diagram the method used for minimizing offset voltage and offset cu

Voltmeter transistor, explain basic working of voltmeter transistor

explain basic working of voltmeter transistor

D flip flop - introduction to microprocessors, D Flip Flop As we have ...

D Flip Flop As we have seen  in the SR flip flop  when the inputs  S= R  are applied the forbidden or indeterminate state occurs.  This state can destabilize the SR file flop.

The potential difference at the battery terminals, Ten 1.5V cells in series...

Ten 1.5V cells in series, each cells having an internal resistance of 0.3Ω, are connected series to a load of 25Ω. Determine : i.The current flowing the circuit

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