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!