Why doesn't the FFT library have a deterministic behavior? #151
Unanswered
nielsvanetten
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm benchmarking the dsp FFT from the library, but it seems every time I let it be run by the VCK190 the cyclecount is different.
I know there is a variable:
/*TP_DYN_PT_SIZE selects whether (1) or not (0) to use run-time point size determination.*/
But if declare 1, the ai-engine gets stuck (also in simulation).
Is this behavior to be expected?
Beta Was this translation helpful? Give feedback.
All reactions