This block calculates the min and the max of the input signal u
and stores the time at which the last min or max was reached in the
variables t_min and t_max respectively.
The output is updated after each sample period defined by Ts.
This means that:
| Version | Date | Author | Comment |
|---|---|---|---|
| 1.0.0 | 2021-02-25 | dietmarw, tinrabuzin | Initial version |