pll update input is named "x" not "input"

This commit is contained in:
Matt Huszagh 2021-01-04 11:14:27 -08:00
parent 1bf71f335b
commit 13543ce048
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ impl PLL {
/// The signal's phase/frequency is reconstructed relative to the sampling period.
///
/// Args:
/// * `input`: New input phase sample.
/// * `x`: New input phase sample.
/// * `shift_frequency`: Frequency error scaling. The frequency gain per update is
/// `1/(1 << shift_frequency)`.
/// * `shift_phase`: Phase error scaling. The phase gain is `1/(1 << shift_phase)`