- sdr.FIR.__str__() str
Returns a human-readable string representation of the object.
Examples¶
In [1]: h = sdr.root_raised_cosine(0.5, 6, 5) In [2]: fir = sdr.FIR(h) In [3]: print(fir) sdr.FIR: order: 30 taps: (31,) shape [0.0013559842808217807, -0.005995136544658217, -0.008698817681933214, -0.0024103767414047302, 0.010205586837665018, 0.018983779931504997, 0.011950905288150394, -0.01518393864077397, -0.051622191325047306, -0.07210389837804473, -0.04745944982876247, 0.039173517569276436, 0.17918683372907862, 0.3367363220550604, 0.4611457574513795, 0.5084040873607553, 0.4611457574513795, 0.3367363220550604, 0.17918683372907862, 0.039173517569276436, -0.04745944982876247, -0.07210389837804473, -0.051622191325047306, -0.01518393864077397, 0.011950905288150394, 0.018983779931504997, 0.010205586837665018, -0.0024103767414047302, -0.008698817681933214, -0.005995136544658217, 0.0013559842808217807] delay: 15 streaming: False