sdr.FIR.__repr__() str

Returns a code-styled 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]: fir
Out[3]: sdr.FIR([0.0013559842482209206, -0.005995136685669422, -0.00869881734251976, -0.002410376677289605, 0.010205586440861225, 0.018983779475092888, 0.011950905434787273, -0.015183938667178154, -0.051622189581394196, -0.07210389524698257, -0.047459449619054794, 0.039173517376184464, 0.1791868358850479, 0.3367363214492798, 0.4611457586288452, 0.5084040760993958, 0.4611457586288452, 0.3367363214492798, 0.1791868358850479, 0.039173517376184464, -0.047459449619054794, -0.07210389524698257, -0.051622189581394196, -0.015183938667178154, 0.011950905434787273, 0.018983779475092888, 0.010205586440861225, -0.002410376677289605, -0.00869881734251976, -0.005995136685669422, 0.0013559842482209206], streaming=False)