Skip to content

Commit

Permalink
Merge pull request #49 from runjaj/patch-1
Browse files Browse the repository at this point in the history
Corrected typo in the PID equation
  • Loading branch information
SimonEnsemble authored Apr 16, 2024
2 parents b4a5d5a + 90182ce commit bfff4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ we build upon `simulate` to simulate feedback and feedforward control systems.

we express PID controller transfer functions in the form:

$$g_c(s)=K_c \left[1+\frac{1}{\tau_I}+\tau_D s \frac{1}{\tau_D \alpha s + 1}\right]$$
$$g_c(s)=K_c \left[1+\frac{1}{\tau_I s}+\tau_D s \frac{1}{\tau_D \alpha s + 1}\right]$$

where $\alpha$ characterizes the derivative filter. this controller function function governs the controller output in response to the input error signal.

Expand Down

0 comments on commit bfff4d7

Please sign in to comment.