sdr.ClosedLoopPLL.phase_error_variance(cn0: float) float

Returns the variance of the phase error of the PLL in steady state.

σθe2=N0BnC

Parameters:
cn0: float

The carrier-to-noise density ratio C/N0 of the input signal in dB-Hz.

Returns:

The variance of the phase error σθe2 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.