Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySimon committed Feb 17, 2020
1 parent bc2e8ea commit 975ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ easily construct:
K = 1.0
τ = 2.0
ξ = 0.1
g = first_order_system(K, τ, ξ) # 1 / (4 * s^2 + 0.4 * s + 1)
g = second_order_system(K, τ, ξ) # 1 / (4 * s^2 + 0.4 * s + 1)
```

compute time constant, damping coefficient:
Expand Down

0 comments on commit 975ba4e

Please sign in to comment.