I have data that always looks something like this:
alt text http://michaelfogleman.com/static/images/chart.png
I need an algorithm to locate the three peaks.
Couldn't you move along the graph, regularly calculating the derivative and if it switches from positive to negative you've found a peak?