From e8b8a090479fe1506008c9e3f1787d11083e6a62 Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Sun, 13 Nov 2016 01:10:07 -0800 Subject: [PATCH] Removed useless comments from melbank.py --- python/melbank.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/python/melbank.py b/python/melbank.py index a0dae54..c2fa09f 100644 --- a/python/melbank.py +++ b/python/melbank.py @@ -152,12 +152,4 @@ def compute_melmat(num_mel_bands=12, freq_min=64, freq_max=8000, (upper - freqs[right_slope]) / (upper - center) ) - return melmat, (center_frequencies_mel, freqs) - -# from pylab import plt - -# f1, f2 = 10, 12000 -# melmat, (melfreq, fftfreq) = compute_melmat(6, f1, f2, num_fft_bands=4097) - -# plt.plot(fftfreq, melmat.T) -# # plt.show() \ No newline at end of file + return melmat, (center_frequencies_mel, freqs) \ No newline at end of file