how to generate a random binary sequence
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to generate a random binary sequence, convert it into M-ary symbols, generate M-PAM signals? Can anyone contribute?
0 commentaires
Réponses (1)
Image Analyst
le 27 Mar 2015
% Generate 20 binary values:
randomBinaryNumbers = randi([0, 1], 1,20)
1 commentaire
Voir également
Catégories
En savoir plus sur Waveform Generation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!