How to write a program for Pseudo Random Binary sequence in matlab?
조회 수: 8 (최근 30일)
이전 댓글 표시
i need a program on PRBS
댓글 수: 0
채택된 답변
Walter Roberson
2016년 7월 12일
PRBS = @(N) randi([0 1], 1, N);
This takes one parameter, which is the number of values to generate, and returns a PRBS of that length.
댓글 수: 0
추가 답변 (1개)
anu chauhan
2016년 7월 15일
편집: Walter Roberson
2016년 7월 15일
댓글 수: 1
Walter Roberson
2016년 7월 15일
When you are varying which values, you are not able to obtain what results?
I do not see any use of PRBS in this code, so it would appear to be a completely new Question rather than a follow-on question.
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!