sdr.ErrorRate.error_rates() tuple[NDArray[float64], NDArray[float64]]

Returns all signal-to-noise ratios (SNRs) in ascending order and their corresponding error rates.

Returns:

  • The signal-to-noise ratios (SNRs). The specific SNR quantity (e.g., Eb/N0, Es/N0, S/N, C/N0) is whatever was consistently provided to add().

  • The bit or symbol error rates.

Examples

See the class Examples section.