sdr.NCO.step(N: int) NDArray[complex_]

Steps the NCO forward by \(N\) samples.

Parameters:
N: int

The number of samples \(N\) to step the NCO forward.

Returns:

The output complex signal \(y[n]\).

Examples

See the Phase-locked loops example.