Differences

This shows you the differences between two versions of the page.

projs:actcat:home [2011/05/30 17:56]
garygary123456
projs:actcat:home [2011/07/19 18:07] (current)
zfy7113639
Line 8: Line 8:
  - iOS app to collect telemetry information   - iOS app to collect telemetry information
  - data mining and classification of activities from the telemetry   - data mining and classification of activities from the telemetry
 +
===== iOS App ===== ===== iOS App =====
Line 20: Line 21:
^ iPhone 4 | Three-axis gyro\\ Accelerometer\\ Proximity sensor\\ Ambient light sensor| Assisted GPS\\ Digital compass\\ Wi-Fi\\ Cellular | 30-pin dock connector\\ 3.5-mm stereo headphone minijack\\ Built-in speaker\\ Microphone | ^ iPhone 4 | Three-axis gyro\\ Accelerometer\\ Proximity sensor\\ Ambient light sensor| Assisted GPS\\ Digital compass\\ Wi-Fi\\ Cellular | 30-pin dock connector\\ 3.5-mm stereo headphone minijack\\ Built-in speaker\\ Microphone |
^ iPhone 3GS | Accelerometer\\ Proximity sensor\\ Ambient light sensor| Assisted GPS\\ Digital compass\\ Wi-Fi\\ Cellular | 30-pin dock connector\\ 3.5-mm stereo headphone minijack\\ Built-in speaker\\ Microphone\\ SIM card tray | ^ iPhone 3GS | Accelerometer\\ Proximity sensor\\ Ambient light sensor| Assisted GPS\\ Digital compass\\ Wi-Fi\\ Cellular | 30-pin dock connector\\ 3.5-mm stereo headphone minijack\\ Built-in speaker\\ Microphone\\ SIM card tray |
 +^ iPhone 3G | Accelerometer\\ Proximity sensor\\ Ambient light sensor|  | 30-pin dock connector\\ 3.5-mm stereo headphone minijack\\ Built-in speaker\\ Microphone\\ SIM card tray |
 +^ iPad | Accelerometer\\ Ambient light sensor|  Wi-Fi\\ Digital compass\\ Assisted GPS (Wi-Fi + 3G model)\\ Cellular (Wi-Fi + 3G model) | Dock connector port\\ 3.5-mm stereo headphone jack\\ Built-in speaker\\ Microphone\\ Micro-SIM card tray (Wi-Fi + 3G model only) |
 +^ iPad2 | Three-axis gyro\\ Accelerometer\\ Ambient light sensor|  Wi-Fi\\ Digital compass\\ Assisted GPS (Wi-Fi + 3G model)\\ Cellular (Wi-Fi + 3G model) | Dock connector port\\ 3.5-mm stereo headphone jack\\ Built-in speaker\\ Microphone\\ Micro-SIM card tray (Wi-Fi + 3G model only) |
 +
 +
 +
 +Sensor attributes
 +
 +Location <CLLocation>
 +
 +altitude: for getting the height, just like the altitude in geography. Measured by meter
 +coordinate(latitude, longitude): just same as those in geography.
 +For latitude, the range should be [-90(south pole), 90(north pole)].
 +For longitude, the range should be [-180(west of the prime meridian), 180(east of the prime meridian)]
 +
 +course:
 +Course values are measured in degrees starting at due north and continuing clockwise around the compass. Thus, north is 0 degrees, east is 90 degrees, south is 180 degrees, and so on. Course values may not be available on all devices. A negative value indicates that the direction is invalid.
 +
 +
 +horizontalAccuracy
 +The radius of uncertainty for the location, measured in meters.
 +The location’s latitude and longitude identify the center of the circle, and this value indicates the radius of that circle. A negative value indicates that the location’s latitude and longitude are invalid.
 +
 +
 +speed:The instantaneous speed of the device in meters per second.
 +
 +time:The time at which this location was determined.
 +
 +verticalAccuracy:The accuracy of the altitude value in meters. The value in the altitude property could be plus or minus the value indicated by this property. A negative value indicates that the altitude value is invalid.
 +
 +
 +Accelerometer <UIAccelerometer>
 +
 +x, y, z: the accelerometer for the device in triple direction
 +
 +timestamp:The relative time at which the acceleration event occurred.
 +
===== Telemetry Mining ===== ===== Telemetry Mining =====
 
projs/actcat/home.1306749372.txt.gz · Last modified: 2011/05/30 17:56 by garygary123456     Back to top