- sdr.ClosedLoopPLL.frequency_lock_time(freq_offset: float) float
Returns the frequency lock time of the PLL.
- Parameters:¶
- Returns:¶
The time it takes the PLL to lock onto the input signal’s frequency in seconds.
References¶
Rice, Digital Communications: A Discrete-Time Approach, Equation C.39.
Examples¶
See the Phase-locked loops example.