I wonder the type of "DATA" in the DSPLIB. Is it Q. 15 or Q15 ?
I see that DATA is defined as short type in the related material.
I think the short type is equal to Q15 type.
but from the routine using the DPSLIB in the ccs installing folder , the result is right if wo consider "DATA" as "Q. 15",and it is wrong if wo consider "DATA" as "short".
So i don't know how can I define the variable in a c program if i want to use the DSPLIB.
Thank you very much.