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?
 

 Réponse acceptée

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.
 

Plus de réponses (0)

Catégories

En savoir plus sur LTE Toolbox dans Centre d'aide et File Exchange

Produits

Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by