downsample

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value

type Value struct {
	// FrameIndex is the index to the original datapoint within source frame (before downsampling).
	FrameIndex int
	// Value is a downsampled datapoint value.
	Value float64
}

Value represents a datapoint value after downsampling.

func DownsampleCounterResets

func DownsampleCounterResets(
	prevFrameLastValue float64,
	frameValues []float64,
	results []Value,
) []Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL