remove script/cargo.py
[liba.git] / tests / lpf.rs
blob628b9d8e7a570a9ca9076b2c765ccc6047a38124
1 #[test]
2 fn lpf() {
3     let mut lpf = liba::lpf::new(10.0, 0.01);
4     lpf.gen(10.0, 0.01).zero().iter(1.0);