Transfer function between an input and output one time constant

control block
transfer function
Author

Mathilde Bongrain

Published

April 10, 2024

Diagram

transfer function diagram

Transfer function between an input and output one time constant diagram

Syntax:

  • function name: tf1p
  • input variable : \(x_i\)
  • output variable : \(x_j\)
  • data name, parameter name or math expression for \(G\)
  • data name, parameter name or math expression for \(T\)

Internal states : none

Discrete variable : none

Equations

\[ T \dot{x_j} = - x_j + G x_i\]

N.B. A zero value for \(T\) is allowed.

Back to top

Found an issue with this page or want to suggest improvements?

📝 Evaluate