Quote:
Originally Posted by twobob
I have been digging around on this one.
http://hax4.blogspot.co.uk/2010_02_01_archive.html Advises:
Quote:
"ARM has provided a folder under RVDS 4.0 installation path that contains the assembly code for FFT, which covers almost all the FFT scenarios, including the odd ones like radix = 3 (Can radix be 3 for FFT?). It supports both V4 and V5TE instruction set."
|
I will follow up on this.
Thanks
|
Thanks for posting this. Regarding the radix-3 FFT, it was reported in some FFT code comments that an odd-radix FFT needs to be the last stage in a power-of-2 radix FFT pipeline. See one of the integer examples in the discussed FFT codees for the example of the 80-step FFT that has a radix-5 FFT as the last step.