Eliminating noise in a vibration analysis study
Show older comments
I have accelerometer data for an underdamped system and I need to delete everything before the max deflection. Does anybody know how I can find which vector element the max is and then delete everything above it.
For example: b = [.3;.2;.34;12;10;7]
And I need to know that the max is 12 and create another vector that is bb = [12;10;7] but with many more vector elements.
Can anyone help me out?

Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!