Method | Description | |
---|---|---|
ReedSolomonDecoder ( |
||
decode ( int received, int twoS ) : void |
Decodes given set of received codewords, which include both data and error-correction codewords. Really, this means it uses Reed-Solomon to detect and correct errors, in-place, in the input.
|
Method | Description | |
---|---|---|
findErrorLocations ( |
||
findErrorMagnitudes ( |
||
runEuclideanAlgorithm ( |
public decode ( int received, int twoS ) : void | ||
received | int | data and error-correction codewords /// |
twoS | int | number of error-correction codewords available /// |
return | void |