how to generate a random binary sequence
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to generate a random binary sequence, convert it into M-ary symbols, generate M-PAM signals? Can anyone contribute?
0 comentarios
Respuestas (1)
Image Analyst
el 27 de Mzo. de 2015
% Generate 20 binary values:
randomBinaryNumbers = randi([0, 1], 1,20)
1 comentario
Ver también
Categorías
Más información sobre Waveform Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!