12,301
edits
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Dynamic time warping for Pure Data == | == Dynamic time warping for Pure Data == | ||
Authors: [[User:PedroLopes|Pedro Lopes]] and Joaquim Jorge | Authors: [[User:PedroLopes|Pedro Lopes]] and Joaquim Jorge | ||
Download full paper [[Media:Dynamic Time Warping for Pure Data.pdf]] | |||
We present an implementation of the Dynamic Time Warping algorithm for the [[Pure Data]] programming environment. This algorithm is fairly popular in several contexts, ranging from speech processing to pattern detection, mainly because it allows to compare and recognize data sets that may vary non-linearly in time. | We present an implementation of the Dynamic Time Warping algorithm for the [[Pure Data]] programming environment. This algorithm is fairly popular in several contexts, ranging from speech processing to pattern detection, mainly because it allows to compare and recognize data sets that may vary non-linearly in time. | ||
Line 10: | Line 12: | ||
Hopefully with the feedback of the community this external can be released in a nearby future, allowing the DTW algorithm to be easily used from within Pd. | Hopefully with the feedback of the community this external can be released in a nearby future, allowing the DTW algorithm to be easily used from within Pd. | ||
<videoflash type="vimeo">36582311|700|400</videoflash> | |||
Early prototype video | Early prototype video | ||
<videoflash type="vimeo">11792446|500|320</videoflash> | <videoflash type="vimeo">11792446|500|320</videoflash> | ||
{{Template:PdCon11}} |