|
Robochameleon
v1.0
|
Generate PRBS sequence. More...
Go to the source code of this file.
Functions | |
| function | gen_prbs (in n) |
| Generate PRBS sequence. More... | |
Generate PRBS sequence.
DEPRECATED. Use PatternGenerator_v1::gen_prbs instead
2^n-1-bit PRBS sequence based on the polynomial with minimum # XORs. Example:
Primitive polynomials are the ones employed by SHF.
Definition in file gen_prbs.m.
| function gen_prbs | ( | in | n | ) |
Generate PRBS sequence.
| n | PRBS order |
| x | PRBS sequence |
1.8.11