Substituition of moving maximum block dsp tool
1 view (last 30 days)
Show older comments
Hi, i have to substitute the moving maximum block of dsp toolbox because i don't have the extension. I thought on substitute with a matlab array created by me but i don't know how to define the input. The block moving maximum is implemented with a derivative block in input. I am open to other solution.
0 Comments
Answers (1)
Pavan Guntha
on 19 Aug 2021
Hello Palma,
One alternative might be to use MATLAB Function block within Simulink to implement the functionality of Moving maximum by actually implementing a First-In-First-Out (FIFO) structure of required size and then finding maximum value present in FIFO at every instant.
Hope this helps!
0 Comments
See Also
Categories
Find more on Array and Matrix Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!