How to do Feature extraction from accelerometer (acceleration and gyrodata x,y,z)?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a signal collected at 200hz sampling frequency. I want to extract features using matlab from this, such as mean,std,var and few other statistical features from my filtered acceleration data, how i can do this. i want to use window size=2sec with 50% overlap. could someone suggest how to do this?
1 Kommentar
Antworten (1)
Image Analyst
am 25 Apr. 2021
No one is supplying any data. So I'll just suggest the obvious - use mean(), std(), and var() functions that are built-in. There are sliding window versions : movmean(), movstd(), movvar().
0 Kommentare
Siehe auch
Kategorien
Mehr zu AI for Signals 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!