- Timestamp:
- Nov 6, 2005, 12:34:28 PM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 372cbeb
- Parents:
- 733c2f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/onsetcompare.py
r733c2f8 rcd9b142 25 25 see http://en.wikipedia.org/wiki/Receiver_operating_characteristic 26 26 """ 27 28 from numarray import *29 27 30 28 def onset_roc(ltru, lexp, eps): … … 75 73 76 74 def notes_roc (la, lb, eps): 75 from numarray import * 77 76 """ creates a matrix of size len(la)*len(lb) then look for hit and miss 78 77 in it within eps tolerance windows """
Note: See TracChangeset
for help on using the changeset viewer.