Modules

Fourier Transform-related
Resampling (up/down), Interpolation
Pseudo-Random Sequence Generation
Neat operations on vectors and slices

Macros

Error Vector Magnitude assertion Checks each element and panics if an element in the actual EVM = 10 log (P_error/P_ref) => Error vector in relation to the actually expected signal in dB. The error vector is defined as the vector between the reference symbol and the actually received signal. We achieve this by computing the norm of (actual-ref) If no EVM threshold is provided -80dB = 1e-8 = 10nano is used

Type Definitions

Shorthand for Complex Default sample type This type is repr(C), thus 2 f32s back-to-back equivalent to [f32;2]