rill-core-wdf 0.3.1

Wave Digital Filter core — elements, adapters, and analysis for analog circuit modeling
Documentation
1
2
3
4
5
6
7
8
9
/// WDF element definition macro
pub mod element;

/// WDF cascade macro (N sections + feedback)
pub mod cascade;

/// WDF composition macros (Series/Parallel)
pub mod compose;