how to generate a random binary sequence

59 Ansichten (letzte 30 Tage)
Mohammed Mohammed
Mohammed Mohammed am 27 Mär. 2015
Kommentiert: Image Analyst am 27 Mär. 2015
how to generate a random binary sequence, convert it into M-ary symbols, generate M-PAM signals? Can anyone contribute?

Antworten (1)

Image Analyst
Image Analyst am 27 Mär. 2015
% Generate 20 binary values:
randomBinaryNumbers = randi([0, 1], 1,20)
  1 Kommentar
Image Analyst
Image Analyst am 27 Mär. 2015
I have no idea what that is. It's not my field of practice.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by