Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OverlapADev ¶
OverlapADev calculates overlapping Allan deviation of phase data. tau0 is the interval between samples in seconds, typically 1 second for PPS data. m is the averaging factor (tau is m*tau0). The length of phase should be greater than 2*m; if not, NaN is returned. T will typically be float64 or time.Duration; in the latter case, tau0 should be time.Second for PPS data.
Types ¶
type Numeric ¶
type Numeric interface { constraints.Integer | constraints.Float }
Click to show internal directories.
Click to hide internal directories.