Mercurial > hg > audio-features-catalogue
annotate fcadata/Vamp.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 = "{|SpectralFlatness}"]; |
nothing@4 | 7 c3 [label = "{|SpectralCentroid}"]; |
nothing@4 | 8 c4 [label = "{|}"]; |
nothing@2 | 9 c5 [label = "{|}"]; |
nothing@4 | 10 c6 [label = "{output-Sparse|Segmenter}"]; |
nothing@4 | 11 c7 [label = "{model-psychoacoustic|MelscaleFrequencyCepstralCoeff...}"]; |
nothing@4 | 12 c8 [label = "{|SpectralSlope}"]; |
nothing@4 | 13 c9 [label = "{|}"]; |
nothing@2 | 14 c10 [label = "{|}"]; |
nothing@4 | 15 c11 [label = "{domain-cepstral|LinearPredictionCepstralCoeffi...}"]; |
nothing@2 | 16 c12 [label = "{|}"]; |
nothing@2 | 17 c13 [label = "{|}"]; |
nothing@4 | 18 c14 [label = "{level-physical|}"]; |
nothing@2 | 19 c15 [label = "{|}"]; |
nothing@2 | 20 c16 [label = "{|}"]; |
nothing@4 | 21 c17 [label = "{|Spectrum}"]; |
nothing@4 | 22 c18 [label = "{domain-time|Similarity}"]; |
nothing@4 | 23 c19 [label = "{|Inharmonicity}"]; |
nothing@4 | 24 c20 [label = "{dimensionality-one-dimensional|}"]; |
nothing@4 | 25 c21 [label = "{|Chromagram}"]; |
nothing@2 | 26 c22 [label = "{|}"]; |
nothing@4 | 27 c23 [label = "{dimensionality-multi-dimension...|}"]; |
nothing@4 | 28 c24 [label = "{level-perceptual|}"]; |
nothing@2 | 29 c25 [label = "{|}"]; |
nothing@4 | 30 c26 [label = "{|Loudness}"]; |
nothing@4 | 31 c27 [label = "{temporalscale-intraframe|}"]; |
nothing@4 | 32 c28 [label = "{output-Dense|}"]; |
nothing@4 | 33 c29 [label = "{domain-frequency|Chordino}"]; |
nothing@4 | 34 c30 [label = "{|Adaptive Spectrogram}"]; |
nothing@2 | 35 c1 -> c0 |
nothing@2 | 36 c2 -> c0 |
nothing@4 | 37 c3 -> c0 |
nothing@4 | 38 c4 -> c1 |
nothing@4 | 39 c4 -> c3 |
nothing@4 | 40 c5 -> c2 |
nothing@4 | 41 c5 -> c3 |
nothing@2 | 42 c6 -> c0 |
nothing@2 | 43 c7 -> c0 |
nothing@2 | 44 c8 -> c7 |
nothing@4 | 45 c9 -> c2 |
nothing@4 | 46 c9 -> c7 |
nothing@4 | 47 c10 -> c5 |
nothing@2 | 48 c10 -> c9 |
nothing@4 | 49 c11 -> c7 |
nothing@4 | 50 c12 -> c1 |
nothing@4 | 51 c12 -> c11 |
nothing@4 | 52 c13 -> c8 |
nothing@2 | 53 c13 -> c11 |
nothing@4 | 54 c14 -> c12 |
nothing@4 | 55 c14 -> c13 |
nothing@4 | 56 c15 -> c9 |
nothing@4 | 57 c15 -> c11 |
nothing@4 | 58 c16 -> c4 |
nothing@4 | 59 c16 -> c10 |
nothing@4 | 60 c16 -> c12 |
nothing@4 | 61 c16 -> c15 |
nothing@2 | 62 c17 -> c16 |
nothing@4 | 63 c18 -> c6 |
nothing@2 | 64 c18 -> c17 |
nothing@4 | 65 c19 -> c3 |
nothing@4 | 66 c20 -> c4 |
nothing@4 | 67 c20 -> c19 |
nothing@4 | 68 c21 -> c2 |
nothing@4 | 69 c22 -> c8 |
nothing@4 | 70 c22 -> c9 |
nothing@2 | 71 c22 -> c21 |
nothing@4 | 72 c23 -> c13 |
nothing@4 | 73 c23 -> c15 |
nothing@4 | 74 c23 -> c22 |
nothing@4 | 75 c24 -> c5 |
nothing@4 | 76 c24 -> c19 |
nothing@4 | 77 c24 -> c21 |
nothing@4 | 78 c25 -> c10 |
nothing@4 | 79 c25 -> c22 |
nothing@4 | 80 c25 -> c24 |
nothing@2 | 81 c26 -> c25 |
nothing@4 | 82 c27 -> c14 |
nothing@4 | 83 c27 -> c16 |
nothing@4 | 84 c27 -> c20 |
nothing@4 | 85 c27 -> c23 |
nothing@4 | 86 c27 -> c25 |
nothing@4 | 87 c28 -> c17 |
nothing@4 | 88 c28 -> c26 |
nothing@2 | 89 c28 -> c27 |
nothing@4 | 90 c29 -> c26 |
nothing@4 | 91 c30 -> c18 |
nothing@4 | 92 c30 -> c28 |
nothing@2 | 93 c30 -> c29 |
nothing@2 | 94 } |