Why do I get an error regarding "isfi" when using the "qammod" function?
Mostrar comentarios más antiguos
I am trying to use the "qammod" function from the Communications Toolbox and I am unable to use it as I receive an error. The command I am executing is shown below:
>> qammod(randi(1, 1, 10)-1, 2)
I receive the following error:
'isfi' requires Fixed-Point Designer.
Error in qammod>validateInput (line 257)
if isfi(x)
Error in qammod (line 95)
validateInput(x, M, bitInput, outputDataType);
Why can I not use "qammod"?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Modulation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!