-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodebook.txt
More file actions
123 lines (88 loc) · 3.21 KB
/
Copy pathCodebook.txt
File metadata and controls
123 lines (88 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
CODEBOOK
Getting and Cleaning Data Course Project
1. tidy_data_with averages
Activity (1.WALKING
2.WALKING_UPSTAIRS
3.WALKING_DOWNSTAIRS
4.SITTING
5.STANDING
6.LAYING
)
subjects (Individuals participating in the training and test group. Value range from 1 to 30)
"tBodyAccMeanX" ( mean of time domain linear accelerometer x-axis raw signals)
"tBodyAccMeanY" ( mean of time domain linear accelerometer y-axis raw signals)
"tBodyAccMeanZ" ( mean of time domain linear accelerometer z-axis raw signals)
"tBodyAccStdX" ( standard devaition of time domain accelerometer x-axis raw signals)
"tBodyAccStdY" ( standard devaition of time domain accelerometer y-axis raw signals)
"tBodyAccStdZ" ( standard devaition of time domain accelerometer z-axis raw signals)
(The followings 6 variables are mean and standard devaitions of time domain linear acceleration of device 3-axial raw signals)
"tGravityAccMeanX"
"tGravityAccMeanY"
"tGravityAccMeanZ"
"tGravityAccStdX"
"tGravityAccStdY"
"tGravityAccStdZ"
(The followings 6 variables are mean and standard devaitions of time domain acceleration of device due to body jerk 3-axial raw signals)
"tBodyAccJerkMeanX"
"tBodyAccJerkMeanY"
"tBodyAccJerkMeanZ"
"tBodyAccJerkStdX"
"tBodyAccJerkStdY"
"tBodyAccJerkStdZ"
(The followings 6 variables are mean and standard devaitions of time domain body angular velocity vector measured by the gyroscope of the device)
"tBodyGyroMeanX"
"tBodyGyroMeanY"
"tBodyGyroMeanZ"
"tBodyGyroStdX"
"tBodyGyroStdY"
"tBodyGyroStdZ"
(The followings 6 variables are mean and standard devaitions of time domain body jerk signals derived from the linear acceleration and angular velocity)
"tBodyGyroJerkMeanX"
"tBodyGyroJerkMeanY"
"tBodyGyroJerkMeanZ"
"tBodyGyroJerkStdX"
"tBodyGyroJerkStdY"
"tBodyGyroJerkStdZ"
(magnitude)
"tBodyAccMagMean"
"tBodyAccMagStd"
"tGravityAccMagMean"
"tGravityAccMagStd"
"tBodyAccJerkMagMean"
"tBodyAccJerkMagStd"
"tBodyGyroMagMean"
"tBodyGyroMagStd"
"tBodyGyroJerkMagMean"
"tBodyGyroJerkMagStd"
(The mean and standard devaitions of frequency domain linear acceleration of device 3-axial raw signals)
"fBodyAccMeanX"
"fBodyAccMeanY"
"fBodyAccMeanZ"
"fBodyAccStdX"
"fBodyAccStdY"
"fBodyAccStdZ"
(The followings 6 variables are mean and standard devaitions of frequency domain acceleration of device due to body jerk 3-axial raw signals)
"fBodyAccJerkMeanX"
"fBodyAccJerkMeanY"
"fBodyAccJerkMeanZ"
"fBodyAccJerkStdX"
"fBodyAccJerkStdY"
"fBodyAccJerkStdZ"
(The followings 6 variables are mean and standard devaitions of frequency domain body angular velocity vector measured by the gyroscope of the device)
"fBodyGyroMeanX"
"fBodyGyroMeanY"
"fBodyGyroMeanZ"
"fBodyGyroStdX"
"fBodyGyroStdY"
"fBodyGyroStdZ
(Magnitude)
"fBodyAccMagMean"
"fBodyAccMagStd"
"fBodyBodyAccJerkMagMean"
"fBodyBodyAccJerkMagStd"
"fBodyBodyGyroMagMean"
"fBodyBodyGyroMagStd"
"fBodyBodyGyroJerkMagMean"
"fBodyBodyGyroJerkMagStd"
2. tidy_data_with_averages
this data frame contains the computed mean values of the above variables for each subject and activity