Skip to content

behnamasadi/fast_dtw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Dynamic Time Warping (DTW)

This project provides a ros package for performing a dynamic time warping between two time series.The code has been adapted from https://github.com/melode11/FastDTW-x

DTW applied two sinusoidal time series.
Blue and red wave are basically the same wave with different time stamp. The DTW shows the corresponding points between two waves.

DTW applied two sinusoidal time series in the presence of noise
In the this demo, some noise has been imposed the the blue wave but the DTW algorithm is still able to find the corresponding points between two waves.

About

C++ porting of Stan Salvador's FastDTW

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.0%
  • C 1.8%
  • Python 1.4%
  • CMake 0.8%