public:app_data_types

Approved

cosinuss° Health App: CSV Data Export

Naming convention: [TIME]_[SENSOR]_[DATA_TYPE]_[HASH].csv

  • TIME: Data file start time in Unix time stamps, i.e. the seconds since Jan 01 1970 (UTC).
  • SENSOR: Sensor serial ID
  • DATA_TYPE: see below
  • HASH:

time

  • For all datatypes, time is the time in Unix time stamps, i.e. the seconds since Jan 01 1970 (UTC).

temperature

  • In-ear body temperature.
  • The temperature measured by the in-ear sensors in °C. If the sensor is properly applied in the ear, it measures the core body temperature. If the temperature is lower than the expected body temperature, this can be a sign that the sensor is not applied right or the wrong size.
  • y: values in °C

heart_rate

  • Heart Rate
  • Heart rate is the average number of heartbeats measured by the number of contractions of the heart per minute (bpm).
  • y: values in bpm

quality_max

  • Quality
  • Quality index calculated on the in-ear sensor. It is a measure for the reliability of the currently calculated heart rate values.
  • y: values in a.u.

tech_perfusion

  • Perfusion index derived from the infrared PPG signal.
  • A PPG signal's amplitude (AC) is typically alternating around an offset (DC). The AC part of the signal is for example used for detecting the heart beat. The ratio of AC/DC of the infrared PPG signal is called perfusion index. It could be described as an indicator of how 'strong' the pulse is that is currently measured and therefore an indicator for the signal quality.
  • y: values in %

perfusion

  • Perfusion index derived from the infrared PPG signal.
  • Same as above, but re-evaluated together with SpO2 values (see below).
  • y: values in %

spo2

  • SpO2
  • SpO2 is a measure for the oxygen saturation of the blood. It is the fraction of oxygen-saturated hemoglobin relative to total hemoglobin.
  • y: values in %

ppg_med

  • PPG Medical
  • High pass filtered PPG signal that shows the PPG signal like typically used to be shown by other medical devices.
  • y: values in a.u.

acc_deviation

  • Average acceleration deviation from earth gravity
  • The average deviation of the acceleration magnitude from earth gravity. The larger this value, the larger the motion of the in-ear sensor.
  • y: values in g

theta_phi (not yet available)

  • Angular position in polar coordinates theta and phi
  • y: values in rad

vital_packet_counter

  • BLE Packet Counter
  • A counter for the received Bluetooth Low Energy (BLE) packages.
  • y: values in a.u.
  • public/app_data_types.1734621501.txt.gz
  • Last modified: 2024/12/19 16:18
  • by michael.weber