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 个评论
回答(3 个)
Walter Roberson
2012-3-18
Convert your input data from datatype logical to one of the numeric datatypes, such as uint8(par)
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 个评论
另请参阅
类别
在 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!