Find beginning and end points from a pulse

조회 수: 9 (최근 30일)
Kcire L
Kcire L 2021년 3월 11일
답변: Star Strider 2021년 3월 11일
Hello,
I am trying to determine the beginning and end points of a pulse like the plot below. I have seven of these pulses saved in an array called Pulse_arry(1, 7) and would like to be able to find the beginnign and end points for each individually. Would anyone know a simple way to do this? I do not have access to functions like dutycycle or pulseperiod so it would have to be done a different way.
Thanks for any help

채택된 답변

Star Strider
Star Strider 2021년 3월 11일
Either first negate the pulse (multiply it by -1) and then use findpeaks, or use islocalmin (possibly with find) to determine the beginning and end.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulse and Transition Metrics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by