Continuous Dynamic Time Warping

Versión 1.0.0.0 (4,75 KB) por Pau Micó
A version of the DTW algorithm. The CDTW calculates the similarity between 2 vectors
7,9K descargas
Actualizado 21 abr 2008

Ver licencia

If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), the warping path points and both warped input vectors.
You can plot the results too if select the pflag=1

Citar como

Pau Micó (2024). Continuous Dynamic Time Warping (https://www.mathworks.com/matlabcentral/fileexchange/16350-continuous-dynamic-time-warping), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Linear Prediction en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Dynamic Time Warping

Inspiración para: Alphonse:Rex - Handwriting and Print Expertise

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

The reported problem with the 'div' function have been solved