Program is not working
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I got error saying that ??? Undefined function or method 'ceil' for input arguments of type 'logical'.
Error in ==> ray at 22 y_mod=modulate(modem.pskmod(alphabet_M),par);
Can you help me with this?
1 commentaire
Réponses (3)
Walter Roberson
le 18 Mar 2012
Convert your input data from datatype logical to one of the numeric datatypes, such as uint8(par)
4 commentaires
Yasin
le 15 Mai 2012
I think that, it should be right:
y_mod=modulate(modem.pskmod(alphabet_M),double(par));
0 commentaires
Shivani S
le 11 Déc 2020
Undefined function 'pskmod' for input arguments of type 'double'.
Error:
bp=pskmod(b,2)
can u help me with this error?
1 commentaire
Voir également
Catégories
En savoir plus sur Propagation and Channel Models dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!