Package com.polar.sdk.api.model
Class PolarPpgData.PolarPpgSample
-
- All Implemented Interfaces:
public final class PolarPpgData.PolarPpgSample
Polar optical sensor raw data sample
-
-
Field Summary
Fields Modifier and Type Field Description private final Long
timeStamp
private final List<Integer>
channelSamples
-
Constructor Summary
Constructors Constructor Description PolarPpgData.PolarPpgSample(Long timeStamp, List<Integer> channelSamples)
-
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. -
-
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).
-
-
-
-