So, I'm trying to work backwards from the TI supplied FFT filtering example code...what I would like to learn is how to export fixed-point arrays (like the sine waves from the filtering example) to a header that I can include in my CC4 project.
The app note mentions that the format of the data is S16Q15. This means that the data is 16-bit word length with 15 digit fractional length, right? I've looked a bit at Matlab's fixed-point toolbox, but I'm unsure how to easily export the data into code composer. Any insight to the process would be greatly appreciated.
Jonathan