view rdf/af-aubio.rdf @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents 62d2c72e4223
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:local="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
  <rdf:Description rdf:about="Onset">
    <dc:description>Computes the onset detection function and detect peaks in these functions. When onsets are found above a given silence threshold, and after a minimum inter-onset interval, the output vector returned by aubio_onset_do is filled with 1. Otherwise, the output vector remains 0</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PeakPicker">
    <dc:description>Peak picking utilities function</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="Pitch">
    <dc:description>Generic method for pitch detection</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PitchFastComb">
    <dc:description>Pitch detection using a fast harmonic comb filter</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PitchMultiComb">
    <dc:description>Pitch detection using multiple-comb filter</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PitchSchmitt">
    <dc:description>Pitch detection using a Schmitt trigger</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PitchYin">
    <dc:description>Pitch detection using the YIN algorithm</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PitchFftYin">
    <dc:description>Pitch detection using a spectral implementation of the YIN algorithm</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="FilterbankMel">
    <dc:description>Mel frequency filter bank coefficients. Set filter bank coefficients to Mel frequency bands</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="FilterbankMel">
    <dc:description>Mel frequency filter bank coefficients. Set filter bank coefficients to Mel frequency bands</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="MFCC">
    <dc:description>Mel-frequency cepstrum coefficients object</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="TransientSteadyStateSeparation">
    <dc:description>Transient / Steady-state Separation (TSS)</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="OnsetDetectionFunction">
    <dc:description>These functions are designed to raise at notes attacks in music signals.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="EnergyBasedOnsetDetectionFunction">
    <dc:description>This function calculates the local energy of the input spectral frame.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="HighFrequencyContentOnsetDetectionFunction">
    <dc:description>This method computes the High Frequency Content (HFC) of the input spectral frame. The resulting function is efficient at detecting percussive onsets</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="ComplexDomainMethodOnsetDetectionFunction">
    <dc:description>Complex Domain Method onset detection function.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="PhaseBasedMethodOnsetDetectionFunction">
    <dc:description>Phase Based Method onset detection function.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="SpectralDifferenceMethodOnsetDetectionFunction">
    <dc:description>Spectral difference method onset detection function.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="KullbackLieblerOnsetDetectionFunction">
    <dc:description>Kullback-Liebler onset detection function.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>  
  <rdf:Description rdf:about="ModifiedKullbackLieblerOnsetDetectionFunction">
    <dc:description>Modified Kullback-Liebler onset detection function.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>  
  <rdf:Description rdf:about="ModifiedKullbackLieblerOnsetDetectionFunction">
    <dc:description>Modified Kullback-Liebler onset detection function.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="SpectralFlux">
    <dc:description>Spectral Flux</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="SpectralShapeDescriptors">
    <dc:description>Spectral shape descriptors</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>   
  <rdf:Description rdf:about="SpectralCentroid">
    <dc:description>The spectral centroid represents the barycenter of the spectrum.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>   
  <rdf:Description rdf:about="SpectralSpread">
    <dc:description>The spectral spread is the variance of the spectral distribution around its centroid.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>   
  <rdf:Description rdf:about="SpectralSkewness">
    <dc:description>The skewness is computed from the third order moment of the spectrum. A negative skewness indicates more energy on the lower part of the spectrum. A positive skewness indicates more energy on the high frequency of the spectrum.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>   
  <rdf:Description rdf:about="SpectralKurtosis">
    <dc:description>The kurtosis is a measure of the flatness of the spectrum, computed from the fourth order moment.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>   
  <rdf:Description rdf:about="SpectralSlope">
    <dc:description>The spectral slope represents decreasing rate of the spectral amplitude, computed using a linear regression.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>   
  <rdf:Description rdf:about="SpectralDecrease">
    <dc:description>The spectral decrease is another representation of the decreasing rate, based on perceptual criteria.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description> 
  <rdf:Description rdf:about="SpectralRolloff">
    <dc:description>This function returns the bin number below which 95% of the spectrum energy is found.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description> 
  <rdf:Description rdf:about="BeatTracking">
    <dc:description>Beat tracking using a context dependant model.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>  
  <rdf:Description rdf:about="Tempo">
    <dc:description>Tempo detection driver. This object stores all the memory required for tempo detection algorithm and returns the estimated beat locations.</dc:description>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>  
</rdf:RDF>