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

1 view (last 30 days)
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

Accepted Answer

Ramon Benedict Lapina
Ramon Benedict Lapina on 29 Jul 2021
Edited: Ramon Benedict Lapina on 29 Jul 2021
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.

More Answers (1)

Pavan Guntha
Pavan Guntha on 29 Jul 2021
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!

Categories

Find more on Get Started with DSP System Toolbox in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!