allan is a library implementing Allan Variance and Deviation for stability analysis of oscillators, gyroscopes, etc
To use allan
, first add this to your Cargo.toml
:
toml
[dependencies]
allan = "*"
Then, add this to your crate root:
rust
extern crate allan;
The API documentation of this library can be found at brayniac.github.io/allan.