how to generate a random binary sequence
显示 更早的评论
how to generate a random binary sequence, convert it into M-ary symbols, generate M-PAM signals? Can anyone contribute?
回答(1 个)
Image Analyst
2015-3-27
% Generate 20 binary values:
randomBinaryNumbers = randi([0, 1], 1,20)
1 个评论
Image Analyst
2015-3-27
I have no idea what that is. It's not my field of practice.
类别
在 帮助中心 和 File Exchange 中查找有关 Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!