1
2
3
4
5
6
7
8
9
10
//! Simulation.
//!
//! This module contains utilities to simulate the BER in an AWGN channel.

pub mod ber;
pub mod channel;
pub mod factory;
pub mod interleaving;
pub mod modulation;
pub mod puncturing;