- 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.,
, , , ) is whatever was consistently provided toadd()
.The bit or symbol error rates.
Examples¶
See the class Examples section.