sdr.FarrowResampler.resample(x: ndarray, rate: float) → ndarray Resamples the input signal by the given arbitrary rate. Parameters:¶ x: ndarray¶The input signal, \(x[n] = x(n T_s)\). rate: float¶The resampling rate, \(r\). Returns:¶ The resampled signal, \(y[n] = x(n T_s / r)\). Examples¶ See the Farrow arbitrary resampler example.