sdr.ErrorRate.error_rate(snr: float) float

Returns the error rate at the specified signal-to-noise ratio (SNR).

Parameters:
snr: float

The signal-to-noise ratio (SNR) in dB. This can be Eb/N0, Es/N0, S/N, C/N0, or other SNR quantities. However, users are cautioned to be consistent for a given class instance.

Returns:

The error rate at the specified SNR.

Examples

See the class Examples section.