diff SimpleCepstrum.h @ 4:3467d995ea2b

Attempt a complex inverse transform -- doesn't seem to work well?
author Chris Cannam
date Fri, 22 Jun 2012 23:56:37 +0100
parents a6f9ece68482
children 05c558f1a23b
line wrap: on
line diff
--- a/SimpleCepstrum.h	Fri Jun 22 23:01:00 2012 +0100
+++ b/SimpleCepstrum.h	Fri Jun 22 23:56:37 2012 +0100
@@ -53,6 +53,8 @@
     enum Method {
         InverseSymmetric,
         InverseAsymmetric,
+        InverseComplex,
+        ForwardPower,
         ForwardMagnitude,
         ForwardDifference
     };