Mercurial > hg > audio-features-catalogue
annotate fcadata/PsySound3.dot @ 8:09aa2f0d33d0
fuxi file share
author | nothing@tehis.net |
---|---|
date | Wed, 03 Apr 2013 15:57:25 +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@4 | 4 c0 [label = "{|}"]; |
nothing@4 | 5 c1 [label = "{dimensionality-one-dimensional|Sharpness}"]; |
nothing@4 | 6 c2 [label = "{output-Dense|Loudness}"]; |
nothing@4 | 7 c3 [label = "{domain-frequency|}"]; |
nothing@2 | 8 c1 -> c0 |
nothing@4 | 9 c2 -> c0 |
nothing@4 | 10 c3 -> c1 |
nothing@4 | 11 c3 -> c2 |
nothing@2 | 12 } |