Simulink block for maximum ABS over last XX seconds
1 view (last 30 days)
Show older comments
I'm working with a simulink model that has a transfer function outputting a signal. For another calculation, I need to know the maximum amplitude of the output over the last XX seconds. I know I can use an ABS block but then I need something that will grab and output the largest value over the last XX seconds. I'm using ODE45 with variable step size so I need something that doesn't rely on the # of samples.
Any help would be appreciated.
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!