sdr.Decimator.__repr__() → str Returns a code-styled string representation of the object. Examples¶ In [1]: fir = sdr.Decimator(7) In [2]: fir Out[2]: sdr.Decimator(7, 'kaiser', streaming=False)