annotate mirex2012-matlab/README.txt @ 327:df9a8e16bae6
livemode-octave-higher
Experiment with dropping the bottom octave off each template (since most of the information is in higher harmonics anyway!) -- this is about 15% faster again and has half the latency, but per
author |
Chris Cannam |
date |
Tue, 19 May 2015 09:29:00 +0100 |
parents |
8017dd4a650d |
children |
|
rev |
line source |
Chris@2
|
1 MIREX 2012 Multiple Fundamental Frequency Estimation & Tracking Task 2 (note tracking)
|
Chris@2
|
2 Emmanouil Benetos and Simon Dixon
|
Chris@2
|
3
|
Chris@2
|
4 Environment: MATLAB 7.x 32-bit (Windows/Mac OS X/Linux version) or MATLAB 7.x 64-bit (Mac OS X/Linux version)
|
Chris@2
|
5
|
Chris@2
|
6 Command line calling format: doMultiF0('path/to/inputFile.wav','path/to/outputFile.F0')
|
Chris@2
|
7
|
Chris@2
|
8 Example: doMultiF0('mix_var5a.wav','mix_var5a.F0')
|
Chris@2
|
9
|
Chris@2
|
10 Expected Memory Footprint: 450 MB
|
Chris@2
|
11
|
Chris@2
|
12 Number of threads/cores used: 1
|
Chris@2
|
13
|
Chris@2
|
14 Expected Runtime: 50 x RealTime (eg. for a 30sec audio file, expected runtime is 25min)
|
Chris@2
|
15
|
Chris@2
|
16 NOTE: An exit statement is contained at the end of doMultiF0.m
|