liba 0.1.15

An algorithm library based on C/C++
Documentation
1
2
3
4
5
#[test]
fn hpf() {
    let mut hpf = liba::hpf::new(10.0, 0.01);
    hpf.gen(10.0, 0.01).zero().iter(1.0);
}