package reedsolomon

  1. Overview
  2. Docs

Module Reedsolomon.CodecSource

Sourcemodule type RsParams = sig ... end

Configuration of a Reed-Solomon code

Sourcemodule type RsPoly = sig ... end

RS encoding and decoding

Sourcemodule 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

Sourcemodule type Standard = sig ... end

Test code used in BBC white paper

Sourcemodule CCSDS : sig ... end

Consultative Committee for Space Data Systems

Digital Video Broadcasting

Advanced Television Systems Committee

Interfaces for the Optical Transport Network