We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d497d commit 280ed45Copy full SHA for 280ed45
lib/ControlSystemsBase/src/pid_design.jl
@@ -150,8 +150,8 @@ r ┌─────┐ ┌─────┐ │ │ │
150
```
151
152
The `form` can be chosen as one of the following (determines how the arguments `param_p, param_i, param_d` are interpreted)
153
-* `:standard` - ``K_p*(br-y + (r-y)/(T_i s) + T_d s (cr-y)/(T_f s + 1))``
154
-* `:parallel` - ``K_p*(br-y) + K_i (r-y)/s + K_d s (cr-y)/(Tf s + 1)``
+* `:standard` - ``K_p(br-y + (r-y)/(T_i s) + T_d s (cr-y)/(T_f s + 1))``
+* `:parallel` - ``K_p(br-y) + K_i (r-y)/s + K_d s (cr-y)/(Tf s + 1)``
155
156
- `b` is a set-point weighting for the proportional term
157
- `c` is a set-point weighting for the derivative term, this defaults to 0.
0 commit comments