Skip to content

Commit 20bffbb

Browse files
authored
docstring backtick fix (#121)
1 parent afb3929 commit 20bffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blocks/continuous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ is given by `Y(s)/U(s) = `
106106
─────────────────
107107
s² + 2d*w*s + w^2
108108
```
109-
Critical damping corresponds to `d=1`, which yields the fastest step response without overshoot, d < 1` results in an under-damped filter while `d > 1` results in an over-damped filter.
109+
Critical damping corresponds to `d=1`, which yields the fastest step response without overshoot, `d < 1` results in an underdamped filter while `d > 1` results in an overdamped filter.
110110
`d = 1/√2` corresponds to a Butterworth filter of order 2 (maximally flat frequency response).
111111
112112
# Parameters:

0 commit comments

Comments
 (0)