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

Variable frequency systems , Variable Frequency  Systems In this  sys...

Variable Frequency  Systems In this  systems the chopping period  T will varying but  either Ton is kept constant or T off kept constant. In  any case the off  time T off   w

Saturation or active mode, Saturation or active mode While V GS  ...

Saturation or active mode While V GS   > V th  and  V DS   > (V GS   - V th ) The switch is turned on, and a channel has been made that allows current to flow

Calculate maximum reactive power the generator can produce, A 3-phase, wye-...

A 3-phase, wye-connected, 11.8 kV, 100 MVA turbo- generator of 0.8 power factor lagging has a synchronous reactance of 2.0 p.u. on rating. The generator is driven by a steam turbin

Matlab ? uniform quantization, simulate a uniform quantizer that takes as a...

simulate a uniform quantizer that takes as an input a vector of numbers and returns as an output the quantized vector. 1-Generate a random input vector of 10000 samples randomly in

Microprocessor development system, Write explanatory notes on  Microprocess...

Write explanatory notes on  Microprocessor development system. Microprocessor development system : Computer systems have undergone several changes recently. Machines which

Guarding against losses in service cables and connections, Guarding Against...

Guarding Against Losses in Service Cables and Connections The service cables to consumer premises are often a source of loss that can be reduced given below. The length of ser

Image enhancement, Explain briefly the operation, draw the functions, formu...

Explain briefly the operation, draw the functions, formulas and observations. (i) Write an m-file "imnorm.m" which takes an image finds min and max values and uses them to nor

Determine the dielectric constant of slab, Determine the Dielectric constan...

Determine the Dielectric constant of slab: An air capacitor contains two parallel plates 10 cm 2 in area and 0.5 cm apart. While a dielectric slab of area 10 cm2 and thicknes

Testing of ct operated meters, Testing of CT Operated Meters The subse...

Testing of CT Operated Meters The subsequent tests should be carried out for CT operated meters: i) Ratio test through primary injection kit, ii) Polarity test, iii)

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