New Reply

Physical meaning of ifftshift?

 
Share Thread Thread Tools
Oct17-11, 07:51 AM   #1
 

Physical meaning of ifftshift?


I am using ifftshift function in matlab, mathematically it does the following functions

If M is a row matrix:
M = 1 2 3 4 5 6 7 8;

then ifftshift(M) = 5 6 7 8 1 2 3 4, i.e. it replaces first half with the second half. Although how can be explain this function physically?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Oct17-11, 08:44 AM   #2

Math 2012
 
Recognitions:
Science Advisor Science Advisor
The ifftshift function undoes the effect of fftshift function.

The purpose of fftshift is to put the zero frequency in the center of the frequency spectrum from an FFT, rather than at the left hand end. In other words, you want to interpret the FFT as covering a frequency range from -f/2 to +f/2, not from 0 to f.

None of this has much "phyiscal" significance, but it's useful for producing plots in the form you want to see them.
Oct17-11, 10:47 AM   #3
 
Okay it is just to arrange frequencies. Thank you.
New Reply

Tags
fft, signals, wave, wave dynamics.
Thread Tools


Similar Threads for: Physical meaning of ifftshift?
Thread Forum Replies
the physical meaning of the PDE?!!! Precalculus Mathematics Homework 6
(x-xi) . t_cap .. physical meaning ?? Calculus & Beyond Homework 0
Physical Meaning Quantum Physics 4
Help on physical meaning General Math 6
What is the physical meaning of this eqn Advanced Physics Homework 2