Program is not working
Mostra commenti meno recenti
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 Commento
Jan
il 18 Mar 2012
I assume, that the error message contains also the line with the ceil() command.
Risposte (3)
Walter Roberson
il 18 Mar 2012
1 voto
Convert your input data from datatype logical to one of the numeric datatypes, such as uint8(par)
4 Commenti
KARTHICK
il 18 Mar 2012
Walter Roberson
il 18 Mar 2012
I am making a guess about which parameter is the problem.
Try the line
y_mod=modulate(modem.pskmod(alphabet_M),uint8(par));
KARTHICK
il 19 Mar 2012
KARTHICK
il 19 Mar 2012
Yasin
il 15 Mag 2012
0 voti
I think that, it should be right:
y_mod=modulate(modem.pskmod(alphabet_M),double(par));
Shivani S
il 11 Dic 2020
0 voti
Undefined function 'pskmod' for input arguments of type 'double'.
Error:
bp=pskmod(b,2)
can u help me with this error?
1 Commento
Walter Roberson
il 11 Dic 2020
You need the Communications Systems toolbox licensed and installed.
Categorie
Scopri di più su Modulation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!