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

High frequency induction heaters or magnetic fields, High Frequency Inducti...

High Frequency Induction Heaters or Magnetic Fields : If this type of equipment is in use, large currents may be induced in any nearby metallic object or circuit, which will in tu

What do you mean by assembly procedures in fem, a) What do you mean by asse...

a) What do you mean by assembly procedures in FEM, discuss by taking suitable example of your choice. b) Write the potential energy equation for particular FE analysis of a prob

Show transformer equivalent circuits, Q. Show Transformer equivalent circui...

Q. Show Transformer equivalent circuits? Transformers come in various sizes, from very small, weighing only a few ounces, to very large, weighing hundreds of tons. The ratings

Magnet, Magnetic materials

Magnetic materials

Electricity policies, Electricity Policies: The National Electricity P...

Electricity Policies: The National Electricity Policy is a main policy instrument having the force of law under the Electricity Act, 2003. The Central and State Electricity Re

Push psw instruction , PUSH PSW Instruction It is similar to above  pu...

PUSH PSW Instruction It is similar to above  push  instruction but instead of normal  register Paris it use PSW as its  operand. Program status  word comprises of  the content

Logic circuits, : A farmer owns two barns; one north of a creek and the oth...

: A farmer owns two barns; one north of a creek and the other south of the creek. The farmer has a Cabbage, a Goat, and a Wolf. The Farmer needs to put each item in a barn every ni

Describe binary number system, Q. Describe binary number system? The bi...

Q. Describe binary number system? The binary number system has a base of 2 with two distinct digits (bits), 1 and 0. A binary number is expressed as a string of 0s and 1s, and

Obtain the complete solution for the current, For the circuit of Figure, ob...

For the circuit of Figure, obtain the complete solution for the current i L (t) through the 5-H inductor and the voltage v x (t) across the 6- resistor.

Find an expression for the instantaneous force, Q. Let the solenoid carry a...

Q. Let the solenoid carry an alternating current of 10 A (rms) at 60 Hz instead of the direct current. Find an expression for the instantaneous force.

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