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.

Can I generate my own test vector using my turbo decoder input in TCP3d? How?

Hello,

I'm working on DSP C6670.  I'm trying to integrate TCP3d with my LTE application.

 I want to convert my own turbo decoder input to be used on tcp3d, to test the algorithm.

I learn that there are configuration files (*.cfg) on:

Texas Instruments\pdk_C6670_1_1_2_6\packages\ti\drv\tcp3d\test\gen_test_vectors\

That's how tcp3d input are configured. And the actual input bit is on the following line:

Coded_bits_file_name = codedbits_file.txt

Question is, what is data format for codedbits_file.txt? I wan to replace that file to my own codebits.

Thanks,

--

Erick

  • Hi,

    Under the \simulator folder, there are codedbits_file.txt and infobits_file.txt. I haven't modified the files myself but i'm assuming that the info bits contains the raw data which is sent for encoding. The coded bits should have the encoded bits which are sent into TCP3d for decoding. 

    Regards,

    Arun