How To Obtain The Z-Transform Y(z) Response? #1218
Answered
by
murrayrm
oneEclipseUser1
asked this question in
Q&A
Replies: 3 comments 4 replies
|
Ok, I think that I figured it out. The printout is: ... which aligns with the coefficients obtained via the manually worked out results. |
0 replies
|
Your solution looks fine, but doesn't actually use python-control. Here's how to do that using the controls toolbox: which returns |
1 reply
|
3 replies
Answer selected by
oneEclipseUser1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am attempting to obtain the Y(z) z-transform discrete response of a transfer function to a unit response as shown in the following screenshot. Does the control library provide a method for calculating it without resorting to long hand paper calculations as shown in the following screenshot?
All reactions