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!