- sdr.ClosedLoopPLL.phase_error_variance(cn0: float) float
Returns the variance of the phase error of the PLL in steady state.
\[ \sigma_{\theta_e}^2 = \frac{N_0 B_n}{C} \]- Parameters:¶
- Returns:¶
The variance of the phase error \(\sigma_{\theta_e}^2\) of the PLL in radians^2.
References¶
Michael Rice, Digital Communications: A Discrete-Time Approach, Equation C.43.
Examples¶
See the Phase-locked loops example.