Input values must be binary (0 or 1)
显示 更早的评论
I have the following problem when implemented QAM with BCH encoder "Input values must be binary (0 or 1)" How can solve it.

回答(1 个)
Titus Edelhofer
2017-8-6
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 QAM 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!