- Notifications
You must be signed in to change notification settings - Fork441
support discrete system as input for FRD#568
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
... needs unit tests. |
coveralls commentedMar 12, 2021
sawyerbfuller left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good to me! One remark:FRD.__call__
only works with purely imaginary arguments of the formomega*1j
, which I think is still what we want, right? The alternative is if an FRD system derived from a discrete time system thatz
must be on the unit circle. I think I favor the former but I am not positive that is the "right" way or not.
I also favor the current. Otherwise you would have to keep track from which kind you created the FRD system. |
Triggered by#566 and#523, it was revealed that the evaluation of the sys parameter does not take into account discrete time systems.