Mercurial > hg > audio-features-catalogue
annotate fcadata/sMIRk.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 = "{|SpectralFlux}"]; |
nothing@4 | 7 c3 [label = "{|}"]; |
nothing@4 | 8 c4 [label = "{level-perceptual|SpectralCentroid}"]; |
nothing@4 | 9 c5 [label = "{domain-time|}"]; |
nothing@4 | 10 c6 [label = "{|}"]; |
nothing@4 | 11 c7 [label = "{dimensionality-one-dimensional|}"]; |
nothing@4 | 12 c8 [label = "{dimensionality-multi-dimension...|LinearPredictiveCoding}"]; |
nothing@2 | 13 c9 [label = "{|}"]; |
nothing@4 | 14 c10 [label = "{level-physical|}"]; |
nothing@4 | 15 c11 [label = "{domain-frequency|}"]; |
nothing@4 | 16 c12 [label = "{temporalscale-intraframe|}"]; |
nothing@4 | 17 c13 [label = "{|Autocorrelation}"]; |
nothing@2 | 18 c1 -> c0 |
nothing@2 | 19 c2 -> c0 |
nothing@2 | 20 c3 -> c1 |
nothing@2 | 21 c3 -> c2 |
nothing@2 | 22 c4 -> c0 |
nothing@2 | 23 c5 -> c1 |
nothing@2 | 24 c5 -> c4 |
nothing@4 | 25 c6 -> c2 |
nothing@4 | 26 c6 -> c4 |
nothing@4 | 27 c7 -> c3 |
nothing@4 | 28 c7 -> c5 |
nothing@2 | 29 c7 -> c6 |
nothing@4 | 30 c8 -> c0 |
nothing@4 | 31 c9 -> c2 |
nothing@4 | 32 c9 -> c8 |
nothing@4 | 33 c10 -> c3 |
nothing@2 | 34 c10 -> c9 |
nothing@4 | 35 c11 -> c6 |
nothing@4 | 36 c11 -> c9 |
nothing@4 | 37 c12 -> c7 |
nothing@4 | 38 c12 -> c10 |
nothing@2 | 39 c12 -> c11 |
nothing@2 | 40 c13 -> c12 |
nothing@2 | 41 } |