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 CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by