setting an output value as a threshold value for finding local maxima block in simulink

1 次查看(过去 30 天)
Hi! Newbie user here. I just wanted to ask if is it possible to use te output of my MinMaxReset block as a threshold value for my Find Maximum block? If yes, how? Thank you

采纳的回答

Ramon Benedict Lapina
编辑:Ramon Benedict Lapina 2021-7-29
I have already found a solution regarding with my problem. I used a matlab function block in order to process my signal given with a varying thresholding value. The picture below shows a block that accepts two signals: the real-time signal I have processed and the thresholding value of that given signal. The output is satisfactory, however this method is not applicable for getting all the peaks. I need to figure out some other solutions for this problem yet.
Note: I am currently trying to detect ECG peaks for this function block.

更多回答(1 个)

Pavan Guntha
Pavan Guntha 2021-7-29
Hi Ramon,
The Peak Finder block in Simulink accepts threshold as a property. So, it cannot be changed during the simulation run. To use the output of max block as threshold, the corresponding logic for peak detection needs to be designed using other existing blocks. The attached example illustrates the intended maxima detection assuming that the input vector length to Find Maxima block is constant for your application.
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Get Started with DSP System Toolbox 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by