finding peaks in Simulink

6 Ansichten (letzte 30 Tage)
satwick guturu
satwick guturu am 27 Mär. 2021
Beantwortet: Rohit Pappu am 30 Mär. 2021
How can i find peak vaues and their time stamps at which the peaks occur in SIMULINK ?

Antworten (1)

Rohit Pappu
Rohit Pappu am 30 Mär. 2021
findpeaks accepts only vector data as it's input arguments. A possible workaround would be to use a Buffer block in between Simulink output and MATLAB Function input
Example:
The above example locates the peaks of a discrete sine wave. The Sine Wave block returns a scalar value while findpeaks expects a vector input. To fix this discrepancy, A buffer can be used to convert scalar value to vector values

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by