I'm currently using peakutils to find peaks in some data. My data contains some "dull peaks", that is my peaks plateau somewhat. I can't set my code to find these peaks even after playing around with the threshold and minimum distance parameters. The graph has the same maximum for 2 straight data points, and then fall back down. Yet they are still not considered peaks. Any help would be appreciated.
My code is essentially the same as in this example.