From b8e12a9abd9d15a55fca0fe50d93fa5ae3143b9a Mon Sep 17 00:00:00 2001 From: John Glover Date: Tue, 26 Oct 2010 14:10:07 +0100 Subject: Added MQSynthesis, fixed a few bugs --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 44f2c37..cd46097 100644 --- a/__init__.py +++ b/__init__.py @@ -18,10 +18,10 @@ from basetypes import Peak, PeakDetection, Partial, PartialTracking, Synthesis, from basetypes import compare_peak_amps, compare_peak_freqs from sndobj import SndObjPeakDetection, SndObjPartialTracking, SndObjSynthesis from sms import SMSPeakDetection, SMSPartialTracking, SMSSynthesis, SMSResidual -from mq import MQPeakDetection, MQPartialTracking +from mq import MQPeakDetection, MQPartialTracking, MQSynthesis +from plot import plot_peaks, plot_partials import numpy -#float = numpy.float64 def array (n, type=float): return(numpy.array(n, dtype=type)) -- cgit v1.2.3