Closed twmacro closed 2 years ago
Yeah probably again some static gain detection failure. Let me check quickly
By the way you can directly create static gains like the following
F = harold.Transfer([[1, 0.5]], 0.02)
Yep! That worked like a charm:
In [3]: harold.Transfer([[1, 0.5]], 0.02).polynomials
Out[3]: ([[array([[1.]]), array([[0.5]])]], [[array([[0.02]]), array([[0.02]])]])
Hi Tim, this revealed yet another symptom of #30 so it will take a bit longer for me to revamp the Transfer class. So to let you know :)
Understood. Thanks @ilayn! :)
Well at least I wasn't lying about the time needed 😃 Sincere apologies for the ridiculous delay.
Hi again! :-)
I think the following code should work, but I'm getting an exception:
Here is the output: