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