sdr.Resampler.__str__() → str Returns a human-readable string representation of the object. Examples¶ In [1]: fir = sdr.Resampler(4, 3) In [2]: print(fir) sdr.Resampler: order: 95 rate: 4 / 3 method: 'kaiser' polyphase_taps: (4, 24) shape delay: 16 streaming: False