Borrar filtros
Borrar filtros

How I can produce the integration of digital signal data without knowing the function?

48 visualizaciones (últimos 30 días)
Hello all,
I have 512 acceleration data points. I want to integrate the data points to get the velocity and then the displacement data points by using Trapezium and Sympson's rules.
Example of my data points: x = [0 0.002 0.0039 0.0059 0.0078 0.0098 0.0117]; time(s) y = [-0.5570 0.1310 0.4010 0.0722 -0.5210 -0.8090 -0.7230]; acceleration (m/s2)
The problems happened when I looked around MATLAB code needs a function. By I dont.
Please advice.
Thank you for your time.
Regards, SMY

Respuesta aceptada

Star Strider
Star Strider el 3 de Jun. de 2016
Use the cumtrapz function with your vector. It does not need a function.
  15 comentarios
Star Strider
Star Strider el 6 de Jun. de 2016
Congratulations!
Thank you for the links. I will look at them.
As always, my pleasure!
farzad
farzad el 16 de Abr. de 2020
dear Star, how do we check that we have not eliminated any energy from the signal by filtering it ? and is CWT the best option to filter ?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by