Displacements and velocity from acceleration integration (accelerometer data)
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, i have a matrix with acceleration values. I would like to find velocity and displacements with integration. I wrote a code with Newmark method but i'm not sure about results. The accelerometers registered data from 0 to 600 sec, i have 200 m displacements in the end! I have DT=0.005 from each istant of time.
i think because it is a cumulative integration.
Is there another method/code to find displacements and velocity? Thank you very much
0 Kommentare
Antworten (2)
Benjamin Thompson
am 10 Okt. 2022
Integration naturally has some error when integrating a sampled signal because the integration algorithm has to make assumptions about the values of the signal between sample points. You can reduce errors by reducing step size, using a higher order method like Runge Kutta 4, or having a variable step size when the dynamics are changing more rapidly.
5 Kommentare
Benjamin Thompson
am 10 Okt. 2022
Simulink supports a wide variety of integration algorithms. Go to Model Settings, Solver, and see the types available. The one for Runge Kutta 4 is called ode4.
Benjamin Thompson
am 10 Okt. 2022
The Simulink Onramp training course is a good place to start:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!