I have an EVMK2L board, and I am trying to do radix 2,3 and 5 DFT and IDFT (150, 300, 600, 1200, etc).
1. I did some research and it seems that DSPLIB FFT only supports radix-2 FFT. Is this right?
2. I wonder whether the FFT coprocessor supports radix 2, 3 and 5 DFT or not.
3. On the MCSDK wiki page, it says "Starting from MCSDK 3.0.4, the release includes an MCSDK native linux package that can be installed on the target platform."
And the way to install it on the target is:
"
wget <http-url>mcsdk_3_00_04_18_native_setuplinux.bin
chmod +x mcsdk_3_00_04_18_native_setuplinux.bin
./mcsdk_3_00_04_18_native_setuplinux.bin
"
I wonder what is the correct <http-url> link?
Thanks