how to generate a random binary sequence
조회 수: 13 (최근 30일)
이전 댓글 표시
how to generate a random binary sequence, convert it into M-ary symbols, generate M-PAM signals? Can anyone contribute?
댓글 수: 0
답변 (1개)
Image Analyst
2015년 3월 27일
% Generate 20 binary values:
randomBinaryNumbers = randi([0, 1], 1,20)
댓글 수: 1
참고 항목
카테고리
Help Center 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!