Main Content
rsgenpolycoeffs
Generator polynomial coefficients of Reed-Solomon code
Syntax
x = rsgenpolycoeffs(...)
[x,t] = rsgenpolycoeffs(...)
Description
x = rsgenpolycoeffs(...)
returns
the coefficients for the generator polynomial of the Reed-Solomon
code. The output is identical to genpoly = rsgenpoly(...); x = genpoly.x.
[x,t] = rsgenpolycoeffs(...)
returns t,
the error-correction capability of the code.
Examples
Extended Capabilities
Version History
Introduced in R2010b