LTE Simulator for TM3 errors out with message 'Variable has conflicting type definitions'

I'm getting errors when I run the LTE simulator for TM3:
Variable 'cw' has conflicting type definitions. To resolve, verify that all preceding definitions of 'cw' are consistent.
Function 'LTE Receiver/MATLAB Function3' (#49.425.427), line 9, clumn 2: "cw"
Model Explorer looks like this:
How do I fix this?
 

 채택된 답변

This error occurs when the size of the variable in question ("cw") is not correct. Make sure you define the right size as shown below:
"cw" is expected to be of two dimensions with size [60000,2] and same goes for other variable "rxbits".
That should fix the issue.
 

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 LTE Toolbox에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by