Say I have a set of discrete acceleration data and want to integrate it to get a set of velocity data. How accurate is the cumtrapz (Cumulative trapezoidal numerical integration) integrator in MATLAB?
Does it follow that the more acceleration data I have (for whatever fixed timescale), the better results I'll get from cumptrapz?