how to find all points after falling edge
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I have a signal that I am trying to analyze. I want to find all the points after the falling edge and average those points to find the 'average minimum' of that signal. I tried using findpeaks and the find command but not much success there. Any help would be much appreciated, thank you!
댓글 수: 3
dpb
2019년 5월 7일
I'd suggest starting with the documentation for findpeaks example looking at a clipped signal that roughly matches what a square wave/your signal does and see if something as simple as that will give you levels against which to set threshold values.
Remember, of course, that a minimum is just the negative of a peak (and vice versa)...
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!