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 performance of the circuits, Many circuits, particularly ampl...

Many circuits, particularly amplifiers, use negative feedback (nfb) in order to function reliably. The nfb changes the performance of the circuit to which it is applied, in most ca

., speed control of single phase ac motors

speed control of single phase ac motors

Transformer, A6KVA,100V/500V single-phase transformer has a secondary termi...

A6KVA,100V/500V single-phase transformer has a secondary terminal voltage of 487.5 volts when loaded. determine the regulation of the transformer

The octal butters 74ls244, The Octal Butters 74LS244 It has  two group ...

The Octal Butters 74LS244 It has  two group  of four  buffer with  no inverted tri state  output ,  controlled by  two active  low  enable lines  (1G and 2G)  as shown in figur

Find the voltage drops across the resistors, Consider the network shown in ...

Consider the network shown in Figure (a). (a) Find the voltage drops across the resistors and mark them with their polarities on the circuit diagram. (b) Check whether the KV

Determine the hysteresis and eddy-current losses, Q. The total core loss fo...

Q. The total core loss for a specimen of magnetic sheet steel is found to be 1800 W at 60 Hz. When the supply frequency is increased to 90 Hz, while keeping the flux density consta

Different types of errors in measurement, Q.   Enumerate different types o...

Q.   Enumerate different types of errors in  measurement. How can these errors be minimized.                Sol. Types of errors: Errors may arise from different sources and

Explain how switching systems are classified, Question 1 Explain how switc...

Question 1 Explain how switching systems are classified Question 2 Explain the function of pulse dialing in rotary dial telephone Question 3 Explain the functioning of crossba

Rectifiers and inverters, Normal 0 false false false EN...

Normal 0 false false false EN-IN X-NONE X-NONE RECTIFIERS AND INVERTERS

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