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的输出问题



根据文档,可以看出:

硬解调的输出为Uint32的参数,每个输出占用cbPtr->blockSize/4的空间大小;

软解调的输出为int8的参数,每个输出占用cbPtr->blockSize*3的大小,输出为三个。每个为cbPtr->blockSize的大小,这样理解对么??