sdr.NCO.step(N: int) ndarray

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

Parameters:
N: int

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

Returns:

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

Examples

See the Phase-locked loops example.