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 d42f63388e WIP 2014-07-09 16:52:38 +00:00
scripts Import build skeleton 2014-07-08 10:47:03 +00:00
src WIP 2014-07-09 16:52:38 +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 Import build skeleton 2014-07-08 10:47:03 +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 Import build skeleton 2014-07-08 10:47:03 +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.