pollen-robotics / dtw

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

Warp to smaller? #16

Closed skypurpleh closed 7 years ago

skypurpleh commented 7 years ago

It looks this only can warp the smaller one into a bigger list. Is this possible that make a larger list same as smaller list? For example, one list contain 16 points. The other list has 34 points. Can DTW can warp the 34 points into 16 points?