how to generate a random binary sequence
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to generate a random binary sequence, convert it into M-ary symbols, generate M-PAM signals? Can anyone contribute?
0 Commenti
Risposte (1)
Image Analyst
il 27 Mar 2015
% Generate 20 binary values:
randomBinaryNumbers = randi([0, 1], 1,20)
1 Commento
Vedere anche
Categorie
Scopri di più su Waveform Generation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!