Find Peaks

Finds each data point with a value higher than that of its neighbors. We want to smooth the clipped data so that we only find one maximum for each period, by filtering with a mild 7-point weighted moving average to smooth out the spikes.

Click here to view our Find Peaks Funciton

Click here to download our Find Peaks M-File.

* Note: the ".bin" extension on the m-file does NOT indicate a binary file type.
It only tricks your browser into downloading the file instead of viewing it.