How to measure any disturbance in a signal that is exceeding a threshold?
2 views (last 30 days)
Show older comments
Susan
on 19 Jan 2023
Commented: Walter Roberson
on 24 Jan 2023
Hi,
Assuming having a noisy signal as attached, I'm interested in measuring any disturbance that exceeds a threshold, i.e., 0.12. How can I do that?
Thanks in advance!
Accepted Answer
Walter Roberson
on 19 Jan 2023
wherebig = find(Yvf > 0.12);
4 Comments
Walter Roberson
on 24 Jan 2023
Which one you would use (or which options for findpeaks()) would depend on whether you need to know the immediate start of the disturbance crossing a threshold, or if you want instead to know where the peak of the disturbance was.
More Answers (0)
See Also
Categories
Find more on Digital Filtering 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!