DTWDT.jl
Dynamic Time Warping for evaluating Time shift and Distance between two signals.
This package is developed in reference to Dylan Mikesell's DynamicWarping repo in MATLAB and tclements/DynamicWarping-python.
Instalation
pkg> add https://github.com/kura-okubo/DTWDT.jl
Functions
DTWDT.DTWDTfunctions.accumulateErrorFunctionDTWDT.DTWDTfunctions.backtrackDistanceFunctionDTWDT.DTWDTfunctions.computeDTWerrorDTWDT.DTWDTfunctions.computeErrorFunction
Examples
You can try examples by running scripts in EXAMPLE.
e.g.
>julia DTWDT_run_example.jl
Versions
v1.0.0: Full translation of Dylan Mikesell's DynamicWarping repo.
Copyright © Kurama OKubo, 2019