flickers 0.1.0

A crate for calculating Allan-like deviations and other time and frequency stability statistics functions.
Documentation
1
2
3
4
5
6
7
use flickers::{test_suite};

fn main(){
    // generate phase data
    let phases = test_suite::generate_phase();
    println!("{:?}",phases);
}