- sdr.ClosedLoopPLL.phase_lock_time() float
Returns the phase lock time of the PLL.
\[ T_{PL} = \frac{1.3}{B_n} \]- Returns:¶
The time \(T_{PL}\) it takes the PLL to lock onto the input signal’s phase in seconds.
References¶
Michael Rice, Digital Communications: A Discrete-Time Approach, Equation C.40.
Examples¶
See the Phase-locked loops example.