Open robertmassaioli opened 10 years ago
I'd also like to see some basic documentation (with C equivalants or even pseudocode) on the assembler portions of ffts and how they interact with the code generator. Right now ffts is locked to only a handful of architectures and I don't know where to start if I were to port it to a new architecture.
Using knowledge of how the DFT is supposed to work (by reading through the DSP Guide) and by reading through the source code, I was able to work out how this library is supposed to be used. However, the code can do with some documentation. I have the following questions:
At any rate, thankyou for writing FFTS, it is awesome and permissive. You rock.