Skip to content

Commit

Permalink
Merge pull request #52 from SimonEnsemble/patch_docs
Browse files Browse the repository at this point in the history
tf incorrect in docs
  • Loading branch information
SimonEnsemble authored Jun 1, 2024
2 parents bfff4d7 + 9be1b6f commit 8dd41ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/viz.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ viz_poles_and_zeros(g)
g = 4 / (4 * s ^ 2 + 0.8 * s + 1)
U = 1 / s
Y = g * U
data = simulate(Y, (0.0, 50.0))
data = simulate(Y, 50.0)
viz_response(data, title="SO underdamped step response")
```

Expand Down

0 comments on commit 8dd41ce

Please sign in to comment.