Convert Acceleration Data to Velocity and Displacement

Integrates acceleration sensor data to velocity and displacement, the process includes detrending and tukey windowing for the 3 data types
1,2K téléchargements
Mise à jour 24 avr. 2023

Afficher la licence

Integrates acceleration sensor data to velocity and displacement, the process includes detrending and tukey windowing for the 3 data types.
Result=ACC_VEL_DSP(Data,fs,taper)
Input:
Data: acceleration signal of size (N,n). N is signal length. n is the number of channels
fs: Sampling Frequency
taper: Window Tapered Ratio for tukeywin windowing. Use 0 if no windowing required
Output:
Result is a structure consists of
ACC: Processed acceleration data
VEL: Generated and processed velocity data
DSP: Generated and processed displacement data

Citation pour cette source

Ayad Al-Rumaithi (2024). Convert Acceleration Data to Velocity and Displacement (https://www.mathworks.com/matlabcentral/fileexchange/69516-convert-acceleration-data-to-velocity-and-displacement), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Chemistry dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.6

summary

1.0.5

code

1.0.4

code

1.0.3

title

1.0.2

Description

1.0.1

added Description

1.0.0