Crate aether_primitives

Source

Modules§

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

Macros§

assert_evm
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
vec_align

Type Aliases§

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