Spaces:
Running
Running
Update scores/srmr/cal_srmr.py
Browse files- scores/srmr/cal_srmr.py +2 -1
scores/srmr/cal_srmr.py
CHANGED
@@ -6,7 +6,8 @@
|
|
6 |
|
7 |
from __future__ import division
|
8 |
import numpy as np
|
9 |
-
from scipy.signal import hamming
|
|
|
10 |
from .hilbert import hilbert
|
11 |
from .modulation_filters import compute_modulation_cfs, modulation_filterbank,\
|
12 |
modfilt
|
|
|
6 |
|
7 |
from __future__ import division
|
8 |
import numpy as np
|
9 |
+
#from scipy.signal import hamming
|
10 |
+
from scipy.signal.windows import hamming
|
11 |
from .hilbert import hilbert
|
12 |
from .modulation_filters import compute_modulation_cfs, modulation_filterbank,\
|
13 |
modfilt
|