DSP IIR Realtime C++ filter library
DSP IIR Realtime C++ filter library
See https://github.com/berndporr/iir1
High performance
Realtime sample in - sample out processing
Butterworth, RBJ, Chebychev filters
Lowpass, highpass, bandpass and bandstop filters
Template based header-only filter functions
Cross platform: Linux, Windows and Mac
An infinite impulse response (IIR) filter library for Linux, Mac OSX and Windows 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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:bone11111:branches:science:EtherLab/IIR && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
iir.spec | 0000002272 2.22 KB | |
iir_1.9.1-0.debian.tar.xz | 0000002404 2.35 KB | |
iir_1.9.1-0.dsc | 0000000901 901 Bytes | |
iir_1.9.1-0_source.changes | 0000001343 1.31 KB | |
iir_1.9.1.orig.tar.bz2 | 0001909396 1.82 MB |
Comments 0