Skip to content
/ RAT Public

Code implementing some of the ideas in W. Sethares' Rhythm and Transforms, including a probabilistic beat tracking algorithm.

Notifications You must be signed in to change notification settings

jsenn/RAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  • Investigate the tempogram-based model described on p. 184 (also implemented in librosa). This one's nice because it's linear (based on a wavelet transform), so can use a Kalman Filter for tracking the statistical parameters.
  • Try fixing groupdelayfeature by looking for linear portions of the data and just finding the slope of those.

About

Code implementing some of the ideas in W. Sethares' Rhythm and Transforms, including a probabilistic beat tracking algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages