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.accumulateErrorFunction
DTWDT.DTWDTfunctions.backtrackDistanceFunction
DTWDT.DTWDTfunctions.computeDTWerror
DTWDT.DTWDTfunctions.computeErrorFunction
DTWDT.dtwdt
Examples
You can try examples by running scripts in EXAMPLE
.
e.g.
>julia DTWDT_run_example.jl
or
>julia example_stretchedData.jl
Versions
v1.0: Full translation of Dylan Mikesell's DynamicWarping repo.
v1.1: release a function dtwdt
for the time shift analysis. see EXAMPLE/example_stretchedData.jl
.
Copyright © Kurama OKubo, 2019