sdr.NCO.process(x: ndarray) → ndarray Steps the NCO with the variable-increment signal \(x[n]\). Parameters:¶ x: ndarray¶The input signal, \(x[n]\). The input signal varies the per-sample increment of the NCO. Returns:¶ The output signal, \(y[n]\). Examples¶ See the Phase-locked loops example.