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

Construct the corresponding transfer function, Consider the following IIR f...

Consider the following IIR filter. The initial input data sequence is given by x n = [10 15 20 15 8 6 9 0 0 0] Construct a table that shows the corresponding signal values at

#choke coil, #what is the procedure of the choke coil experiment

#what is the procedure of the choke coil experiment

Igbt - insulated gate bipolar transistor , IGBT ( Insulated Gate Bipolar T...

IGBT ( Insulated Gate Bipolar Transistor ) IGBT  stands for  insulated gate bipolar transistor. It is having the advantages of both power MOSFET and BJT.  In IGBT  layer is P

Series connected motor, In this case, the armature is connected in series w...

In this case, the armature is connected in series with the field coils. Thus I a   = I f = I         NB. At starting, the back emf is zero (because the m

Derive the equations of the self bias circuit, Q. Derive the equations of t...

Q. Derive the equations of the self bias circuit? A circuit which is used to establish a stable operating point is the self biasing configuration. The circuit is shown in Fig

Quick ratio, Quick ratio A stringent indicator that determines whether...

Quick ratio A stringent indicator that determines whether a firm has enough short-term assets to cover its immediate liabilities without selling inventory. It is calculated as

Customer indexing scheme, Customer Indexing Scheme: Customer indexing ...

Customer Indexing Scheme: Customer indexing and asset codification system provides a platform to enable the utilities to generate verifiable and validated data of consumers an

Explain resistance-capacitance coupling, Q. Explain Resistance-capacitance ...

Q. Explain Resistance-capacitance coupling? It is the most commonly used coupling in discrete device amplifier as it is least expensive and has satisfactory frequency response.

In-depth technical competence, Professional engineers engage with a wide ra...

Professional engineers engage with a wide range of technically advanced and complex problem. So technical know-how is necessary to solve problems, advance existing technologies and

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