|
From: Gerhard E. <gu...@us...> - 2005-08-26 19:40:58
|
Update of /cvsroot/foo/foo/libfoo/modules/orthodox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1133/libfoo/modules/orthodox Modified Files: Makefile.am Log Message: integrated new kill-dc module (which differs from an ordinary high pass in that it automatically initializes the filter's state with the first sample in the signal in order to avoid discontinuities) Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/orthodox/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 1 Aug 2004 02:13:01 -0000 1.1 --- Makefile.am 26 Aug 2005 19:40:50 -0000 1.2 *************** *** 37,40 **** --- 37,42 ---- FOOMInteg.h \ FOOMInteg.m \ + FOOMKillDC.h \ + FOOMKillDC.m \ FOOMLine.h \ FOOMLine.m \ |