Package com.polar.sdk.api.model
Class PolarPpgData.PolarPpgSample
-
- All Implemented Interfaces:
public final class PolarPpgData.PolarPpgSamplePolar optical sensor raw data sample
-
-
Field Summary
Fields Modifier and Type Field Description private final LongtimeStampprivate final List<Integer>channelSamplesprivate final List<Integer>statusBits
-
Method Summary
Modifier and Type Method Description final LonggetTimeStamp()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. -
-
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.
-
-
-
-