discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] FFT size constraints?


From: John Ackermann N8UR
Subject: [Discuss-gnuradio] FFT size constraints?
Date: Thu, 30 Nov 2017 14:28:05 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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.

In some cases, I'd like to match FFT size to sample rate. For example, with a 100 sample/second rate, I'd like to use a 100 bin FFT to (hopefully) get 1.0 frames per second.

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

And is there a reason why GRC sets the limit at one less than 16384? If 8192 is the max because of power-of-two requirements, it would be more helpful to state the limitation as ">8192" rather than "<16384".

Thanks,
John



reply via email to

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