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?
 

 Respuesta aceptada

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.
 

Más respuestas (0)

Categorías

Más información sobre LTE Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by