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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio