Input values must be binary (0 or 1)
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Titus Edelhofer
am 6 Aug. 2017
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 Kommentare
Siehe auch
Kategorien
Mehr zu QAM finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!