-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting exception when adding two discrete MISO transfer functions #68
Comments
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:
|
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:
The text was updated successfully, but these errors were encountered: