[][src]Module believer::channel

Transmission channels.

Structs

BinarySymmetricChannel

A binary symmetric channel caracterize by its error probability prob. That is, every time an input is send throught the channel, it is flipped with probability prob.

Traits

BinaryChannel

A trait that represent a binary transmission channel. It takes an GF2 element and (randomly) map it to an other GF2 element. It has an intrinsic likelyhood for each output.