Why do I get an error regarding "isfi" when using the "qammod" function?
Afficher commentaires plus anciens
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"?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Modulation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!