Clear Filters
Clear Filters

Finding the 'peaks' of a stairway graph

5 views (last 30 days)
Good afternoon,
I have a question regarding a stairway graph (I am not sure if that is the correct term, but I lack a better term). For a project, I want to find the peaks, or flat spots of the graph that I posted below. This is a sample of a much bigger dataset. The values of this graph are stored in a big Nx2 matrix. I tried the function 'findpeaks' but this delivered very inconsistent results, sometimes it gives multiple peaks where there should be only one, and sometimes it gives none where there should be one. Can anyone point me in the right direction where i can calculate/find the peaks?
Thanks in advance
  3 Comments
Christopher Stapels
Christopher Stapels on 13 Sep 2023
For some of the steps you have no points, and some have several. How do you decide when to put multiple dots an a single platform (step)? A flat area doesnt have a local maximum, but perhaps you are showing us a very far out view of the data?
Or is that sample at teh bottom not a correct representation of what you want?
Job
Job on 13 Sep 2023
@Christopher Stapels The ultimate goal is to have a function place one dot at every step. The picture that I posted with the dots, is what the function findpeaks created.
The bottom sample is indeed the correct representation of what i want.
@Dyuman Joshi My definition for a flat spot or a step would be that the y-value changes (this can be a positive or negative change), while the x-value stays the same for an (adjustable) period of time. At this time I am not able to upload a sample of my dataset, my excuses.

Sign in to comment.

Accepted Answer

Star Strider
Star Strider on 13 Sep 2023
Moved: Star Strider on 13 Sep 2023
It would really help to have your data (or at least a representative sample of it that demonstrates the problem you want to solve).
I am not certain what result you want.
An alternative to findpeaks that could work is the islocalmax function with the 'FlatSelection' name-value pair, perhaps including the 'MinProminence' or 'MinSeparation' name-value pairs, or a combination of them. The findpeaks function will work, however it is intended for signal processing applications. The islocalmax function is more general.
  2 Comments
Job
Job on 13 Sep 2023
Moved: Star Strider on 13 Sep 2023
Thanks, the islocalmax function works like a charm!
I am not allowed to share the dataset, otherwise i would have shared.
Star Strider
Star Strider on 13 Sep 2023
My pleasure!
If my Answer helped you solve your problem, please Accept it!
(I moved my Comment to this Answer, and your Comment as a Comment to it.)
.

Sign in to comment.

More Answers (0)

Communities

More Answers in the  ThingSpeak Community

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!