Find peaks in a specific portion of data?
Show older comments
Hello,
I have sets of data with a group of artifacts at the begging and end (see below - ignore the middle artifact):

I need to isolate the portions of the data with the start/end artifiacts as I'll be removing them. Right now I'm identifying the group of artifcats manually by literally zooming in on them and seeing exactly which point they start and end:
xlim_br_start = [1000 9000];
xlim_br_end = [320000 350000];
But because I have multiple sets of data like this that have these start/end artifacts but, with slightly varying start/end times, I would like to automate the process of isolating them so I can remove them.
Does someone know how to go about doing this? Any advice is appreciated.
Thanks in avance.
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!