annotate rdf/base.rdf @ 1:365a37a2fb6c

added files from pdfextract directory
author nothing@tehis.net
date Mon, 25 Feb 2013 14:47:41 +0000
parents 62d2c72e4223
children 8bd8453e0551
rev   line source
nothing@0 1 <?xml version="1.0" encoding="UTF-8"?>
nothing@0 2 <rdf:RDF
nothing@0 3 xmlns:local="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
nothing@0 4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
nothing@0 5 >
nothing@0 6 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor">
nothing@0 7 <local:complexity>low</local:complexity>
nothing@0 8 <local:appdomain>environmental sound recognition</local:appdomain>
nothing@0 9 <local:feature>AmplitudeDescriptor</local:feature>
nothing@0 10 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 11 <local:level>physical</local:level>
nothing@0 12 <local:domain>temporal</local:domain>
nothing@0 13 <local:computation>Spectral binning</local:computation>
nothing@0 14 <local:computation>Mean</local:computation>
nothing@0 15 <local:computation>Median</local:computation>
nothing@0 16 <local:computation>Windowing</local:computation>
nothing@0 17 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 18 <local:dimensions>9</local:dimensions>
nothing@0 19 </rdf:Description>
nothing@0 20 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity">
nothing@0 21 <local:complexity>medium</local:complexity>
nothing@0 22 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 23 <local:feature>Inharmonicity</local:feature>
nothing@0 24 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 25 <local:level>perceptual</local:level>
nothing@0 26 <local:domain>frequency</local:domain>
nothing@0 27 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 28 <local:computation>Autocorrelation</local:computation>
nothing@0 29 <local:computation>Median</local:computation>
nothing@0 30 <local:computation>Windowing</local:computation>
nothing@0 31 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 32 <local:dimensions>1</local:dimensions>
nothing@0 33 </rdf:Description>
nothing@0 34 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure">
nothing@0 35 <local:complexity>medium</local:complexity>
nothing@0 36 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 37 <local:feature>SpectralPeakStructure</local:feature>
nothing@0 38 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 39 <local:level>perceptual</local:level>
nothing@0 40 <local:domain>frequency</local:domain>
nothing@0 41 <local:computation>Spectral binning</local:computation>
nothing@0 42 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 43 <local:computation>Derivation, Difference</local:computation>
nothing@0 44 <local:computation>Entropy</local:computation>
nothing@0 45 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 46 <local:computation>Windowing</local:computation>
nothing@0 47 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 48 <local:dimensions>1</local:dimensions>
nothing@0 49 </rdf:Description>
nothing@0 50 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion">
nothing@0 51 <local:complexity>low</local:complexity>
nothing@0 52 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 53 <local:feature>SpectralDispersion</local:feature>
nothing@0 54 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 55 <local:level>perceptual</local:level>
nothing@0 56 <local:domain>frequency</local:domain>
nothing@0 57 <local:computation>Energy Spectral Density</local:computation>
nothing@0 58 <local:computation>Harmonic Peak Detection</local:computation>
nothing@0 59 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 60 <local:computation>Median</local:computation>
nothing@0 61 <local:computation>Windowing</local:computation>
nothing@0 62 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 63 <local:dimensions>1</local:dimensions>
nothing@0 64 </rdf:Description>
nothing@0 65 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness">
nothing@0 66 <local:complexity>high</local:complexity>
nothing@0 67 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 68 <local:model>psychoacoustic</local:model>
nothing@0 69 <local:feature>IntegralLoudness</local:feature>
nothing@0 70 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 71 <local:level>perceptual</local:level>
nothing@0 72 <local:domain>frequency</local:domain>
nothing@0 73 <local:computation>Exponential Function</local:computation>
nothing@0 74 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 75 <local:computation>Logarithm</local:computation>
nothing@0 76 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 77 <local:computation>Root Mean Square</local:computation>
nothing@0 78 <local:computation>Windowing</local:computation>
nothing@0 79 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 80 <local:dimensions>1</local:dimensions>
nothing@0 81 </rdf:Description>
nothing@0 82 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram">
nothing@0 83 <local:complexity>medium</local:complexity>
nothing@0 84 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 85 <local:feature>Chromagram</local:feature>
nothing@0 86 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 87 <local:level>perceptual</local:level>
nothing@0 88 <local:domain>frequency</local:domain>
nothing@0 89 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 90 <local:computation>Logarithm</local:computation>
nothing@0 91 <local:computation>Root Mean Square</local:computation>
nothing@0 92 <local:computation>Windowing</local:computation>
nothing@0 93 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 94 <local:dimensions>12</local:dimensions>
nothing@0 95 </rdf:Description>
nothing@0 96 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch">
nothing@0 97 <local:complexity>high</local:complexity>
nothing@0 98 <local:appdomain>several</local:appdomain>
nothing@0 99 <local:model>psychoacoustic</local:model>
nothing@0 100 <local:feature>PsychoacousticalPitch</local:feature>
nothing@0 101 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 102 <local:level>perceptual</local:level>
nothing@0 103 <local:domain>frequency</local:domain>
nothing@0 104 <local:computation>Root Mean Square</local:computation>
nothing@0 105 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 106 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 107 <local:computation>Autocorrelation</local:computation>
nothing@0 108 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 109 <local:dimensions>parameterized</local:dimensions>
nothing@0 110 </rdf:Description>
nothing@0 111 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns">
nothing@0 112 <local:complexity>high</local:complexity>
nothing@0 113 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 114 <local:model>psychoacoustic</local:model>
nothing@0 115 <local:feature>RhythmPatterns</local:feature>
nothing@0 116 <local:temporalscale>interframe</local:temporalscale>
nothing@0 117 <local:level>physical</local:level>
nothing@0 118 <local:domain>modulation frequency</local:domain>
nothing@0 119 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 120 <local:computation>Low-pass Filter</local:computation>
nothing@0 121 <local:computation>Logarithm</local:computation>
nothing@0 122 <local:computation>Regression</local:computation>
nothing@0 123 <local:computation>Harmonic Peak Detection</local:computation>
nothing@0 124 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 125 <local:computation>Windowing</local:computation>
nothing@0 126 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 127 <local:dimensions>80</local:dimensions>
nothing@0 128 </rdf:Description>
nothing@0 129 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime">
nothing@0 130 <local:complexity>low</local:complexity>
nothing@0 131 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 132 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 133 <local:feature>MPEG7LogAttackTime</local:feature>
nothing@0 134 <local:temporalscale>global</local:temporalscale>
nothing@0 135 <local:level>physical</local:level>
nothing@0 136 <local:domain>temporal</local:domain>
nothing@0 137 <local:computation>Power</local:computation>
nothing@0 138 <local:computation>Logarithm</local:computation>
nothing@0 139 <local:computation>Root Mean Square</local:computation>
nothing@0 140 <local:computation>Windowing</local:computation>
nothing@0 141 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 142 <local:dimensions>1</local:dimensions>
nothing@0 143 </rdf:Description>
nothing@0 144 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency">
nothing@0 145 <local:complexity>high</local:complexity>
nothing@0 146 <local:appdomain>several</local:appdomain>
nothing@0 147 <local:model>psychoacoustic</local:model>
nothing@0 148 <local:feature>JointAcousticandModuluationFrequency</local:feature>
nothing@0 149 <local:temporalscale>interframe</local:temporalscale>
nothing@0 150 <local:level>physical</local:level>
nothing@0 151 <local:domain>modulation frequency</local:domain>
nothing@0 152 <local:computation>Discrete Wavelet Transform</local:computation>
nothing@0 153 <local:computation>Low-pass Filter</local:computation>
nothing@0 154 <local:computation>Regression</local:computation>
nothing@0 155 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 156 <local:computation>Root Mean Square</local:computation>
nothing@0 157 <local:computation>Windowing</local:computation>
nothing@0 158 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 159 <local:dimensions>parameterized</local:dimensions>
nothing@0 160 </rdf:Description>
nothing@0 161 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness">
nothing@0 162 <local:complexity>medium</local:complexity>
nothing@0 163 <local:appdomain>fingerprinting</local:appdomain>
nothing@0 164 <local:feature>SpectralFlatness</local:feature>
nothing@0 165 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 166 <local:level>perceptual</local:level>
nothing@0 167 <local:domain>frequency</local:domain>
nothing@0 168 <local:computation>Mean</local:computation>
nothing@0 169 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 170 <local:computation>Logarithm</local:computation>
nothing@0 171 <local:computation>Regression</local:computation>
nothing@0 172 <local:computation>Windowing</local:computation>
nothing@0 173 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 174 <local:dimensions>parameterized</local:dimensions>
nothing@0 175 </rdf:Description>
nothing@0 176 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients">
nothing@0 177 <local:complexity>high</local:complexity>
nothing@0 178 <local:appdomain>several</local:appdomain>
nothing@0 179 <local:model>psychoacoustic</local:model>
nothing@0 180 <local:feature>BarkscaleFrequencyCepstralCoefficients</local:feature>
nothing@0 181 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 182 <local:level>physical</local:level>
nothing@0 183 <local:domain>cepstral</local:domain>
nothing@0 184 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 185 <local:computation>Logarithm</local:computation>
nothing@0 186 <local:computation>Regression</local:computation>
nothing@0 187 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 188 <local:computation>Windowing</local:computation>
nothing@0 189 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 190 <local:dimensions>parameterized</local:dimensions>
nothing@0 191 </rdf:Description>
nothing@0 192 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker">
nothing@0 193 <local:complexity>high</local:complexity>
nothing@0 194 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 195 <local:feature>BeatTracker</local:feature>
nothing@0 196 <local:temporalscale>interframe</local:temporalscale>
nothing@0 197 <local:level>perceptual</local:level>
nothing@0 198 <local:domain>modulation frequency</local:domain>
nothing@0 199 <local:computation>Comb Filter (Bank)</local:computation>
nothing@0 200 <local:computation>Low-pass Filter</local:computation>
nothing@0 201 <local:computation>Derivation, Difference</local:computation>
nothing@0 202 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 203 <local:computation>Root Mean Square</local:computation>
nothing@0 204 <local:computation>Windowing</local:computation>
nothing@0 205 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 206 <local:dimensions>1</local:dimensions>
nothing@0 207 </rdf:Description>
nothing@0 208 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum">
nothing@0 209 <local:complexity>high</local:complexity>
nothing@0 210 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 211 <local:feature>CyclicBeatSpectrum</local:feature>
nothing@0 212 <local:temporalscale>interframe</local:temporalscale>
nothing@0 213 <local:level>perceptual</local:level>
nothing@0 214 <local:domain>modulation frequency</local:domain>
nothing@0 215 <local:computation>Comb Filter (Bank)</local:computation>
nothing@0 216 <local:computation>Low-pass Filter</local:computation>
nothing@0 217 <local:computation>Derivation, Difference</local:computation>
nothing@0 218 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 219 <local:computation>Root Mean Square</local:computation>
nothing@0 220 <local:computation>Windowing</local:computation>
nothing@0 221 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 222 <local:dimensions>parameterized</local:dimensions>
nothing@0 223 </rdf:Description>
nothing@0 224 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes">
nothing@0 225 <local:complexity>medium</local:complexity>
nothing@0 226 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 227 <local:model>psychoacoustic</local:model>
nothing@0 228 <local:feature>AuditoryFilterBankTemporalEnvelopes</local:feature>
nothing@0 229 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 230 <local:level>physical</local:level>
nothing@0 231 <local:domain>modulation frequency</local:domain>
nothing@0 232 <local:computation>Energy Spectral Density</local:computation>
nothing@0 233 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 234 <local:computation>Root Mean Square</local:computation>
nothing@0 235 <local:computation>Windowing</local:computation>
nothing@0 236 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 237 <local:dimensions>62</local:dimensions>
nothing@0 238 </rdf:Description>
nothing@0 239 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram">
nothing@0 240 <local:complexity>medium</local:complexity>
nothing@0 241 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 242 <local:feature>DaubechiesWaveletCoefficientHistogram</local:feature>
nothing@0 243 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 244 <local:level>physical</local:level>
nothing@0 245 <local:domain>frequency</local:domain>
nothing@0 246 <local:computation>Spectral binning</local:computation>
nothing@0 247 <local:computation>Discrete Wavelet Transform</local:computation>
nothing@0 248 <local:computation>Windowing</local:computation>
nothing@0 249 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 250 <local:dimensions>28</local:dimensions>
nothing@0 251 </rdf:Description>
nothing@0 252 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy">
nothing@0 253 <local:complexity>medium</local:complexity>
nothing@0 254 <local:appdomain>audio segmentation</local:appdomain>
nothing@0 255 <local:model>psychoacoustic</local:model>
nothing@0 256 <local:feature>4HzModulationEnergy</local:feature>
nothing@0 257 <local:temporalscale>interframe</local:temporalscale>
nothing@0 258 <local:level>physical</local:level>
nothing@0 259 <local:domain>modulation frequency</local:domain>
nothing@0 260 <local:computation>Energy Spectral Density</local:computation>
nothing@0 261 <local:computation>Normalization</local:computation>
nothing@0 262 <local:computation>Regression</local:computation>
nothing@0 263 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 264 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 265 <local:computation>Root Mean Square</local:computation>
nothing@0 266 <local:computation>Windowing</local:computation>
nothing@0 267 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 268 <local:dimensions>1</local:dimensions>
nothing@0 269 </rdf:Description>
nothing@0 270 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest">
nothing@0 271 <local:complexity>low</local:complexity>
nothing@0 272 <local:appdomain>fingerprinting</local:appdomain>
nothing@0 273 <local:feature>SpectralCrest</local:feature>
nothing@0 274 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 275 <local:level>perceptual</local:level>
nothing@0 276 <local:domain>frequency</local:domain>
nothing@0 277 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 278 <local:computation>Mean</local:computation>
nothing@0 279 <local:computation>Logarithm</local:computation>
nothing@0 280 <local:computation>Regression</local:computation>
nothing@0 281 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 282 <local:computation>Windowing</local:computation>
nothing@0 283 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 284 <local:dimensions>parameterized</local:dimensions>
nothing@0 285 </rdf:Description>
nothing@0 286 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope">
nothing@0 287 <local:complexity>low</local:complexity>
nothing@0 288 <local:appdomain>several</local:appdomain>
nothing@0 289 <local:feature>SpectralSlope</local:feature>
nothing@0 290 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 291 <local:level>physical</local:level>
nothing@0 292 <local:domain>frequency</local:domain>
nothing@0 293 <local:computation>Peak Detection</local:computation>
nothing@0 294 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 295 <local:computation>Windowing</local:computation>
nothing@0 296 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 297 <local:dimensions>4</local:dimensions>
nothing@0 298 </rdf:Description>
nothing@0 299 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation">
nothing@0 300 <local:complexity>medium</local:complexity>
nothing@0 301 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 302 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 303 <local:feature>MPEG7HarmonicSpectralDeviation</local:feature>
nothing@0 304 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 305 <local:level>perceptual</local:level>
nothing@0 306 <local:domain>frequency</local:domain>
nothing@0 307 <local:computation>Median</local:computation>
nothing@0 308 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 309 <local:computation>Mean</local:computation>
nothing@0 310 <local:computation>Logarithm</local:computation>
nothing@0 311 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 312 <local:computation>Windowing</local:computation>
nothing@0 313 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 314 <local:dimensions>1</local:dimensions>
nothing@0 315 </rdf:Description>
nothing@0 316 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread">
nothing@0 317 <local:complexity>medium</local:complexity>
nothing@0 318 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 319 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 320 <local:feature>MPEG7HarmonicSpectralSpread</local:feature>
nothing@0 321 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 322 <local:level>perceptual</local:level>
nothing@0 323 <local:domain>frequency</local:domain>
nothing@0 324 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 325 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 326 <local:computation>Median</local:computation>
nothing@0 327 <local:computation>Windowing</local:computation>
nothing@0 328 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 329 <local:dimensions>1</local:dimensions>
nothing@0 330 </rdf:Description>
nothing@0 331 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies">
nothing@0 332 <local:complexity>medium</local:complexity>
nothing@0 333 <local:appdomain>several</local:appdomain>
nothing@0 334 <local:feature>LineSpectralFrequencies</local:feature>
nothing@0 335 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 336 <local:level>physical</local:level>
nothing@0 337 <local:domain>frequency</local:domain>
nothing@0 338 <local:computation>Percentile</local:computation>
nothing@0 339 <local:computation>Autoregression (Linear Prediction Analysis)</local:computation>
nothing@0 340 <local:computation>Windowing</local:computation>
nothing@0 341 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 342 <local:dimensions>parameterized</local:dimensions>
nothing@0 343 </rdf:Description>
nothing@0 344 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency">
nothing@0 345 <local:complexity>low</local:complexity>
nothing@0 346 <local:appdomain>several</local:appdomain>
nothing@0 347 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 348 <local:feature>MPEG7AudioFundamentalFrequency</local:feature>
nothing@0 349 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 350 <local:level>perceptual</local:level>
nothing@0 351 <local:domain>frequency</local:domain>
nothing@0 352 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 353 <local:computation>Autocorrelation</local:computation>
nothing@0 354 <local:computation>Windowing</local:computation>
nothing@0 355 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 356 <local:dimensions>2</local:dimensions>
nothing@0 357 </rdf:Description>
nothing@0 358 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature">
nothing@0 359 <local:complexity>high</local:complexity>
nothing@0 360 <local:appdomain>environmental sound recognition</local:appdomain>
nothing@0 361 <local:model>psychoacoustic</local:model>
nothing@0 362 <local:feature>NoiseRobustAuditoryFeature</local:feature>
nothing@0 363 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 364 <local:level>physical</local:level>
nothing@0 365 <local:domain>cepstral</local:domain>
nothing@0 366 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 367 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 368 <local:computation>Band-pass Filter Bank</local:computation>
nothing@0 369 <local:computation>Low-pass Filter</local:computation>
nothing@0 370 <local:computation>Logarithm</local:computation>
nothing@0 371 <local:computation>Derivation, Difference</local:computation>
nothing@0 372 <local:computation>Windowing</local:computation>
nothing@0 373 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 374 <local:dimensions>256</local:dimensions>
nothing@0 375 </rdf:Description>
nothing@0 376 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux">
nothing@0 377 <local:complexity>low</local:complexity>
nothing@0 378 <local:appdomain>several</local:appdomain>
nothing@0 379 <local:feature>SpectralFlux</local:feature>
nothing@0 380 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 381 <local:abbreviation>SF</local:abbreviation>
nothing@0 382 <local:level>physical</local:level>
nothing@0 383 <local:domain>frequency</local:domain>
nothing@0 384 <local:computation>Derivation, Difference</local:computation>
nothing@0 385 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 386 <local:computation>Root Mean Square</local:computation>
nothing@0 387 <local:computation>Windowing</local:computation>
nothing@0 388 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 389 <local:dimensions>1</local:dimensions>
nothing@0 390 </rdf:Description>
nothing@0 391 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding">
nothing@0 392 <local:complexity>low</local:complexity>
nothing@0 393 <local:appdomain>speech recognition</local:appdomain>
nothing@0 394 <local:feature>LinearPredictiveCoding</local:feature>
nothing@0 395 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 396 <local:abbreviation>LPC</local:abbreviation>
nothing@0 397 <local:level>physical</local:level>
nothing@0 398 <local:domain>frequency</local:domain>
nothing@0 399 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 400 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 401 <local:computation>Autoregression (Linear Prediction Analysis)</local:computation>
nothing@0 402 <local:computation>Windowing</local:computation>
nothing@0 403 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 404 <local:dimensions>parameterized</local:dimensions>
nothing@0 405 </rdf:Description>
nothing@0 406 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA">
nothing@0 407 <local:complexity>medium</local:complexity>
nothing@0 408 <local:appdomain>speech recognition</local:appdomain>
nothing@0 409 <local:model>psychoacoustic</local:model>
nothing@0 410 <local:feature>PitchSynchronousZCPA</local:feature>
nothing@0 411 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 412 <local:level>physical</local:level>
nothing@0 413 <local:domain>temporal</local:domain>
nothing@0 414 <local:computation>Spectral binning</local:computation>
nothing@0 415 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 416 <local:computation>Logarithm</local:computation>
nothing@0 417 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 418 <local:computation>Windowing</local:computation>
nothing@0 419 <local:computation>Root Mean Square</local:computation>
nothing@0 420 <local:computation>Autocorrelation</local:computation>
nothing@0 421 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 422 <local:dimensions>parameterized</local:dimensions>
nothing@0 423 </rdf:Description>
nothing@0 424 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures">
nothing@0 425 <local:complexity>high</local:complexity>
nothing@0 426 <local:appdomain>speech recognition</local:appdomain>
nothing@0 427 <local:feature>PhaseSpaceFeatures</local:feature>
nothing@0 428 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 429 <local:level>physical</local:level>
nothing@0 430 <local:domain>phase space</local:domain>
nothing@0 431 <local:computation>Phase Space Embedding</local:computation>
nothing@0 432 <local:computation>Windowing</local:computation>
nothing@0 433 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 434 <local:dimensions>parameterized</local:dimensions>
nothing@0 435 </rdf:Description>
nothing@0 436 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate">
nothing@0 437 <local:complexity>medium</local:complexity>
nothing@0 438 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 439 <local:feature>HarmonicDerivate</local:feature>
nothing@0 440 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 441 <local:level>perceptual</local:level>
nothing@0 442 <local:domain>frequency</local:domain>
nothing@0 443 <local:computation>Derivation, Difference</local:computation>
nothing@0 444 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 445 <local:computation>Logarithm</local:computation>
nothing@0 446 <local:computation>Windowing</local:computation>
nothing@0 447 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 448 <local:dimensions>parameterized</local:dimensions>
nothing@0 449 </rdf:Description>
nothing@0 450 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR">
nothing@0 451 <local:complexity>low</local:complexity>
nothing@0 452 <local:appdomain>speech recognition</local:appdomain>
nothing@0 453 <local:feature>LinearPredictionZCR</local:feature>
nothing@0 454 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 455 <local:level>physical</local:level>
nothing@0 456 <local:domain>temporal</local:domain>
nothing@0 457 <local:computation>Spectral binning</local:computation>
nothing@0 458 <local:computation>Autoregression (Linear Prediction Analysis)</local:computation>
nothing@0 459 <local:computation>Windowing</local:computation>
nothing@0 460 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 461 <local:dimensions>1</local:dimensions>
nothing@0 462 </rdf:Description>
nothing@0 463 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration">
nothing@0 464 <local:complexity>medium</local:complexity>
nothing@0 465 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 466 <local:feature>HarmonicConcentration</local:feature>
nothing@0 467 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 468 <local:level>perceptual</local:level>
nothing@0 469 <local:domain>frequency</local:domain>
nothing@0 470 <local:computation>Energy Spectral Density</local:computation>
nothing@0 471 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 472 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 473 <local:computation>Root Mean Square</local:computation>
nothing@0 474 <local:computation>Windowing</local:computation>
nothing@0 475 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 476 <local:dimensions>1</local:dimensions>
nothing@0 477 </rdf:Description>
nothing@0 478 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients">
nothing@0 479 <local:complexity>high</local:complexity>
nothing@0 480 <local:appdomain>several</local:appdomain>
nothing@0 481 <local:model>psychoacoustic</local:model>
nothing@0 482 <local:feature>MelscaleFrequencyCepstralCoefficients</local:feature>
nothing@0 483 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 484 <local:abbreviation>MFCC</local:abbreviation>
nothing@0 485 <local:level>physical</local:level>
nothing@0 486 <local:domain>cepstral</local:domain>
nothing@0 487 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 488 <local:computation>Logarithm</local:computation>
nothing@0 489 <local:computation>Regression</local:computation>
nothing@0 490 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 491 <local:computation>Windowing</local:computation>
nothing@0 492 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 493 <local:dimensions>parameterized</local:dimensions>
nothing@0 494 </rdf:Description>
nothing@0 495 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid">
nothing@0 496 <local:complexity>low</local:complexity>
nothing@0 497 <local:appdomain>several</local:appdomain>
nothing@0 498 <local:feature>SpectralCentroid</local:feature>
nothing@0 499 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 500 <local:level>perceptual</local:level>
nothing@0 501 <local:domain>frequency</local:domain>
nothing@0 502 <local:computation>Mean</local:computation>
nothing@0 503 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 504 <local:computation>Logarithm</local:computation>
nothing@0 505 <local:computation>Regression</local:computation>
nothing@0 506 <local:computation>Windowing</local:computation>
nothing@0 507 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 508 <local:dimensions>1</local:dimensions>
nothing@0 509 </rdf:Description>
nothing@0 510 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients">
nothing@0 511 <local:complexity>medium</local:complexity>
nothing@0 512 <local:appdomain>audio segmentation</local:appdomain>
nothing@0 513 <local:feature>4HzModulationHarmonicCoefficients</local:feature>
nothing@0 514 <local:temporalscale>interframe</local:temporalscale>
nothing@0 515 <local:level>physical</local:level>
nothing@0 516 <local:domain>modulation frequency</local:domain>
nothing@0 517 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 518 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 519 <local:computation>Autocorrelation</local:computation>
nothing@0 520 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 521 <local:computation>Windowing</local:computation>
nothing@0 522 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 523 <local:dimensions>1</local:dimensions>
nothing@0 524 </rdf:Description>
nothing@0 525 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature">
nothing@0 526 <local:complexity>medium</local:complexity>
nothing@0 527 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 528 <local:feature>DWPTbasedRhythmFeature</local:feature>
nothing@0 529 <local:temporalscale>interframe</local:temporalscale>
nothing@0 530 <local:level>perceptual</local:level>
nothing@0 531 <local:domain>modulation frequency</local:domain>
nothing@0 532 <local:computation>Spectral binning</local:computation>
nothing@0 533 <local:computation>Root Mean Square</local:computation>
nothing@0 534 <local:computation>Discrete Wavelet Transform</local:computation>
nothing@0 535 <local:computation>Autocorrelation</local:computation>
nothing@0 536 <local:computation>Windowing</local:computation>
nothing@0 537 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 538 <local:dimensions>parameterized</local:dimensions>
nothing@0 539 </rdf:Description>
nothing@0 540 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram">
nothing@0 541 <local:complexity>medium</local:complexity>
nothing@0 542 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 543 <local:feature>BeatHistogram</local:feature>
nothing@0 544 <local:temporalscale>interframe</local:temporalscale>
nothing@0 545 <local:level>perceptual</local:level>
nothing@0 546 <local:domain>modulation frequency</local:domain>
nothing@0 547 <local:computation>Spectral binning</local:computation>
nothing@0 548 <local:computation>Autocorrelation</local:computation>
nothing@0 549 <local:computation>Discrete Wavelet Transform</local:computation>
nothing@0 550 <local:computation>Low-pass Filter</local:computation>
nothing@0 551 <local:computation>Root Mean Square</local:computation>
nothing@0 552 <local:computation>Windowing</local:computation>
nothing@0 553 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 554 <local:dimensions>6</local:dimensions>
nothing@0 555 </rdf:Description>
nothing@0 556 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth">
nothing@0 557 <local:complexity>low</local:complexity>
nothing@0 558 <local:appdomain>several</local:appdomain>
nothing@0 559 <local:feature>Bandwidth</local:feature>
nothing@0 560 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 561 <local:level>perceptual</local:level>
nothing@0 562 <local:domain>frequency</local:domain>
nothing@0 563 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 564 <local:computation>Logarithm</local:computation>
nothing@0 565 <local:computation>Regression</local:computation>
nothing@0 566 <local:computation>Median</local:computation>
nothing@0 567 <local:computation>Windowing</local:computation>
nothing@0 568 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 569 <local:dimensions>1</local:dimensions>
nothing@0 570 </rdf:Description>
nothing@0 571 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction">
nothing@0 572 <local:complexity>high</local:complexity>
nothing@0 573 <local:appdomain>speech recognition</local:appdomain>
nothing@0 574 <local:model>psychoacoustic</local:model>
nothing@0 575 <local:feature>PerceptualLinearPrediction</local:feature>
nothing@0 576 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 577 <local:level>physical</local:level>
nothing@0 578 <local:domain>cepstral</local:domain>
nothing@0 579 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 580 <local:computation>Autoregression (Linear Prediction Analysis)</local:computation>
nothing@0 581 <local:computation>Cepstral Recursion Formula</local:computation>
nothing@0 582 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 583 <local:computation>Regression</local:computation>
nothing@0 584 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 585 <local:computation>Windowing</local:computation>
nothing@0 586 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 587 <local:dimensions>parameterized</local:dimensions>
nothing@0 588 </rdf:Description>
nothing@0 589 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness">
nothing@0 590 <local:complexity>medium</local:complexity>
nothing@0 591 <local:appdomain>several</local:appdomain>
nothing@0 592 <local:model>psychoacoustic</local:model>
nothing@0 593 <local:feature>Sharpness</local:feature>
nothing@0 594 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 595 <local:level>perceptual</local:level>
nothing@0 596 <local:domain>frequency</local:domain>
nothing@0 597 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 598 <local:computation>Mean</local:computation>
nothing@0 599 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 600 <local:computation>Regression</local:computation>
nothing@0 601 <local:computation>Windowing</local:computation>
nothing@0 602 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 603 <local:dimensions>1</local:dimensions>
nothing@0 604 </rdf:Description>
nothing@0 605 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter">
nothing@0 606 <local:complexity>low</local:complexity>
nothing@0 607 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 608 <local:feature>SpectralCenter</local:feature>
nothing@0 609 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 610 <local:level>perceptual</local:level>
nothing@0 611 <local:domain>frequency</local:domain>
nothing@0 612 <local:computation>Energy Spectral Density</local:computation>
nothing@0 613 <local:computation>Harmonic Peak Detection</local:computation>
nothing@0 614 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 615 <local:computation>Windowing</local:computation>
nothing@0 616 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 617 <local:dimensions>1</local:dimensions>
nothing@0 618 </rdf:Description>
nothing@0 619 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread">
nothing@0 620 <local:complexity>medium</local:complexity>
nothing@0 621 <local:appdomain>several</local:appdomain>
nothing@0 622 <local:model>psychoacoustic</local:model>
nothing@0 623 <local:feature>MPEG7AudioSpectrumSpread</local:feature>
nothing@0 624 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 625 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 626 <local:level>perceptual</local:level>
nothing@0 627 <local:domain>frequency</local:domain>
nothing@0 628 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 629 <local:computation>Logarithm</local:computation>
nothing@0 630 <local:computation>Regression</local:computation>
nothing@0 631 <local:computation>Median</local:computation>
nothing@0 632 <local:computation>Windowing</local:computation>
nothing@0 633 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 634 <local:dimensions>1</local:dimensions>
nothing@0 635 </rdf:Description>
nothing@0 636 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate">
nothing@0 637 <local:complexity>low</local:complexity>
nothing@0 638 <local:appdomain>several</local:appdomain>
nothing@0 639 <local:feature>ZeroCrossingRate</local:feature>
nothing@0 640 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 641 <local:abbreviation>ZCR</local:abbreviation>
nothing@0 642 <local:level>physical</local:level>
nothing@0 643 <local:domain>temporal</local:domain>
nothing@0 644 <local:computation>Spectral binning</local:computation>
nothing@0 645 <local:computation>Windowing</local:computation>
nothing@0 646 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 647 <local:dimensions>1</local:dimensions>
nothing@0 648 </rdf:Description>
nothing@0 649 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP">
nothing@0 650 <local:complexity>high</local:complexity>
nothing@0 651 <local:appdomain>speech recognition</local:appdomain>
nothing@0 652 <local:model>psychoacoustic</local:model>
nothing@0 653 <local:feature>RelativeSpectralPLP</local:feature>
nothing@0 654 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 655 <local:level>physical</local:level>
nothing@0 656 <local:domain>cepstral</local:domain>
nothing@0 657 <local:computation>Exponential Function</local:computation>
nothing@0 658 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 659 <local:computation>Autoregression (Linear Prediction Analysis)</local:computation>
nothing@0 660 <local:computation>Cepstral Recursion Formula</local:computation>
nothing@0 661 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 662 <local:computation>Logarithm</local:computation>
nothing@0 663 <local:computation>Regression</local:computation>
nothing@0 664 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 665 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 666 <local:computation>Windowing</local:computation>
nothing@0 667 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 668 <local:dimensions>parameterized</local:dimensions>
nothing@0 669 </rdf:Description>
nothing@0 670 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs">
nothing@0 671 <local:complexity>high</local:complexity>
nothing@0 672 <local:appdomain>speech recognition</local:appdomain>
nothing@0 673 <local:model>psychoacoustic</local:model>
nothing@0 674 <local:feature>AutocorrelationMFCCs</local:feature>
nothing@0 675 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 676 <local:level>physical</local:level>
nothing@0 677 <local:domain>cepstral</local:domain>
nothing@0 678 <local:computation>Autocorrelation</local:computation>
nothing@0 679 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 680 <local:computation>Low-pass Filter</local:computation>
nothing@0 681 <local:computation>Logarithm</local:computation>
nothing@0 682 <local:computation>Regression</local:computation>
nothing@0 683 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 684 <local:computation>Windowing</local:computation>
nothing@0 685 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 686 <local:dimensions>parameterized</local:dimensions>
nothing@0 687 </rdf:Description>
nothing@0 688 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid">
nothing@0 689 <local:complexity>medium</local:complexity>
nothing@0 690 <local:appdomain>several</local:appdomain>
nothing@0 691 <local:model>psychoacoustic</local:model>
nothing@0 692 <local:feature>MPEG7AudioSpectrumCentroid</local:feature>
nothing@0 693 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 694 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 695 <local:level>perceptual</local:level>
nothing@0 696 <local:domain>frequency</local:domain>
nothing@0 697 <local:computation>Mean</local:computation>
nothing@0 698 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 699 <local:computation>Logarithm</local:computation>
nothing@0 700 <local:computation>Regression</local:computation>
nothing@0 701 <local:computation>Windowing</local:computation>
nothing@0 702 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 703 <local:dimensions>1</local:dimensions>
nothing@0 704 </rdf:Description>
nothing@0 705 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile">
nothing@0 706 <local:complexity>high</local:complexity>
nothing@0 707 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 708 <local:feature>PitchProfile</local:feature>
nothing@0 709 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 710 <local:level>perceptual</local:level>
nothing@0 711 <local:domain>frequency</local:domain>
nothing@0 712 <local:computation>Constant Q Transform</local:computation>
nothing@0 713 <local:computation>Spectral binning</local:computation>
nothing@0 714 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 715 <local:computation>Root Mean Square</local:computation>
nothing@0 716 <local:computation>Windowing</local:computation>
nothing@0 717 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 718 <local:dimensions>12</local:dimensions>
nothing@0 719 </rdf:Description>
nothing@0 720 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay">
nothing@0 721 <local:complexity>medium</local:complexity>
nothing@0 722 <local:appdomain>speech recognition</local:appdomain>
nothing@0 723 <local:feature>ModifiedGroupDelay</local:feature>
nothing@0 724 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 725 <local:level>physical</local:level>
nothing@0 726 <local:domain>frequency</local:domain>
nothing@0 727 <local:computation>Low-pass Filter</local:computation>
nothing@0 728 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 729 <local:computation>Discrete Cosine Transform</local:computation>
nothing@0 730 <local:computation>Group Delay Function</local:computation>
nothing@0 731 <local:computation>Windowing</local:computation>
nothing@0 732 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 733 <local:dimensions>parameterized</local:dimensions>
nothing@0 734 </rdf:Description>
nothing@0 735 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy">
nothing@0 736 <local:complexity>medium</local:complexity>
nothing@0 737 <local:appdomain>speech recognition</local:appdomain>
nothing@0 738 <local:feature>MultiresolutionEntropy</local:feature>
nothing@0 739 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 740 <local:level>perceptual</local:level>
nothing@0 741 <local:domain>frequency</local:domain>
nothing@0 742 <local:computation>Normalization</local:computation>
nothing@0 743 <local:computation>Entropy</local:computation>
nothing@0 744 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 745 <local:computation>Regression</local:computation>
nothing@0 746 <local:computation>Windowing</local:computation>
nothing@0 747 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 748 <local:dimensions>parameterized</local:dimensions>
nothing@0 749 </rdf:Description>
nothing@0 750 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence">
nothing@0 751 <local:complexity>medium</local:complexity>
nothing@0 752 <local:appdomain>environmental sound recognition</local:appdomain>
nothing@0 753 <local:feature>HarmonicProminence</local:feature>
nothing@0 754 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 755 <local:level>perceptual</local:level>
nothing@0 756 <local:domain>frequency</local:domain>
nothing@0 757 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 758 <local:computation>Autocorrelation</local:computation>
nothing@0 759 <local:computation>Windowing</local:computation>
nothing@0 760 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 761 <local:dimensions>1</local:dimensions>
nothing@0 762 </rdf:Description>
nothing@0 763 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis">
nothing@0 764 <local:complexity>high</local:complexity>
nothing@0 765 <local:appdomain>environmental sound recognition</local:appdomain>
nothing@0 766 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 767 <local:feature>MPEG7AudioSpectrumBasis</local:feature>
nothing@0 768 <local:temporalscale>interframe</local:temporalscale>
nothing@0 769 <local:level>physical</local:level>
nothing@0 770 <local:domain>eigendomain</local:domain>
nothing@0 771 <local:computation>Independent Component Analysis</local:computation>
nothing@0 772 <local:computation>Normalization</local:computation>
nothing@0 773 <local:computation>Logarithm</local:computation>
nothing@0 774 <local:computation>Regression</local:computation>
nothing@0 775 <local:computation>Singular Value Decomposition</local:computation>
nothing@0 776 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 777 <local:computation>Windowing</local:computation>
nothing@0 778 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 779 <local:dimensions>parameterized</local:dimensions>
nothing@0 780 </rdf:Description>
nothing@0 781 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity">
nothing@0 782 <local:complexity>medium</local:complexity>
nothing@0 783 <local:appdomain>several</local:appdomain>
nothing@0 784 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 785 <local:feature>MPEG7AudioHarmonicity</local:feature>
nothing@0 786 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 787 <local:level>perceptual</local:level>
nothing@0 788 <local:domain>frequency</local:domain>
nothing@0 789 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 790 <local:computation>Autocorrelation</local:computation>
nothing@0 791 <local:computation>Windowing</local:computation>
nothing@0 792 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 793 <local:dimensions>2</local:dimensions>
nothing@0 794 </rdf:Description>
nothing@0 795 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation">
nothing@0 796 <local:complexity>medium</local:complexity>
nothing@0 797 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 798 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 799 <local:feature>MPEG7HarmonicSpectralVariation</local:feature>
nothing@0 800 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 801 <local:level>perceptual</local:level>
nothing@0 802 <local:domain>frequency</local:domain>
nothing@0 803 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 804 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 805 <local:computation>Cross-Correlation</local:computation>
nothing@0 806 <local:computation>Windowing</local:computation>
nothing@0 807 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 808 <local:dimensions>1</local:dimensions>
nothing@0 809 </rdf:Description>
nothing@0 810 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid">
nothing@0 811 <local:complexity>medium</local:complexity>
nothing@0 812 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 813 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 814 <local:feature>MPEG7HarmonicSpectralCentroid</local:feature>
nothing@0 815 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 816 <local:level>perceptual</local:level>
nothing@0 817 <local:domain>frequency</local:domain>
nothing@0 818 <local:computation>Mean</local:computation>
nothing@0 819 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 820 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 821 <local:computation>Windowing</local:computation>
nothing@0 822 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 823 <local:dimensions>1</local:dimensions>
nothing@0 824 </rdf:Description>
nothing@0 825 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone">
nothing@0 826 <local:complexity>high</local:complexity>
nothing@0 827 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 828 <local:model>psychoacoustic</local:model>
nothing@0 829 <local:feature>Sone</local:feature>
nothing@0 830 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 831 <local:level>perceptual</local:level>
nothing@0 832 <local:domain>frequency</local:domain>
nothing@0 833 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 834 <local:computation>Low-pass Filter</local:computation>
nothing@0 835 <local:computation>Logarithm</local:computation>
nothing@0 836 <local:computation>Regression</local:computation>
nothing@0 837 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 838 <local:computation>Windowing</local:computation>
nothing@0 839 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 840 <local:dimensions>parameterized</local:dimensions>
nothing@0 841 </rdf:Description>
nothing@0 842 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy">
nothing@0 843 <local:complexity>low</local:complexity>
nothing@0 844 <local:appdomain>several</local:appdomain>
nothing@0 845 <local:feature>ShortTimeEnergy</local:feature>
nothing@0 846 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 847 <local:level>physical</local:level>
nothing@0 848 <local:domain>temporal</local:domain>
nothing@0 849 <local:computation>Deviation, Sum of Differences</local:computation>
nothing@0 850 <local:computation>Windowing</local:computation>
nothing@0 851 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 852 <local:dimensions>1</local:dimensions>
nothing@0 853 </rdf:Description>
nothing@0 854 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid">
nothing@0 855 <local:complexity>low</local:complexity>
nothing@0 856 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 857 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 858 <local:feature>MPEG7SpectralCentroid</local:feature>
nothing@0 859 <local:temporalscale>global</local:temporalscale>
nothing@0 860 <local:level>perceptual</local:level>
nothing@0 861 <local:domain>frequency</local:domain>
nothing@0 862 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 863 <local:computation>Mean</local:computation>
nothing@0 864 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 865 <local:dimensions>1</local:dimensions>
nothing@0 866 </rdf:Description>
nothing@0 867 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy">
nothing@0 868 <local:complexity>medium</local:complexity>
nothing@0 869 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 870 <local:feature>HarmonicEnergyEntropy</local:feature>
nothing@0 871 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 872 <local:level>perceptual</local:level>
nothing@0 873 <local:domain>frequency</local:domain>
nothing@0 874 <local:computation>Zero-/Level Crossing Detector</local:computation>
nothing@0 875 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 876 <local:computation>Entropy</local:computation>
nothing@0 877 <local:computation>Windowing</local:computation>
nothing@0 878 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 879 <local:dimensions>1</local:dimensions>
nothing@0 880 </rdf:Description>
nothing@0 881 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures">
nothing@0 882 <local:complexity>medium</local:complexity>
nothing@0 883 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 884 <local:feature>ChromaCENSFeatures</local:feature>
nothing@0 885 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 886 <local:level>perceptual</local:level>
nothing@0 887 <local:domain>frequency</local:domain>
nothing@0 888 <local:computation>Normalization</local:computation>
nothing@0 889 <local:computation>Low-pass Filter</local:computation>
nothing@0 890 <local:computation>Root Mean Square</local:computation>
nothing@0 891 <local:computation>Band-pass Filter Bank</local:computation>
nothing@0 892 <local:computation>Windowing</local:computation>
nothing@0 893 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 894 <local:dimensions>12</local:dimensions>
nothing@0 895 </rdf:Description>
nothing@0 896 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures">
nothing@0 897 <local:complexity>high</local:complexity>
nothing@0 898 <local:appdomain>environmental sound recognition</local:appdomain>
nothing@0 899 <local:model>psychoacoustic</local:model>
nothing@0 900 <local:feature>RatescalefrequencyFeatures</local:feature>
nothing@0 901 <local:temporalscale>interframe</local:temporalscale>
nothing@0 902 <local:level>physical</local:level>
nothing@0 903 <local:domain>eigendomain</local:domain>
nothing@0 904 <local:computation>Discrete Wavelet Transform</local:computation>
nothing@0 905 <local:computation>(Non-) Linear Weighting Function</local:computation>
nothing@0 906 <local:computation>Band-pass Filter Bank</local:computation>
nothing@0 907 <local:computation>Principal Component Analysis</local:computation>
nothing@0 908 <local:computation>Low-pass Filter</local:computation>
nothing@0 909 <local:computation>Derivation, Difference</local:computation>
nothing@0 910 <local:computation>Root Mean Square</local:computation>
nothing@0 911 <local:computation>Windowing</local:computation>
nothing@0 912 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 913 <local:dimensions>256</local:dimensions>
nothing@0 914 </rdf:Description>
nothing@0 915 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum">
nothing@0 916 <local:complexity>high</local:complexity>
nothing@0 917 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 918 <local:feature>BeatSpectrum</local:feature>
nothing@0 919 <local:temporalscale>interframe</local:temporalscale>
nothing@0 920 <local:level>perceptual</local:level>
nothing@0 921 <local:domain>modulation frequency</local:domain>
nothing@0 922 <local:computation>Autocorrelation</local:computation>
nothing@0 923 <local:computation>Low-pass Filter</local:computation>
nothing@0 924 <local:computation>Cross-Correlation</local:computation>
nothing@0 925 <local:computation>Logarithm</local:computation>
nothing@0 926 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 927 <local:computation>Windowing</local:computation>
nothing@0 928 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 929 <local:dimensions>parameterized</local:dimensions>
nothing@0 930 </rdf:Description>
nothing@0 931 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume">
nothing@0 932 <local:complexity>low</local:complexity>
nothing@0 933 <local:appdomain>several</local:appdomain>
nothing@0 934 <local:feature>Volume</local:feature>
nothing@0 935 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 936 <local:level>physical</local:level>
nothing@0 937 <local:domain>temporal</local:domain>
nothing@0 938 <local:computation>Power</local:computation>
nothing@0 939 <local:computation>Windowing</local:computation>
nothing@0 940 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 941 <local:dimensions>1</local:dimensions>
nothing@0 942 </rdf:Description>
nothing@0 943 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks">
nothing@0 944 <local:complexity>low</local:complexity>
nothing@0 945 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 946 <local:feature>SpectralPeaks</local:feature>
nothing@0 947 <local:temporalscale>interframe</local:temporalscale>
nothing@0 948 <local:level>physical</local:level>
nothing@0 949 <local:domain>frequency</local:domain>
nothing@0 950 <local:computation>Derivation, Difference</local:computation>
nothing@0 951 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 952 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 953 <local:computation>Windowing</local:computation>
nothing@0 954 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 955 <local:dimensions>parameterized</local:dimensions>
nothing@0 956 </rdf:Description>
nothing@0 957 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux">
nothing@0 958 <local:complexity>medium</local:complexity>
nothing@0 959 <local:appdomain>environmental sound recognition</local:appdomain>
nothing@0 960 <local:feature>SubbandSpectralFlux</local:feature>
nothing@0 961 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 962 <local:level>perceptual</local:level>
nothing@0 963 <local:domain>frequency</local:domain>
nothing@0 964 <local:computation>Mean</local:computation>
nothing@0 965 <local:computation>Normalization</local:computation>
nothing@0 966 <local:computation>Logarithm</local:computation>
nothing@0 967 <local:computation>Regression</local:computation>
nothing@0 968 <local:computation>Derivation, Difference</local:computation>
nothing@0 969 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 970 <local:computation>Windowing</local:computation>
nothing@0 971 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 972 <local:dimensions>8</local:dimensions>
nothing@0 973 </rdf:Description>
nothing@0 974 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric">
nothing@0 975 <local:complexity>medium</local:complexity>
nothing@0 976 <local:appdomain>audio segmentation</local:appdomain>
nothing@0 977 <local:feature>PulseMetric</local:feature>
nothing@0 978 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 979 <local:level>perceptual</local:level>
nothing@0 980 <local:domain>modulation frequency</local:domain>
nothing@0 981 <local:computation>Autocorrelation</local:computation>
nothing@0 982 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 983 <local:computation>Root Mean Square</local:computation>
nothing@0 984 <local:computation>Windowing</local:computation>
nothing@0 985 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 986 <local:dimensions>1</local:dimensions>
nothing@0 987 </rdf:Description>
nothing@0 988 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram">
nothing@0 989 <local:complexity>medium</local:complexity>
nothing@0 990 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 991 <local:feature>PitchHistogram</local:feature>
nothing@0 992 <local:temporalscale>interframe</local:temporalscale>
nothing@0 993 <local:level>perceptual</local:level>
nothing@0 994 <local:domain>frequency</local:domain>
nothing@0 995 <local:computation>Spectral binning</local:computation>
nothing@0 996 <local:computation>Root Mean Square</local:computation>
nothing@0 997 <local:computation>Autocorrelation</local:computation>
nothing@0 998 <local:computation>Windowing</local:computation>
nothing@0 999 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1000 <local:dimensions>parameterized</local:dimensions>
nothing@0 1001 </rdf:Description>
nothing@0 1002 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio">
nothing@0 1003 <local:complexity>low</local:complexity>
nothing@0 1004 <local:appdomain>several</local:appdomain>
nothing@0 1005 <local:feature>SubbandEnergyRatio</local:feature>
nothing@0 1006 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1007 <local:level>physical</local:level>
nothing@0 1008 <local:domain>frequency</local:domain>
nothing@0 1009 <local:computation>Energy Spectral Density</local:computation>
nothing@0 1010 <local:computation>Normalization</local:computation>
nothing@0 1011 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 1012 <local:computation>Regression</local:computation>
nothing@0 1013 <local:computation>Windowing</local:computation>
nothing@0 1014 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1015 <local:dimensions>parameterized</local:dimensions>
nothing@0 1016 </rdf:Description>
nothing@0 1017 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff">
nothing@0 1018 <local:complexity>low</local:complexity>
nothing@0 1019 <local:appdomain>several</local:appdomain>
nothing@0 1020 <local:feature>SpectralRolloff</local:feature>
nothing@0 1021 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1022 <local:level>perceptual</local:level>
nothing@0 1023 <local:domain>frequency</local:domain>
nothing@0 1024 <local:computation>Polynomial Root Finding</local:computation>
nothing@0 1025 <local:computation>Discrete Fourier Transform</local:computation>
nothing@0 1026 <local:computation>Windowing</local:computation>
nothing@0 1027 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1028 <local:dimensions>1</local:dimensions>
nothing@0 1029 </rdf:Description>
nothing@0 1030 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity">
nothing@0 1031 <local:complexity>medium</local:complexity>
nothing@0 1032 <local:appdomain>audio segmentation</local:appdomain>
nothing@0 1033 <local:feature>BandPeriodicity</local:feature>
nothing@0 1034 <local:temporalscale>interframe</local:temporalscale>
nothing@0 1035 <local:level>perceptual</local:level>
nothing@0 1036 <local:domain>modulation frequency</local:domain>
nothing@0 1037 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 1038 <local:computation>Root Mean Square</local:computation>
nothing@0 1039 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 1040 <local:computation>Autocorrelation</local:computation>
nothing@0 1041 <local:computation>Windowing</local:computation>
nothing@0 1042 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1043 <local:dimensions>4</local:dimensions>
nothing@0 1044 </rdf:Description>
nothing@0 1045 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform">
nothing@0 1046 <local:complexity>medium</local:complexity>
nothing@0 1047 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 1048 <local:feature>AdaptiveTimeFrequencyTransform</local:feature>
nothing@0 1049 <local:temporalscale>global</local:temporalscale>
nothing@0 1050 <local:level>physical</local:level>
nothing@0 1051 <local:domain>frequency</local:domain>
nothing@0 1052 <local:computation>Spectral binning</local:computation>
nothing@0 1053 <local:computation>Adaptive Time Frequency Transform</local:computation>
nothing@0 1054 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1055 <local:dimensions>42</local:dimensions>
nothing@0 1056 </rdf:Description>
nothing@0 1057 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient">
nothing@0 1058 <local:complexity>low</local:complexity>
nothing@0 1059 <local:appdomain>audio segmentation</local:appdomain>
nothing@0 1060 <local:feature>HarmonicCoefficient</local:feature>
nothing@0 1061 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1062 <local:level>perceptual</local:level>
nothing@0 1063 <local:domain>frequency</local:domain>
nothing@0 1064 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 1065 <local:computation>Autocorrelation</local:computation>
nothing@0 1066 <local:computation>Windowing</local:computation>
nothing@0 1067 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1068 <local:dimensions>1</local:dimensions>
nothing@0 1069 </rdf:Description>
nothing@0 1070 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients">
nothing@0 1071 <local:complexity>medium</local:complexity>
nothing@0 1072 <local:appdomain>speech recognition</local:appdomain>
nothing@0 1073 <local:feature>LinearPredictionCepstralCoefficients</local:feature>
nothing@0 1074 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1075 <local:abbreviation>LPCC</local:abbreviation>
nothing@0 1076 <local:level>physical</local:level>
nothing@0 1077 <local:domain>cepstral</local:domain>
nothing@0 1078 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 1079 <local:computation>Autoregression (Linear Prediction Analysis)</local:computation>
nothing@0 1080 <local:computation>Cepstral Recursion Formula</local:computation>
nothing@0 1081 <local:computation>Windowing</local:computation>
nothing@0 1082 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1083 <local:dimensions>parameterized</local:dimensions>
nothing@0 1084 </rdf:Description>
nothing@0 1085 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis">
nothing@0 1086 <local:complexity>high</local:complexity>
nothing@0 1087 <local:appdomain>fingerprinting</local:appdomain>
nothing@0 1088 <local:feature>DistortionDiscriminantAnalysis</local:feature>
nothing@0 1089 <local:temporalscale>interframe</local:temporalscale>
nothing@0 1090 <local:level>physical</local:level>
nothing@0 1091 <local:domain>eigendomain</local:domain>
nothing@0 1092 <local:computation>Modulated Complex Lapped Transform</local:computation>
nothing@0 1093 <local:computation>Logarithm</local:computation>
nothing@0 1094 <local:computation>Principal Component Analysis</local:computation>
nothing@0 1095 <local:computation>Windowing</local:computation>
nothing@0 1096 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1097 <local:dimensions>64</local:dimensions>
nothing@0 1098 </rdf:Description>
nothing@0 1099 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform">
nothing@0 1100 <local:complexity>low</local:complexity>
nothing@0 1101 <local:computation>Histogram</local:computation>
nothing@0 1102 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 1103 <local:computation>Windowing</local:computation>
nothing@0 1104 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 1105 <local:feature>MPEG7AudioWaveform</local:feature>
nothing@0 1106 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1107 <local:level>physical</local:level>
nothing@0 1108 <local:domain>temporal</local:domain>
nothing@0 1109 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1110 <local:dimensions>2</local:dimensions>
nothing@0 1111 </rdf:Description>
nothing@0 1112 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid">
nothing@0 1113 <local:complexity>low</local:complexity>
nothing@0 1114 <local:appdomain>music information retrieval</local:appdomain>
nothing@0 1115 <local:computedIn>MPEG-7</local:computedIn>
nothing@0 1116 <local:feature>MPEG7TemporalCentroid</local:feature>
nothing@0 1117 <local:temporalscale>interframe</local:temporalscale>
nothing@0 1118 <local:level>physical</local:level>
nothing@0 1119 <local:domain>temporal</local:domain>
nothing@0 1120 <local:computation>Power</local:computation>
nothing@0 1121 <local:computation>Mean</local:computation>
nothing@0 1122 <local:computation>Windowing</local:computation>
nothing@0 1123 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1124 <local:dimensions>1</local:dimensions>
nothing@0 1125 </rdf:Description>
nothing@0 1126 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch">
nothing@0 1127 <local:complexity>low</local:complexity>
nothing@0 1128 <local:appdomain>several</local:appdomain>
nothing@0 1129 <local:feature>Pitch</local:feature>
nothing@0 1130 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1131 <local:level>perceptual</local:level>
nothing@0 1132 <local:domain>frequency</local:domain>
nothing@0 1133 <local:computation>Sum, Weighted Sum</local:computation>
nothing@0 1134 <local:computation>Autocorrelation</local:computation>
nothing@0 1135 <local:computation>Windowing</local:computation>
nothing@0 1136 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1137 <local:dimensions>1</local:dimensions>
nothing@0 1138 </rdf:Description>
nothing@0 1139 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes">
nothing@0 1140 <local:complexity>medium</local:complexity>
nothing@0 1141 <local:appdomain>speech recognition</local:appdomain>
nothing@0 1142 <local:model>psychoacoustic</local:model>
nothing@0 1143 <local:feature>ZeroCrossingPeakAmplitudes</local:feature>
nothing@0 1144 <local:temporalscale>intraframe</local:temporalscale>
nothing@0 1145 <local:level>physical</local:level>
nothing@0 1146 <local:domain>temporal</local:domain>
nothing@0 1147 <local:computation>Spectral binning</local:computation>
nothing@0 1148 <local:computation>Band-pass Filter (Bank)</local:computation>
nothing@0 1149 <local:computation>Logarithm</local:computation>
nothing@0 1150 <local:computation>Root Mean Square</local:computation>
nothing@0 1151 <local:computation>Windowing</local:computation>
nothing@0 1152 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@0 1153 <local:dimensions>parameterized</local:dimensions>
nothing@0 1154 </rdf:Description>
nothing@0 1155 </rdf:RDF>