Library for implementing FIR (finite impulse response) digital signal processing filters in C programs. Also has C++ and Python wrapper libraries.
- Jupyter Notebook 86.4%
- Shell 6.7%
- C 4.5%
- C++ 2.2%
- SWIG 0.1%
| python | ||
| scripts | ||
| src | ||
| .gitignore | ||
| config | ||
| COPYING | ||
| make.sh | ||
| README | ||
| run-test.sh | ||
| version | ||
libfir ======================================================================== Copyright: ©2014, Laurence Withers. Author: Laurence Withers <l@lwithers.me.uk> License: GPLv3 See file COPYING for detail license information. Really Quick Instructions ------------------------- To build: ./make.sh To install: ./make.sh install You might want to edit 'config' first. You might also want to set 'INSTALL_PREFIX', which is prepended onto the destination of any installed file. Overview -------- This library implements FIR (finite impulse response) filtering in C.