We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi
can someone please explain why these 4096 tables have table lengths of 4032 ?
#define ARMBITREVINDEXTABLE_4096_TABLE_LENGTH ((uint16_t)4032)
#define ARMBITREVINDEXTABLE_FIXED_4096_TABLE_LENGTH ((uint16_t)4032)
I would like to know the formula that generates the 4032 so that I can produce other table sizes
Thank you
developerR
Hi Weston
Thank you for your response.
I have seen elsewhere that table size is square root of radix times square root of fft size. But none of these numbers tally.
It would be good to be able to dervive this number
regards