How to do Feature extraction from accelerometer (acceleration and gyrodata x,y,z)?

1 回表示 (過去 30 日間)
Muhammad Hammad Malik
Muhammad Hammad Malik 2021 年 1 月 18 日
回答済み: Image Analyst 2021 年 4 月 25 日
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 件のコメント
Saif Aljanahi
Saif Aljanahi 2021 年 4 月 24 日
Hello friend...did you find any solutions? please share if yes.

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2021 年 4 月 25 日
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().

カテゴリ

Help Center および File ExchangeAI for Signals についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by