pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

Update MFCC + DTW.ipynb #19

Closed pierre-rouanet closed 7 years ago

eng-robsonsampaio commented 2 years ago

@Pen0201 I used this code and it worked

dist, cost, acc_cost, path = dtw(mfcc1.T, mfcc2.T, dist=lambda x, y: norm(x - y, ord=1))

dtw return 4 values. I got this code from: https://github.com/pierre-rouanet/dtw/blob/master/examples/MFCC%20%2B%20DTW.ipynb