-
sdr.NCO.step(n: int, output: 'phase' | 'sine' | 'cosine' =
'complex-exp'
) ndarray[tuple[int, ...], dtype[float64]] -
sdr.NCO.step(n: int, output: 'complex-exp' =
'complex-exp'
) ndarray[tuple[int, ...], dtype[complex128]] Steps the NCO forward by \(N\) samples.
Examples¶
See the Phase-locked loops example.