-
-
aquila
...
* feature extraction, including MFCC and HFCC features, widely used in
speech recognition
* pattern matching with DTW (dynamic time warping) algorithm
Requirements
============
The following dependencies are required to build the library from ...
-
PD-externals
Open Source external objects for PureData, includes DTW (Dynamic time warping for pd)
PD-externals repository
DTW: dynamic time warping external, allows for matching two times series with each other
(work in progress, done in 2011, getting picked up ...
-
flight
... < ActiveRecord::Base
include BrighterPlanet::Flight
...
end
f = FlightRecord.new :origin_airport => { :iata_code => 'DTW'}, :destination_airport => { :iata_code => 'SFO' }
f.impact.carbon
# => 2472
## Getting Ready for ...
-
screenfo
... http://github.com/trapd00r/screenfo>
COPYRIGHT
Copyright (C) 2010 Magnus Woldrich
License: GPLv2
HISTORY
Lets quote the Arch Linux user dtw from a post on the BBS, late 2006:
OK, all the time in the screenshots thread we get "What ...
-
Time-series-classification
... Table 3 can be reproduced by the following commands column by column:
looper(data,'ones',0,'euc',1)
looper(data,'ones',0,'dtw',1)
looper(data,'mahalanobis',Inf,'euc',1)
looper(data,'mahalanobis',0,'euc',1)
looper_lmnn2(data(2:17),'global',1)
For Figure ...
-
Python-tools
... a variety of KML files.
Requirements:
* [lxml](http://lxml.de/)
dtw.py
------
A Python implementation of the multi-dimensional DTW ... faster, but does not work on coordinates.
Usage:
* ``python dtw.py``
Grabs the KML files from ``tracks/`` and ...
-
portmidi
... -to-MIDI or MIDI-to-MIDI using dynamic time warping (DTW)
of a computed chromagram representation. There are some added smoothing ... , especially those written in MATLAB,
due to the core DTW algorithm. Users should be warned that while chromagrams
are robust ...
-
AMPACT
... /32);
end
----------------
AMPACT Function Descriptions
runAlignment.m: Calls the DTW alignment function and refines the results with the HMM ... (based on the lyrics).
getVals.m: Gets values for DTW alignment and YIN analysis of specified audio signal ...
-
OnSig
...
* python2
* python2-matplotlib
* python2-numpy
* bash
* gnuplot
* java-sdk
* java-jre
Contents
========
* Onsig/*: local, DTW based learner, a NetBeans project
* scripts/*.py: global learner
* scripts/predict.py: voting based prediction
* scripts/cross ...
-
Onsig-Diploma-Thesis
...
* python2
* python2-matplotlib
* python2-numpy
* bash
* gnuplot
* java-sdk
* java-jre
Contents
========
* Onsig/*: local, DTW based learner, a NetBeans project
* scripts/*.py: global learner
* scripts/predict.py: voting based prediction
* scripts/cross ...
-