Mercurial > hg > audio-features-catalogue
annotate fcadata/MIRToolbox.dot @ 18:d5012016bf64 tip
added rdfpy and rdfonto directories
author | nothing@tehis.net |
---|---|
date | Tue, 23 Apr 2013 11:49:20 +0100 |
parents | 8bd8453e0551 |
children |
rev | line source |
---|---|
nothing@2 | 1 digraph Lat{ |
nothing@2 | 2 node [ shape=record,margin="0.2,0.055" ]; |
nothing@2 | 3 edge[dir="none"]; |
nothing@2 | 4 c0 [label = "{|}"]; |
nothing@4 | 5 c1 [label = "{domain-temporal|ZeroCrossingRate}"]; |
nothing@4 | 6 c2 [label = "{|SpectralRolloff}"]; |
nothing@2 | 7 c3 [label = "{|}"]; |
nothing@4 | 8 c4 [label = "{domain-cepstral|MelscaleFrequencyCepstralCoeff...}"]; |
nothing@4 | 9 c5 [label = "{level-physical|}"]; |
nothing@4 | 10 c6 [label = "{|}"]; |
nothing@4 | 11 c7 [label = "{domain-time|}"]; |
nothing@4 | 12 c8 [label = "{|Inharmonicity}"]; |
nothing@4 | 13 c9 [label = "{|}"]; |
nothing@4 | 14 c10 [label = "{|Pitch}"]; |
nothing@4 | 15 c11 [label = "{dimensionality-one-dimensional|}"]; |
nothing@4 | 16 c12 [label = "{|Chromagram}"]; |
nothing@4 | 17 c13 [label = "{|}"]; |
nothing@4 | 18 c14 [label = "{|}"]; |
nothing@2 | 19 c15 [label = "{|}"]; |
nothing@4 | 20 c16 [label = "{|}"]; |
nothing@4 | 21 c17 [label = "{output-Dense|}"]; |
nothing@4 | 22 c18 [label = "{domain-frequency|}"]; |
nothing@4 | 23 c19 [label = "{temporalscale-intraframe|}"]; |
nothing@4 | 24 c20 [label = "{domain-modulation frequency|BeatSpectrum}"]; |
nothing@4 | 25 c21 [label = "{|}"]; |
nothing@4 | 26 c22 [label = "{dimensionality-multi-dimension...|}"]; |
nothing@4 | 27 c23 [label = "{level-perceptual|}"]; |
nothing@4 | 28 c24 [label = "{|Attack}"]; |
nothing@2 | 29 c1 -> c0 |
nothing@2 | 30 c2 -> c0 |
nothing@2 | 31 c3 -> c1 |
nothing@2 | 32 c3 -> c2 |
nothing@2 | 33 c4 -> c0 |
nothing@4 | 34 c5 -> c1 |
nothing@2 | 35 c5 -> c4 |
nothing@4 | 36 c6 -> c2 |
nothing@4 | 37 c6 -> c4 |
nothing@4 | 38 c7 -> c3 |
nothing@4 | 39 c7 -> c5 |
nothing@4 | 40 c7 -> c6 |
nothing@4 | 41 c8 -> c2 |
nothing@4 | 42 c9 -> c3 |
nothing@4 | 43 c9 -> c8 |
nothing@2 | 44 c10 -> c8 |
nothing@2 | 45 c11 -> c9 |
nothing@4 | 46 c11 -> c10 |
nothing@4 | 47 c12 -> c0 |
nothing@4 | 48 c13 -> c4 |
nothing@4 | 49 c13 -> c12 |
nothing@4 | 50 c14 -> c8 |
nothing@4 | 51 c14 -> c12 |
nothing@4 | 52 c15 -> c10 |
nothing@2 | 53 c15 -> c14 |
nothing@2 | 54 c16 -> c6 |
nothing@4 | 55 c16 -> c13 |
nothing@4 | 56 c16 -> c14 |
nothing@4 | 57 c17 -> c7 |
nothing@4 | 58 c17 -> c9 |
nothing@4 | 59 c17 -> c16 |
nothing@4 | 60 c18 -> c15 |
nothing@4 | 61 c18 -> c16 |
nothing@4 | 62 c19 -> c11 |
nothing@2 | 63 c19 -> c17 |
nothing@4 | 64 c19 -> c18 |
nothing@4 | 65 c20 -> c0 |
nothing@4 | 66 c21 -> c12 |
nothing@4 | 67 c21 -> c20 |
nothing@4 | 68 c22 -> c13 |
nothing@2 | 69 c22 -> c21 |
nothing@4 | 70 c23 -> c15 |
nothing@4 | 71 c23 -> c21 |
nothing@4 | 72 c24 -> c19 |
nothing@4 | 73 c24 -> c22 |
nothing@2 | 74 c24 -> c23 |
nothing@2 | 75 } |