cepstrum-extractor 0.2.1

An easy-to-use crate to compute the cepstrum of a signal.
Documentation
1
2
3
4
5
6
7
#!/bin/bash

./miri_tests &&
./sanitisers &&
cargo test --test tests test_multi_thread_rayon &&
cargo bench --no-run &&
cargo build --example simple