Skip to content

test for uci data set-- Localization Data for Person Activity Data Set, calculate the features vector [x[n], y[n], z[n], SMV[n], SMA[n]].

Notifications You must be signed in to change notification settings

xxxzhi/calculate-features-vector

Repository files navigation

calculate-features-vector

test for uci data set-- Localization Data for Person Activity Data Set, calculate the features vector [x[n], y[n], z[n], SMV[n], SMA[n]].

The features vector are SMV, SMA, the angle of acceleration.

SMV is defined as SMV = sqrt(x^2,y^2,z^2)

SMA is defined as SMA[n] = 1/N( x[n]+x[n-1]+...+x[n-N+1] + y[n]+y[n-1]+...+y[n-N+1] + z[n]+z[n-1]+...+z[n-N+1])

N is the last data record nums.

About

test for uci data set-- Localization Data for Person Activity Data Set, calculate the features vector [x[n], y[n], z[n], SMV[n], SMA[n]].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages