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.

关于TCP3D硬解调转为软解调的问题,求解答。



我看了PDK的例子,其中如果将硬解调转换为软解调(硬解调可以成功运行),是不是可以只要更改以下参数:

1.sizeHD改为NULL,sizeSD为3 * cbPtr->blockSize;

2.cbPtr->sdOffset    = cbPtr->blockSize;

3.cbPtr->outHD为NULL,cbPtr->outSD赋值给输出数据的地址;

4.cbPtr->refSD == NULL;

还有别的参数需要更改的么??

  • 在下面的帖子已经解释了TCP3D所谓的软解调,只是将计算的似然值软信息直接输出,这些信息是存储在TCP3D的一个soft buffer,可以通过EDMA搬出来。

    http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/105979.aspx