repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove script/cargo.py
[liba.git]
/
tests
/
lpf.rs
blob
628b9d8e7a570a9ca9076b2c765ccc6047a38124
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);
5
}