Library for implementing IIR (infinite impulse response) digital signal processing filters in C programs. Also has C++ and Python wrapper libraries.
Go to file
Laurence Withers 6865e853fe Bump version 2014-09-09 16:07:17 +00:00
exstrom Import initial work 2010-11-08 15:18:07 +00:00
python Add some more to the Python bindings 2014-07-08 10:42:13 +00:00
scripts Build system update: ignore script file 2012-03-16 10:55:18 +00:00
src libiir++: add further std::vector<> interfaces 2014-07-10 08:27:08 +00:00
.gitignore Import initial work 2010-11-08 15:18:07 +00:00
COPYING Import initial work 2010-11-08 15:18:07 +00:00
README Import initial work 2010-11-08 15:18:07 +00:00
config Add C++ wrapper library 2014-07-07 14:56:25 +00:00
make.sh Import initial work 2010-11-08 15:18:07 +00:00
run-test.sh Copyright/editor line updates 2011-04-15 19:12:04 +00:00
version Bump version 2014-09-09 16:07:17 +00:00

README

libiir                         http://www.lwithers.me.uk/usr/src/libiir/
========================================================================
Copyright: ©2010, Laurence Withers.
Author: Laurence Withers <l@lwithers.me.uk>
License: GPLv3

Original Butterworth IIR filter code, available under the exstrom/
directory:

Website: http://www.exstrom.com/journal/sigproc/
Copyright: ©2007, Exstrom Laboratories LLC
License: GPLv2 or later

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.

See Doxygen documentation for details.