Simulink can not work with islocalmax
古いコメントを表示
Hello,
i have vibrationsdata in my workspace which getting in a matlab function in simulink. This function includes the function islocalmax.
Simulink can not work with this. Is there any way to find maxima and minima from vibrationsdata in Simulink?
Thank you for help!
回答 (1 件)
Shivam Gupta
2019 年 2 月 8 日
0 投票
Use PeakFinder Block to find maxima.
.png)
- Input is constant block which contain vibration data
- Find Maxima Output the number of extrema (maxima and minima) in an input signal. This can also be customized to output maxima or minima indices.
- Display block captures the count and index.
カテゴリ
ヘルプ センター および File Exchange で Signal Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!