annotate mirex2012-matlab/README.txt @ 74:7133f78ccbf6
timing
Remove return of CQ output features
author |
Chris Cannam |
date |
Tue, 06 May 2014 11:10:52 +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
|