nrPRBS
Generate PRBS
Description
[
returns the elements specified by seq
,cinit] = nrPRBS(cinit
,n
)n
of the pseudorandom binary sequence
(PRBS) generator, when initialized with cinit
. The function implements
the generator specified in TS 38.211 Section 5.2.1 [1]. For uniformity
with the channel-specific PRBS functions, the function also returns the initialization value
cinit
.
[
specifies additional output formatting options by using one or more name-value pair
arguments. Unspecified options take their default values.seq
,cinit] = nrPRBS(cinit
,n
,Name,Value
)
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 38.211. “NR; Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
Extended Capabilities
Version History
Introduced in R2018b