sdr.LinearModulation.decide_symbols(a_hat: ArrayLike) → ndarray Converts the received complex symbols a^[k] into decimal symbol decisions s^[k] using maximum-likelihood estimation (MLE). Parameters:¶ a_hat: ArrayLike¶The received complex symbols a^[k]. Returns:¶ The decimal symbol decisions s^[k], 0 to M−1.