2014-11-24 04:22 AM
Hi,
I
f i
understand correct
ly
using fft functions like
, maxim
um fft length are 204
8. Is
t
here
any possibility to use longer
dat
a lengths
?
br
Teijo
2014-11-24 05:44 AM
I
f i
understand correct
ly
using fft functions like
, maxim
um fft length are 204
8
IMHO it were either code size or runtime considerations that prompted ARM to limit the input size to 2^11.
Is
t
here
any possibility to use longer
dat
a lengths
?
You could either try to extend the DSP lib code, or find another suitable implementation. There are plenty of others around which might better suit your needs, like implementations for arbitrary input length (like bluestein's fft), or to calculate just one or a few points of the spectre.