pll update input is named "x" not "input"
This commit is contained in:
parent
1bf71f335b
commit
13543ce048
@ -45,7 +45,7 @@ impl PLL {
|
|||||||
/// The signal's phase/frequency is reconstructed relative to the sampling period.
|
/// The signal's phase/frequency is reconstructed relative to the sampling period.
|
||||||
///
|
///
|
||||||
/// Args:
|
/// Args:
|
||||||
/// * `input`: New input phase sample.
|
/// * `x`: New input phase sample.
|
||||||
/// * `shift_frequency`: Frequency error scaling. The frequency gain per update is
|
/// * `shift_frequency`: Frequency error scaling. The frequency gain per update is
|
||||||
/// `1/(1 << shift_frequency)`.
|
/// `1/(1 << shift_frequency)`.
|
||||||
/// * `shift_phase`: Phase error scaling. The phase gain is `1/(1 << shift_phase)`
|
/// * `shift_phase`: Phase error scaling. The phase gain is `1/(1 << shift_phase)`
|
||||||
|
Loading…
Reference in New Issue
Block a user