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