annotate rdfn3/af-Yaafe.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 Yaafe: <file:///Users/alo/MusicOntology/features/rdf/> .
nothing@0 2 @prefix dc: <http://purl.org/dc/elements/1.1/> .
nothing@0 3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
nothing@0 4
nothing@0 5 Yaafe:AmplitudeModulation a rdfs:Resource ;
nothing@0 6 dc:description "Tremelo and Grain description, according to [SE2005]_ and [AE2001]_." .
nothing@0 7
nothing@0 8 Yaafe:AutoCorrelation a rdfs:Resource ;
nothing@0 9 dc:description "Compute autocorrelation coefficients *ac* on each frames." .
nothing@0 10
nothing@0 11 Yaafe:AutoCorrelationPeaksIntegrator a rdfs:Resource ;
nothing@0 12 dc:description "Feature transform that compute peaks of the autocorrelation function, outputs peaks and amplitude." .
nothing@0 13
nothing@0 14 Yaafe:Cepstrum a rdfs:Resource ;
nothing@0 15 dc:description "Feature transform that compute cepstrum coefficients of input feature frames. (use DCT II)" .
nothing@0 16
nothing@0 17 Yaafe:ComplexDomainOnsetDetection a rdfs:Resource ;
nothing@0 18 dc:description "Compute onset detection using a complex domain spectral flux method [CD2003]_." .
nothing@0 19
nothing@0 20 Yaafe:Derivate a rdfs:Resource ;
nothing@0 21 dc:description "Compute temporal derivative of input feature. The derivative is approximated by" .
nothing@0 22
nothing@0 23 Yaafe:Energy a rdfs:Resource ;
nothing@0 24 dc:description "Compute energy as root mean square of an audio Frame." .
nothing@0 25
nothing@0 26 Yaafe:Envelope a rdfs:Resource ;
nothing@0 27 dc:description "Extract amplitude envelope using hilbert transform, low-pass filtering and decimation." .
nothing@0 28
nothing@0 29 Yaafe:EnvelopeShapeStatistics a rdfs:Resource ;
nothing@0 30 dc:description "Centroid, spread, skewness and kurtosis of each frame's amplitude envelope. For more details about moments, see :ref:Shape Statistics shapestatistics." .
nothing@0 31
nothing@0 32 Yaafe:Frames a rdfs:Resource ;
nothing@0 33 dc:description "Segment input signal into frames." .
nothing@0 34
nothing@0 35 Yaafe:HistogramIntegrator a rdfs:Resource ;
nothing@0 36 dc:description "Feature transform that compute histogram of input values" .
nothing@0 37
nothing@0 38 Yaafe:LPC a rdfs:Resource ;
nothing@0 39 dc:description "Compute the Linear Predictor Coefficients (LPC) of a signal frame. It uses autocorrelation and Levinson-Durbin algorithm. see [JM1975]_." .
nothing@0 40
nothing@0 41 Yaafe:LSF a rdfs:Resource ;
nothing@0 42 dc:description "Compute the Line Spectral Frequency (LSF) coefficients of a signal frame. Algorithm was adapted from ([TB2006]_, [SH1976]_)." .
nothing@0 43
nothing@0 44 Yaafe:Loudness a rdfs:Resource ;
nothing@0 45 dc:description "The loudness coefficients are the energy in each Bark band, normalized by the overall sum. see [GP2004]_ and [MG1997]_ for more details." .
nothing@0 46
nothing@0 47 Yaafe:MFCC a rdfs:Resource ;
nothing@0 48 dc:description "Compute the Mel-frequencies cepstrum coefficients [DM1980]_." .
nothing@0 49
nothing@0 50 Yaafe:MagnitudeSpectrum a rdfs:Resource ;
nothing@0 51 dc:description "Compute frame's magnitude spectrum, using an analysis window (Hanning or Hamming), or not." .
nothing@0 52
nothing@0 53 Yaafe:MelSpectrum a rdfs:Resource ;
nothing@0 54 dc:description "Compute the Mel-frequencies spectrum [DM1980]_." .
nothing@0 55
nothing@0 56 Yaafe:OBSI a rdfs:Resource ;
nothing@0 57 dc:description "Compute Octave band signal intensity using a trigular octave filter bank ([SE2005]_)." .
nothing@0 58
nothing@0 59 Yaafe:OBSIR a rdfs:Resource ;
nothing@0 60 dc:description "Compute log of :class:OBSI ratio between consecutive octave." .
nothing@0 61
nothing@0 62 Yaafe:PerceptualSharpness a rdfs:Resource ;
nothing@0 63 dc:description "Compute the sharpness of :class:Loudness coefficients, according to [GP2004]_." .
nothing@0 64
nothing@0 65 Yaafe:PerceptualSpread a rdfs:Resource ;
nothing@0 66 dc:description "Compute the spread of :class:Loudness coefficients, according to [GP2004]_." .
nothing@0 67
nothing@0 68 Yaafe:SlopeIntegrator a rdfs:Resource ;
nothing@0 69 dc:description "Feature transform that compute the slope of input feature over the given number of frames." .
nothing@0 70
nothing@0 71 Yaafe:SpectralCrestFactorPerBand a rdfs:Resource ;
nothing@0 72 dc:description "Compute spectral crest factor per log-spaced band of 1/4 octave." .
nothing@0 73
nothing@0 74 Yaafe:SpectralDecrease a rdfs:Resource ;
nothing@0 75 dc:description "Compute spectral decrease accoding to [GP2004]_." .
nothing@0 76
nothing@0 77 Yaafe:SpectralFlatness a rdfs:Resource ;
nothing@0 78 dc:description "Compute global spectral flatness using the ratio between geometric and arithmetic mean." .
nothing@0 79
nothing@0 80 Yaafe:SpectralFlatnessPerBand a rdfs:Resource ;
nothing@0 81 dc:description "Compute spectral flatness per log-spaced band of 1/4 octave, as proposed in MPEG7 standard." .
nothing@0 82
nothing@0 83 Yaafe:SpectralFlux a rdfs:Resource ;
nothing@0 84 dc:description "Compute flux of :class:spectrum MagnitudeSpectrum between consecutives frames." .
nothing@0 85
nothing@0 86 Yaafe:SpectralRolloff a rdfs:Resource ;
nothing@0 87 dc:description "Spectral roll-off is the frequency so that 99% of the energy is contained below. see [SS1997]_." .
nothing@0 88
nothing@0 89 Yaafe:SpectralShapeStatistics a rdfs:Resource ;
nothing@0 90 dc:description "Compute shape statistics of :class:MagnitudeSpectrum, (see [GR2004]_)." .
nothing@0 91
nothing@0 92 Yaafe:SpectralSlope a rdfs:Resource ;
nothing@0 93 dc:description "SpectralSlope is computed by linear regression of the spectral amplitude. (see [GP2004]_)" .
nothing@0 94
nothing@0 95 Yaafe:SpectralVariation a rdfs:Resource ;
nothing@0 96 dc:description "SpectralVariation is the normalized correlation of :class:spectrum MagnitudeSpectrum between consecutive frames. (see [GP2004]_)" .
nothing@0 97
nothing@0 98 Yaafe:StatisticalIntegrator a rdfs:Resource ;
nothing@0 99 dc:description "Feature transform that compute the temporal mean and variance of input feature over the given number of frames." .
nothing@0 100
nothing@0 101 Yaafe:TemporalShapeStatistics a rdfs:Resource ;
nothing@0 102 dc:description "Compute :ref:shape statistics shapestatistics of signal frames." .
nothing@0 103
nothing@0 104 Yaafe:ZCR a rdfs:Resource ;
nothing@0 105 dc:description "Compute zero-crossing rate in frames. see [SS1997]_." .
nothing@0 106