liba 0.1.15

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