- sdr.ErrorRate.error_rates() tuple[NDArray[float_], NDArray[float_]]
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., \(E_b/N_0\), \(E_s/N_0\), \(S/N\), \(C/N_0\)) is whatever was consistently provided to
add()
.The bit or symbol error rates.
Examples¶
See the class Examples section.