awgn_noise
Add (complex) Gaussian white noise.
Namespace: dsp::telecom
Prototype
Veccf awgn_noise(const Veccf &x, float σ)
Parameters
x | Input vector (complex) |
σ | Noise standard deviation (for each I/Q component) |
Description
- Warning
- The signal being complex, the power of added noise is \(2\sigma^2\).