4 base
= os
.path
.dirname(__file__
)
5 path
= os
.path
.dirname(base
)
6 sys
.path
.insert(0, path
)
8 sys
.stdout
= open(sys
.argv
[1], "w")
10 import liba
# type: ignore
12 num
= [6.59492796e-05, 6.54019884e-05]
13 den
= [1.0, -1.97530991, 0.97530991]
15 tf
= liba
.tf(num
, den
[1:])
28 print("%g,%g" % (x
[i
], y
[i
]))