- sdr.NCO.__call__(x: ArrayLike) ndarray
Steps the NCO with the variable-increment signal \(x[n]\).
- Parameters:¶
- x: ArrayLike¶
The variable-increment signal \(x[n]\). This input signal varies the per-sample increment of the NCO.
- Returns:¶
The output signal \(y[n]\).
Examples¶
See the Phase-locked loops example.