package reedsolomon

  1. Overview
  2. Docs
module type RsParams = sig ... end

Configuration of a Reed-Solomon code

module type RsPoly = sig ... end

RS encoding and decoding

module MakePoly (G : Galois.Table.Ops) (P : RsParams) : RsPoly with type elt = G.t

Create a Reed-Solomon code based on the given Galois field and code parameters

module type Standard = sig ... end
module BBCTest : Standard

Test code used in BBC white paper

module CCSDS : sig ... end

Consultative Committee for Space Data Systems

module DVB : Standard

Digital Video Broadcasting

module ATSC : Standard

Advanced Television Systems Committee

module G709 : Standard

Interfaces for the Optical Transport Network