How to write a program for Pseudo Random Binary sequence in matlab?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
anu chauhan
il 12 Lug 2016
Commentato: Walter Roberson
il 15 Lug 2016
i need a program on PRBS
0 Commenti
Risposta accettata
Walter Roberson
il 12 Lug 2016
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 Commenti
Più risposte (1)
anu chauhan
il 15 Lug 2016
Modificato: Walter Roberson
il 15 Lug 2016
1 Commento
Walter Roberson
il 15 Lug 2016
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.
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!