Info

This question is closed. Reopen it to edit or answer.

identifying the largest 1/3 magnitude slamming events

1 view (last 30 days)
I am applying peak detection algorithm on signal then i need to identify the largest 1/3 magnitude of that signal how can i do that?
  2 Comments
Walter Roberson
Walter Roberson on 18 Sep 2019
sort() with two outputs, and take the last 1/3 of the second output as being the indices of the points of interest.

Answers (0)

Community Treasure Hunt

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

Start Hunting!