DSP infinite impulse response realtime C++ filter library
https://github.com/berndporr/iir1
An infinite impulse response (IIR) filter library which implements Butterworth,
RBJ, Chebychev filters and can easily import coefficients generated by Python
(scipy).
The filter processes the data sample by sample for realtime processing.
It uses templates to allocate the required memory so that it can run without
any malloc / new commands. Memory is allocated at compile time so that there
is never the risk of memory leaks.
All realtime filter code is in the header files which guarantees efficient
integration into the main program and the compiler can optimise both filter
code and main program at the same time.
- Sources inherited from project windows:mingw:win64
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:rhabacker:branches:windows:mingw:win64/mingw64-iir && cd $_
- Create Badge
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
iir1-1.10.0.tar.gz | 0002327584 2.22 MB | |
mingw64-iir.changes | 0000000335 335 Bytes | |
mingw64-iir.spec | 0000002828 2.76 KB |
Comments 0