sdr.PED.__call__(received: ArrayLike, reference: ArrayLike) → NDArray[float64] Detects the phase error. Parameters:¶ received: ArrayLike¶The received complex symbols \(\tilde{a}[k]\). reference: ArrayLike¶The reference complex symbols, either the known transmitted complex symbols \(a[k]\) or the complex symbols decisions \(\hat{a}[k]\). Returns:¶ The detected phase error \(\theta_e[k]\) in radians.