Skip to content
Discussion options

You must be logged in to vote

I just tried using vectors and unfortunately it didn't work (maybe my approach). Is there a method so that I can simplify it such that I can create a function where I can pass in the numerator and denominator vectors as arguments without using the 'z' variables?

sys = ct.TransferFunction(
    [0.3678, 0.2644],             # numerator polynomial
    [ 1.    , -1.3678,  0.3678],  # denominator polynomial
    dt=True)                      # discrete time

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@oneEclipseUser1
Comment options

Comment options

You must be logged in to vote
3 replies
@sawyerbfuller
Comment options

@oneEclipseUser1
Comment options

@oneEclipseUser1
Comment options

Answer selected by oneEclipseUser1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants