Why should I use 2 fftshift?
6 ビュー (過去 30 日間)
古いコメントを表示
Hello if I have signal x (in time domain).
I saw that sometimes people do fftshift(fft(ffshift(x))). Now, I understand the usage of fftshift to move the DC to the center. But what's the reasoning behind using fftshift twice?
Seems to me that fftshift(fft(x)), should be enough.
Am I missing something here?
Thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2015 年 7 月 31 日
You can test it yourself to see if the two are equal.
The magnitudes of the two are equal, but the real and imaginary components are different.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!