Crate turbo [] [src]

Modules

encoders

Structs

Code

A description of a convolutional code, either nonrecursive (FIR), or recursive (IIR), including start state.

Iter

An iterator along the digits of $tyname.

b1

The base binary type, a unit-width binary digit.

b2

A binary number ($fieldwidth digits).

Enums

CodeType

Descriptor for code types.

Constants

ONE

Shorthand for one in unit-width binary type.

ZERO

Shorthand for zero in unit-width binary type.

Traits

Peano

Peano arithmetic operators.