Skip to content

lempere/DTW_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTW_Java

Implementation of Dynamic Time Warping in Java code

Port to Java from the programmer Andrew Slater

You need two mfcc files to compare the audio data, this files can be obtained from HCopy and HList or any other mels coefficient extractor.

You can test it with pattern.ascii and user.ascii

run it with DTW dtw = new DTW("pattern.ascii","pattern.ascii")

About

Implementation of Dynamic Time Warping in Java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published