sdr.DDS.step(N: int) → ndarray Steps the DDS forward by \(N\) samples. Parameters:¶ N: int¶The number of samples \(N\) to step the DDS forward. Returns:¶ The output complex exponential \(y[n]\). Examples¶ See the Phase-locked loops example.