diff options
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |