Module ldpc::noise_model[][src]

Tools to generate random errors.

Any type implementing the NoiseModel trait can be used to sample random errors. Most function needing random errors in this crate require a noise model.

Some standard noise models such as BinarySymmetricChannel are implemented.

Structs

BinarySymmetricChannel

A binary symmetric channel flips at bit with the given probrability.

Probability

Traits

NoiseModel