필터 지우기
필터 지우기

Removing Gravity from Accelorameter data

조회 수: 5 (최근 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 CenterFile Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by