Crate allan_tools[][src]

Expand description

Allan-tools

This lib is a portage / equivalent package to Allantools (python) library to compute Allan & related statistics over some data.

This lib only implements basic (biased) error bar estimates at the moment.

url: https://github.com/gwbres/allan-tools
url: https://github.com/aewallin/allantools

Modules

tools / utilities to generate noise distributions

tools / utilities to manipulate datasets & vectors

Structs

Structure optimized for real time / rolling computation,
refer to dedicated documentation

Enums

describes all known computations

describes error related to deviation computations

Functions

Computes desired deviation of given input data for given tau values.
data: input vector
taus: desired tau offsets (s)
sampling_rate: acquisition rate (Hz)
is_fractionnal: true if input vector is made of fractionnal (n.a) data overlapping: true if using overlapping interval (increase confidence / errbar narrows down faster) returns: (adev, err) : deviations & error bars for each feasible tau