Class PolarPpgData.PolarPpgSample

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Long getTimeStamp() moment sample is taken in nanoseconds.
      final List<Integer> getChannelSamples() is the PPG (Photoplethysmography) raw value received from the optical sensor.
      final List<Integer> getStatusBits() List of statuses for the PPG samples, available for frame types 7, 8, 10 and 13.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getTimeStamp

         final Long getTimeStamp()

        moment sample is taken in nanoseconds. The epoch of timestamp is 1.1.2000

      • getChannelSamples

         final List<Integer> getChannelSamples()

        is the PPG (Photoplethysmography) raw value received from the optical sensor. Based on type the amount of channels varies. Typically ppg(n) channel + n ambient(s).

      • getStatusBits

         final List<Integer> getStatusBits()

        List of statuses for the PPG samples, available for frame types 7, 8, 10 and 13. Status bits of each sample: 0 for no valid data, 1 for valid data.