Function infer_fs::infer_samplerate [] [src]

pub fn infer_samplerate(
    filename: String,
    delim: char,
    num_rows: usize,
    col: usize
) -> Result<f64, Error>

Infer samplerate from timestamped dataset

Automatically skip the first row to account for potential headers.