Substituition of moving maximum block dsp tool

1 visualización (últimos 30 días)
Giovanni Palma
Giovanni Palma el 16 de Jun. de 2021
Respondida: Pavan Guntha el 19 de Ag. de 2021
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.

Respuestas (1)

Pavan Guntha
Pavan Guntha el 19 de Ag. de 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!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by