Continuous Dynamic Time Warping

버전 1.0.0.0 (4.75 KB) 작성자: Pau Micó
A version of the DTW algorithm. The CDTW calculates the similarity between 2 vectors
다운로드 수: 7.9K
업데이트 날짜: 2008/4/21

라이선스 보기

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Prediction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

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