Mercurial > hg > audio-features-catalogue
annotate fcadata/CLAM.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 = "{dimensionality-one-dimensional|}"]; |
nothing@4 | 9 c5 [label = "{level-perceptual|}"]; |
nothing@4 | 10 c6 [label = "{domain-cepstral|MelscaleFrequencyCepstralCoeff...}"]; |
nothing@4 | 11 c7 [label = "{|}"]; |
nothing@4 | 12 c8 [label = "{|SpectralSlope}"]; |
nothing@4 | 13 c9 [label = "{level-physical|}"]; |
nothing@2 | 14 c10 [label = "{|}"]; |
nothing@4 | 15 c11 [label = "{dimensionality-multi-dimension...|}"]; |
nothing@4 | 16 c12 [label = "{|}"]; |
nothing@4 | 17 c13 [label = "{domain-time|}"]; |
nothing@4 | 18 c14 [label = "{|}"]; |
nothing@4 | 19 c15 [label = "{temporalscale-intraframe|}"]; |
nothing@4 | 20 c16 [label = "{domain-frequency|Mean}"]; |
nothing@4 | 21 c17 [label = "{output-Dense|}"]; |
nothing@4 | 22 c18 [label = "{|Coefficients (Mel-Frequency Ce...}"]; |
nothing@2 | 23 c1 -> c0 |
nothing@2 | 24 c2 -> c0 |
nothing@4 | 25 c3 -> c0 |
nothing@4 | 26 c4 -> c1 |
nothing@4 | 27 c4 -> c3 |
nothing@4 | 28 c5 -> c2 |
nothing@4 | 29 c5 -> c3 |
nothing@2 | 30 c6 -> c0 |
nothing@4 | 31 c7 -> c1 |
nothing@4 | 32 c7 -> c6 |
nothing@4 | 33 c8 -> c6 |
nothing@4 | 34 c9 -> c7 |
nothing@2 | 35 c9 -> c8 |
nothing@2 | 36 c10 -> c2 |
nothing@4 | 37 c10 -> c6 |
nothing@4 | 38 c11 -> c8 |
nothing@2 | 39 c11 -> c10 |
nothing@4 | 40 c12 -> c5 |
nothing@4 | 41 c12 -> c10 |
nothing@4 | 42 c13 -> c4 |
nothing@4 | 43 c13 -> c7 |
nothing@2 | 44 c13 -> c12 |
nothing@4 | 45 c14 -> c11 |
nothing@4 | 46 c14 -> c12 |
nothing@4 | 47 c15 -> c9 |
nothing@4 | 48 c15 -> c13 |
nothing@2 | 49 c15 -> c14 |
nothing@2 | 50 c16 -> c14 |
nothing@2 | 51 c17 -> c15 |
nothing@2 | 52 c17 -> c16 |
nothing@4 | 53 c18 -> c17 |
nothing@2 | 54 } |