Next: The DTW algorithm
Up: Product functions
Previous: Product functions
  Contents
- Load records from a text file.
- Pick part(s) of a record to be used as templates or as an observation.
- Name the templates and the observation.
- Save the templates to a text file.
- Save the observation to a text file.
- Load an observation from a text file.
- Load templates from a text file.
- Choose the parameters of the DTW algorithm. These include
- Global constraints
- Local constraints
- How the distance between two points is determined
- Compare the observation against all templates using the DTW algorithm and announce, which template matches best
and the distance between the observation and the template found.
- Compare the observation against a chosen template and show the distance between them.
- Show the warping grid and the warping path of the last run. Show also the lengths of the axes (i.e. the length
of the template and the observation).
- Draw plots of the (best-fit) template and the observation of the last DTW run.
- Save the parameters and the results of the run to a log file.
Next: The DTW algorithm
Up: Product functions
Previous: Product functions
  Contents
2002-03-19