This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to verify ITU test vectors

i am new to this field.

i am implementing ITU G.723.1 CODEC on TI 6713 DSK.

i have downloaded test vectors and binary editor to view those.

But i do not know how to use them.

Kindly tell me how to put them on DSK 6713 on which i am using CCS v3.1 IDE as input and

how to check output ( satisfy results).

Waiting for reply ......

  • Ankit,

    If you need to learn all about CCS and the C6713, then I recommend you go to the TI Wiki Pages and search for "C6713 training" (no quotes). There is an archived training course there that uses CCS 3.x and the DSK6713, and it covers use of many features of the CCS tools and many features of the DSK6713 and many features of the C6713 DSP.

    If all you need is specifically how to put data into memory, then you can refer to the Memory Load and Memory Save commands. The CCS Help files will explain about the format of those files, but the easiest way I know is to use the Memory Save command to generate a data file and then look at the format of that file; copy it for your own data file that you want to contain your data.

    If what you want is someone to walk you through the process of testing your codec using ITU test vectors, then this may not be the right place to get that kind of help. With no one stepping in with answers in the last few days, I am guessing that no one is watching this forum with advice on that topic.

    Regards,
    RandyP

  • thanks a lot