ldpc-toolbox 0.3.0

Utilities to aid in LDPC code design
Documentation
1
2
3
4
5
6
7
8
//! Simulation.
//!
//! This module contains utilities to simulate the BER in an AWGN channel.

pub mod ber;
pub mod channel;
pub mod modulation;
pub mod puncturing;