Library for implementing FIR (finite impulse response) digital signal processing filters in C programs. Also has C++ and Python wrapper libraries.
Go to file
Laurence Withers c670f5d2f2 Bump version 2014-09-09 16:09:42 +00:00
python Futher WIP 2014-09-09 08:59:16 +00:00
scripts Import build skeleton 2014-07-08 10:47:03 +00:00
src Futher WIP 2014-09-09 08:59:16 +00:00
.gitignore Import build skeleton 2014-07-08 10:47:03 +00:00
COPYING Import build skeleton 2014-07-08 10:47:03 +00:00
README Import build skeleton 2014-07-08 10:47:03 +00:00
config WIP 2014-07-10 09:30:42 +00:00
make.sh Import build skeleton 2014-07-08 10:47:03 +00:00
run-test.sh Import build skeleton 2014-07-08 10:47:03 +00:00
version Bump version 2014-09-09 16:09:42 +00:00

README

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.