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