Class PolarDerivedSample

  • All Implemented Interfaces:

    
    public final class PolarDerivedSample
    
                        

    One derived-measurement sample produced per time window (e.g. 1 sample/s with 1000 ms window).

    methodValues maps each active PolarDerivedMeasurementMethod to its output values:

    • Component methods (e.g. DOWNSAMPLE, MIN, MAX, AVG, STD for a 3-axis source) → [x, y, z]

    • Scalar methods (NORM, MIN_OF_NORMS, MAX_OF_NORMS, STD_OF_NORMS, NORM_OF_STDS) → [v]

    All raw integer values must be multiplied by the recording's conversion factor to obtain physical values (same factor as the source recording).