-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > General > Umrechnung von Messwerten beschleunigung – Weg > Reply To: Umrechnung von Messwerten beschleunigung – Weg
October 16, 2009 at 7:32 pm
#8932
Bernhard Kantz
Participant
The calculation of the integral occurs using the trapezoid formula, i.e. with N equal to the number of values, I[0] = 0 applies to the left edge, and for all other values, I[n] = I[n-1] + (X[n] – X[n-1]) * (Y[n] + Y[n-1]) / 2 applies.
If you want to calculate the local extrema of a signal you can use the event isolation analysis object. Calculate the indices of the local extrema and use the index operator to extract the values between the peaks.