Input values must be binary (0 or 1)
조회 수: 5 (최근 30일)
이전 댓글 표시
I have the following problem when implemented QAM with BCH encoder "Input values must be binary (0 or 1)" How can solve it.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166555/image.png)
댓글 수: 0
답변 (1개)
Titus Edelhofer
2017년 8월 6일
Hi,
I admit I don't know this block. But the error tells you that only values zero and one are allowed. So you need to change your source block. Probably using a uniform random number generator followed by a round block should give you the desired input signal.
Titus
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 QAM에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!