23 lines
568 B
Plaintext
23 lines
568 B
Plaintext
|
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.
|