libfir/README

23 lines
568 B
Plaintext
Raw Normal View History

2014-07-08 11:47:03 +01:00
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.