Azzera filtri
Azzera filtri

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

48 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Star Strider
Star Strider il 3 Giu 2016
Use the cumtrapz function with your vector. It does not need a function.
  15 Commenti
Star Strider
Star Strider il 6 Giu 2016
Congratulations!
Thank you for the links. I will look at them.
As always, my pleasure!
farzad
farzad il 16 Apr 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 ?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Signal Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by