How to write a program for Pseudo Random Binary sequence in matlab?
23 次查看(过去 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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!