Hello,
Should I modify my python flowgraph or my "log POWER FFT" hier block?
I just need to flip the samples and I guess there is a recommended way to do that. Can numpy.fft.fftshift() do the work?
I just need to flip the samples and I guess there is a recommended way to do that. Can numpy.fft.fftshift() do the work?
On Mon, 19 Jan 2015 08:46:22 -0500, Marcus D. Leech wrote:
That's normal for FFTW-based FFTs (and a lot of others).
The output goes from:
DC to BW/2
-BW/2 to DC
Where BW is your signal bandwidth.
-- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org
No comments:
Post a Comment