看了相关文档,没有提到TCP3D中的译码是否用到并行译码的方法,只提到了滑窗译码~
有没有使用并行译码呀?
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中的译码是否用到并行译码的方法,只提到了滑窗译码~
有没有使用并行译码呀?
对于single buffer mode & double buffer mode, 两个译码器一起先译sys+par0,再一起译sys+par1,如此循环迭代;
对于split mode(仅适用于WCDMA ),两个译码器同时各归各,译不同的码块(WCDMA 也可以采用single buffer 或者double buffer 模式)