annotate rdf/af-CLAM.rdf @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 62d2c72e4223
children
rev   line source
nothing@0 1 <?xml version="1.0" encoding="UTF-8"?>
nothing@0 2 <rdf:RDF
nothing@0 3 xmlns:dc="http://purl.org/dc/elements/1.1/"
nothing@0 4 xmlns:local="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
nothing@0 5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
nothing@0 6 >
nothing@0 7 <rdf:Description rdf:about="Mean">
nothing@0 8 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 9 <dc:description>the mean value of the absolute value of the audio samples amplitude</dc:description>
nothing@0 10 <local:tag>Audio</local:tag>
nothing@0 11 </rdf:Description>
nothing@0 12 <rdf:Description rdf:about="Variance">
nothing@0 13 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 14 <dc:description>the variance of audio samples amplitude</dc:description>
nothing@0 15 <local:tag>Audio</local:tag>
nothing@0 16 </rdf:Description>
nothing@0 17 <rdf:Description rdf:about="TemporalCentroid">
nothing@0 18 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 19 <dc:description>time where signal energy is "concentrated"</dc:description>
nothing@0 20 <local:tag>Audio</local:tag>
nothing@0 21 </rdf:Description>
nothing@0 22 <rdf:Description rdf:about="LogAttackTime">
nothing@0 23 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 24 <dc:description>the base 10 logarithm of the rise time</dc:description>
nothing@0 25 <local:tag>Audio</local:tag>
nothing@0 26 </rdf:Description>
nothing@0 27 <rdf:Description rdf:about="Energy">
nothing@0 28 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 29 <dc:description>the squared sum of audio samples amplitudes</dc:description>
nothing@0 30 <local:tag>Audio</local:tag>
nothing@0 31 </rdf:Description>
nothing@0 32 <rdf:Description rdf:about="ZeroCrossingRate">
nothing@0 33 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 34 <dc:description>a measure of the number of time the signal value cross the zero axe, averaged over the whole signal</dc:description>
nothing@0 35 <local:tag>Audio</local:tag>
nothing@0 36 </rdf:Description>
nothing@0 37 <rdf:Description rdf:about="RiseTime">
nothing@0 38 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 39 <dc:description>the time duration between the signal reached 2% of it maximum value to the time it reaches 80% of its maximum value</dc:description>
nothing@0 40 <local:tag>Audio</local:tag>
nothing@0 41 </rdf:Description>
nothing@0 42 <rdf:Description rdf:about="Decrease">
nothing@0 43 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 44 <dc:description>a measure of the amount of decrease in the signal energy</dc:description>
nothing@0 45 <local:tag>Audio</local:tag>
nothing@0 46 </rdf:Description>
nothing@0 47 <rdf:Description rdf:about="SpectralMean">
nothing@0 48 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 49 <dc:description>the spectral power mean value.</dc:description>
nothing@0 50 <local:tag>Spectral</local:tag>
nothing@0 51 </rdf:Description>
nothing@0 52 <rdf:Description rdf:about="GeometricMean">
nothing@0 53 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 54 <dc:description>the geometric mean for the spectral power values sequence</dc:description>
nothing@0 55 <local:tag>Spectral</local:tag>
nothing@0 56 </rdf:Description>
nothing@0 57 <rdf:Description rdf:about="Energy">
nothing@0 58 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 59 <dc:description>the squared sum of spectral power distribution values</dc:description>
nothing@0 60 <local:tag>Spectral</local:tag>
nothing@0 61 </rdf:Description>
nothing@0 62 <rdf:Description rdf:about="SpectralCentroid">
nothing@0 63 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 64 <dc:description>the frequency where the center of mass of the spectral power distribution lies</dc:description>
nothing@0 65 <local:tag>Spectral</local:tag>
nothing@0 66 </rdf:Description>
nothing@0 67 <rdf:Description rdf:about="SpectralFlatness">
nothing@0 68 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 69 <local:tag>Spectral</local:tag>
nothing@0 70 </rdf:Description>
nothing@0 71 <rdf:Description rdf:about="MagnitudeKurtosis">
nothing@0 72 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 73 <local:tag>Spectral</local:tag>
nothing@0 74 </rdf:Description>
nothing@0 75 <rdf:Description rdf:about="MFCC">
nothing@0 76 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 77 <local:tag>Spectral</local:tag>
nothing@0 78 </rdf:Description>
nothing@0 79 <rdf:Description rdf:about="MaxMagFreq">
nothing@0 80 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 81 <dc:description>frequency of the maximum magnitude of the spectrum</dc:description>
nothing@0 82 <local:tag>Spectral</local:tag>
nothing@0 83 </rdf:Description>
nothing@0 84 <rdf:Description rdf:about="LowFreqEnergyRelation">
nothing@0 85 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 86 <dc:description>the ratio between the energy over 0-100 Hz band and the whole spectrum energy</dc:description>
nothing@0 87 <local:tag>Spectral</local:tag>
nothing@0 88 </rdf:Description>
nothing@0 89 <rdf:Description rdf:about="SpectralSpread">
nothing@0 90 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 91 <dc:description>the variation of the spectrum around its mean value.</dc:description>
nothing@0 92 <local:tag>Spectral</local:tag>
nothing@0 93 </rdf:Description>
nothing@0 94 <rdf:Description rdf:about="MagnitudeSkewness">
nothing@0 95 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 96 <local:tag>Spectral</local:tag>
nothing@0 97 </rdf:Description>
nothing@0 98 <rdf:Description rdf:about="Rolloff">
nothing@0 99 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 100 <dc:description>The spectral roll-off point is the frequency value so that the 85% of the spectral energy is contained below it</dc:description>
nothing@0 101 <local:tag>Spectral</local:tag>
nothing@0 102 </rdf:Description>
nothing@0 103 <rdf:Description rdf:about="SpectralSlope">
nothing@0 104 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 105 <dc:description>the amount of decreasing of the spectral magnitude</dc:description>
nothing@0 106 <local:tag>Spectral</local:tag>
nothing@0 107 </rdf:Description>
nothing@0 108 <rdf:Description rdf:about="HighFrequencyContent">
nothing@0 109 <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
nothing@0 110 <dc:description>sum of the squared spectrum magnitude multiplied by the wave number of the bin</dc:description>
nothing@0 111 <local:tag>Spectral</local:tag>
nothing@0 112 </rdf:Description>
nothing@0 113 </rdf:RDF>