Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Discretization
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Approximations === Exact discretization may sometimes be intractable due to the heavy matrix exponential and integral operations involved. It is much easier to calculate an approximate discrete model, based on that for small timesteps <math>e^{\mathbf{A}T} \approx \mathbf I + \mathbf A T</math>. The approximate solution then becomes: <math display=block>\mathbf x[k+1] \approx (\mathbf I + \mathbf{A}T) \mathbf x[k] + T \mathbf{Bu}[k] </math> This is also known as the [[Euler method]], which is also known as the forward Euler method. Other possible approximations are <math>e^{\mathbf{A}T} \approx (\mathbf I - \mathbf{A}T)^{-1}</math>, otherwise known as the backward Euler method and <math>e^{\mathbf{A}T} \approx (\mathbf I +\tfrac{1}{2} \mathbf{A}T) (\mathbf I - \tfrac{1}{2} \mathbf{A}T)^{-1}</math>, which is known as the [[bilinear transform]], or Tustin transform. Each of these approximations has different stability properties. The bilinear transform preserves the instability of the continuous-time system.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)