Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
christiankral and HansOlsson committed Oct 16, 2022
1 parent ed187e6 commit d6e07b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Blocks/Math.mo
Expand Up @@ -2569,7 +2569,7 @@ This block detects positive and negative peaks of differentiable and non-differe
For differentiable input singals, an extremum is detected if the derivative of the input signal is zero.
</p>
<p>
To handle non-differentiable input signals, the input signal <code>u</code> is conditioned by a first order wth time constant <code>T</code>.
To handle non-differentiable input signals, the input signal <code>u</code> is conditioned by a first order with time constant <code>T</code>.
Like in the <a href=\"modelica://Modelica.Blocks.Continuous.Derivative\">derivative block</a>,
the derivative of the input signal is approximated by <code>(u - x)/T</code>.
This way even steps with local extrema just before and after the step are taken into account.
Expand Down

0 comments on commit d6e07b8

Please sign in to comment.