discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] FFT size constraints?


From: John Ackermann N8UR
Subject: Re: [Discuss-gnuradio] FFT size constraints?
Date: Fri, 1 Dec 2017 11:24:12 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Thanks! The mailing list seems to have been clogged up overnight, so after posting I did some experiments and found that an FFT of 100 bins to match 100 samples/second worked just fine and gives me exactly what I want -- nicely spaced results at 1 second intervals.

On 12/01/2017 11:19 AM, Sylvain Munaut wrote:
By convention, FFT sizes seem to be powers of 2.  And Gnu Radio Companion
throws an error if you try to set a size of 16384 -- but will accept 16383.

Probably related to the size of the buffers or something like that.


Is using a non-power-of-2 FFT simply less efficient, or are there other
concerns?

Power of 2 FFTs are faster (potentially _much_ faster), but you can do
FFT of any sizes.


Cheers,

    Sylvain




reply via email to

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