SignalK plugin that provides de-jitter to values by averaging data frames
npm install signalk-data-dejitter- Path of delta to de-jitter
- Path of new de-jittered data to generate
- Number of frames to aggregate at a time
- Type of calculation to use:
- Average (returns the average of the frames received)
- Min (returns the lowest of the frames received)
- Max (returns the heighest of the frames received)
- RadialAverage (Averages the frames for a value which uses degrees)