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;