Filter löschen
Filter löschen

Removing Gravity from Accelorameter data

5 Ansichten (letzte 30 Tage)
khatereh
khatereh am 4 Dez. 2011
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

Antworten (1)

bym
bym am 4 Dez. 2011
you can remove the mean from the raw data. for example:
acc_x = rawAccX - mean(rawAccX);

Kategorien

Mehr zu MATLAB Mobile 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!

Translated by