changeset 1:c73b7b595d9c

Change "relative to mean" to "relative to RMS", and add peak-to-RMS output. Add a mean-filter history. Remove essentially useless forward-power method (same as forward-magnitude with 2x factor). Refactor a bit
author Chris Cannam
date Mon, 25 Jun 2012 11:45:33 +0100
parents 89c5d5998cda
children 4fe18ad5a9ac
files Makefile.inc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.inc	Fri Jun 22 13:38:51 2012 +0100
+++ b/Makefile.inc	Mon Jun 25 11:45:33 2012 +0100
@@ -24,3 +24,6 @@
 
 distclean:	clean
 		rm $(PLUGIN)
+
+libmain.cpp:	$(HEADERS)
+SimpleCepstrum.cpp:	$(HEADERS)