sdr.LoopFilter.filter(x: ndarray) → ndarray Filters the input signal \(x[n]\). Parameters:¶ x: ndarray¶The input signal, \(x[n]\). Returns:¶ The filtered signal, \(y[n]\). Examples¶ See the Phase-locked loops example.