1//! Simulation. 2//! 3//! This module contains utilities to simulate the BER in an AWGN channel. 4 5pub mod ber; 6pub mod channel; 7pub mod factory; 8pub mod interleaving; 9pub mod modulation; 10pub mod puncturing;