Acceleration peak finder

Version 1.0.0.0 (1.4 KB) by Rob
This function finds the peaks between sign changes
251 Downloads
Updated 18 Jun 2012

View License

% This function simply finds the peak of a signal between a sign change.
% This is the peak of a two sided signal. There is only one input
% which is the array. If you had data from an
% acelerometer you would simply input the 1Xwhatever array of values
% and it returns the following: an array with the peaks, the mean value
% of the peaks, and an array with the peak locations

% to use simply >>peakydo(nameofyourarray) or you
% could enter >>[x y z]=peakydo(nameofyourarray)

Cite As

Rob (2024). Acceleration peak finder (https://www.mathworks.com/matlabcentral/fileexchange/37206-acceleration-peak-finder), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0