How can I solve peak by using simulink in matlab?
조회 수: 2 (최근 30일)
이전 댓글 표시
How to know the number of maximum and minimum peaks in a signal, and each peak its value, with input of random and real-time signal using simulink in matlab?
댓글 수: 3
답변 (1개)
Azzi Abdelmalek
2013년 12월 14일
In real time, you can't know if a point is a peak or no, because at t=n, we don't know the next point at t=n+1
댓글 수: 4
Youssef Khmou
2013년 12월 15일
What Azzi sais is logic, you can write a code and make it in user defined Function, but i do not have much experience with this approach .
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!