Program is not working
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Jan
2012 年 3 月 18 日
I assume, that the error message contains also the line with the ceil() command.
回答 (3 件)
Walter Roberson
2012 年 3 月 18 日
Convert your input data from datatype logical to one of the numeric datatypes, such as uint8(par)
4 件のコメント
Yasin
2012 年 5 月 15 日
I think that, it should be right:
y_mod=modulate(modem.pskmod(alphabet_M),double(par));
0 件のコメント
Shivani S
2020 年 12 月 11 日
Undefined function 'pskmod' for input arguments of type 'double'.
Error:
bp=pskmod(b,2)
can u help me with this error?
1 件のコメント
Walter Roberson
2020 年 12 月 11 日
You need the Communications Systems toolbox licensed and installed.
参考
カテゴリ
Help Center および File Exchange で Propagation and Channel Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!