Giter VIP home page Giter VIP logo

dynamicwarping-python's Introduction

DynamicWarping-python

Python code for Dynamic Time Warping

Dynamic Time Warping

This is a python translation of Dylan Mikesell's DynamicWarping repo in MATLAB.

You can run the run_example.py with two example shifts.

  1. A step function of shifts.
  2. A sine function of shitts.

In (1) we see that we do not well match the shift in the area the shift occurs. This is because the single shift in the step function is larger than dt. Therefore is has to spread this shift out over a number of samples.

In (2) we see that we recover the fits well with b=1. If we go to larger b values we see that we no longer recover the shifts, because we do not allow large enough steps.

Read the comments in the script run_example.py to see other things like forward and backward accumulation operations.

Cite the paper: Mikesell et al., 2015, A comparison of methods to estimate seismic phase delays: numerical examples for coda wave interferometry, Geophysical Journal International

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.