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!