-
Notifications
You must be signed in to change notification settings - Fork 10
Home
boyali edited this page Apr 17, 2015
·
3 revisions
Welcome to the matMYO wiki! (MYO Armband Matlab Library for Raw Sensor Data)
The codes build a mex function to acquire and save the raw sensor data from Thalmic Lab's MYO arm band. In the cpp file, the variable 'mRow' controls the length of record. The sampling frequency can be adjusted changing the value inside the "hub.run(1000/20)" term which is currently set to 50Hz. The following sensor readings are recorded.
- Orientation Angles (Roll, Pitch, Yaw)
- Accelerometer Readings (Ax, Ay, Az)
- Gyroscope Readings (Gx, Gy, Gz)
- 8 Channels raw EMG data
- Boolean variable onArm (if MYO is worn or on a arm)
- Boolean variable onWhichArm (1 if left, 0 if right)
- isUnlocked
- Developer; Ali BOYALI, Naohisa Hashimoto