Skip to content

Commit 280ed45

Browse files
committed
tidy up latex math
1 parent f4d497d commit 280ed45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ControlSystemsBase/src/pid_design.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ r ┌─────┐ ┌─────┐ │ │ │
150150
```
151151
152152
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)``
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)``
155155
156156
- `b` is a set-point weighting for the proportional term
157157
- `c` is a set-point weighting for the derivative term, this defaults to 0.

0 commit comments

Comments
 (0)