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.
      • Methods inherited from class java.lang.Object

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

      • PolarPpgData.PolarPpgSample

        PolarPpgData.PolarPpgSample(Long timeStamp, List<Integer> channelSamples)
    • 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).