discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] log POWER FFT Output - Samples flipped in frequen


From: Martin Braun
Subject: Re: [Discuss-gnuradio] log POWER FFT Output - Samples flipped in frequency
Date: Wed, 28 Jan 2015 14:22:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 01/28/2015 10:03 AM, Jorge Gallo wrote:
> 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?

Sure, just wrap that into a Python (sync) block. Make sure to operate on
vectors of the correct length! Your itemsize should probably be
fft-length x sizeof(complex).

M






reply via email to

[Prev in Thread] Current Thread [Next in Thread]