Substituition of moving maximum block dsp tool

1 回表示 (過去 30 日間)
Giovanni Palma
Giovanni Palma 2021 年 6 月 16 日
回答済み: Pavan Guntha 2021 年 8 月 19 日
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.

回答 (1 件)

Pavan Guntha
Pavan Guntha 2021 年 8 月 19 日
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!

カテゴリ

Help Center および File ExchangeSignal Attributes and Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by