I have a data file contains timestamps - data signals.
I was trying to detect the peak of the signals as well as the start and end of the peaks.
Referred to this post, I could detect the peak with no issue.
The questions is how to robustly detect the start / end of the peak signals?
How do I detect the start of continuous rising, or the end of continuous decreasing trend of the signals?
I am very new to digital signal processing. Any advise are welcome.