sdr.Decimator.__str__() str

Returns a human-readable string representation of the object.

Examples

In [1]: fir = sdr.Decimator(7)

In [2]: print(fir)
sdr.Decimator:
  order: 167
  rate: 7
  method: 'kaiser'
  polyphase_taps: (7, 24) shape
  delay: 12
  streaming: False