Hello all,
First: Excuse me for my bad english please.
I try to using dsplib. In your guides is said, I should add the rts6700.lib to my project.
1. I can't find this lib (do not exists on my computer and can't find this lib using google).
2. Why should I add this lib? For example the DSPF_sp_fir_gen() works fine without rts6700.lib?!
And if I will find this lib this evening: What about the linker commands? It's right to go on Build Options->Linker->add the commands: –lrts6700.lib −ldsp67x.lib?
At the end: Finaly I want to you the DSPF_sp_cfftr2() and the DSPF_sp_icfftr2().
Because I want to do a fft of my input data (contains input value from aic23_read with bufferlength=1024), then ifft of this and then write with aic23_write to codec. It should sounds like th input, right?
BUT: The input array must be complex -> I have a real input array from AIC23_Codec -> Should I generate an array that contains my real input values on even positions and 0 at odd?
lot of question, sry for this before christmas ;)
thanks for any help
[edit]: should I use the complex.h for complex input array?
Regards andre