Removing Gravity from Accelorameter data

4 ビュー (過去 30 日間)
khatereh
khatereh 2011 年 12 月 4 日
I am doing some behavioral analysis on acceleration data of iPhone. I need to remove the gravity effect from the data. My data include The data that I have is in this format. [[NSDate date] timeIntervalSince1970], rawAccX, rawAccY, rawAccZ, rawRotX, rawRotY, rawRotZ, lat, lng, speed, course]; Can anybody help me how should I remove the gravity effect from my data? Thanksss

回答 (1 件)

bym
bym 2011 年 12 月 4 日
you can remove the mean from the raw data. for example:
acc_x = rawAccX - mean(rawAccX);

カテゴリ

Help Center および File ExchangeMATLAB Mobile についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by