view rdfn3/af-aubio.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
line wrap: on
line source
@prefix aubio: <file:///Users/alo/MusicOntology/features/rdf/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

aubio:BeatTracking a rdfs:Resource ;
    dc:description "Beat tracking using a context dependant model." .

aubio:ComplexDomainMethodOnsetDetectionFunction a rdfs:Resource ;
    dc:description "Complex Domain Method onset detection function." .

aubio:EnergyBasedOnsetDetectionFunction a rdfs:Resource ;
    dc:description "This function calculates the local energy of the input spectral frame." .

aubio:FilterbankMel a rdfs:Resource ;
    dc:description "Mel frequency filter bank coefficients. Set filter bank coefficients to Mel frequency bands" .

aubio:HighFrequencyContentOnsetDetectionFunction a rdfs:Resource ;
    dc:description "This method computes the High Frequency Content (HFC) of the input spectral frame. The resulting function is efficient at detecting percussive onsets" .

aubio:KullbackLieblerOnsetDetectionFunction a rdfs:Resource ;
    dc:description "Kullback-Liebler onset detection function." .

aubio:MFCC a rdfs:Resource ;
    dc:description "Mel-frequency cepstrum coefficients object" .

aubio:ModifiedKullbackLieblerOnsetDetectionFunction a rdfs:Resource ;
    dc:description "Modified Kullback-Liebler onset detection function." .

aubio:Onset a rdfs:Resource ;
    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" .

aubio:OnsetDetectionFunction a rdfs:Resource ;
    dc:description "These functions are designed to raise at notes attacks in music signals." .

aubio:PeakPicker a rdfs:Resource ;
    dc:description "Peak picking utilities function" .

aubio:PhaseBasedMethodOnsetDetectionFunction a rdfs:Resource ;
    dc:description "Phase Based Method onset detection function." .

aubio:Pitch a rdfs:Resource ;
    dc:description "Generic method for pitch detection" .

aubio:PitchFastComb a rdfs:Resource ;
    dc:description "Pitch detection using a fast harmonic comb filter" .

aubio:PitchFftYin a rdfs:Resource ;
    dc:description "Pitch detection using a spectral implementation of the YIN algorithm" .

aubio:PitchMultiComb a rdfs:Resource ;
    dc:description "Pitch detection using multiple-comb filter" .

aubio:PitchSchmitt a rdfs:Resource ;
    dc:description "Pitch detection using a Schmitt trigger" .

aubio:PitchYin a rdfs:Resource ;
    dc:description "Pitch detection using the YIN algorithm" .

aubio:SpectralCentroid a rdfs:Resource ;
    dc:description "The spectral centroid represents the barycenter of the spectrum." .

aubio:SpectralDecrease a rdfs:Resource ;
    dc:description "The spectral decrease is another representation of the decreasing rate, based on perceptual criteria." .

aubio:SpectralDifferenceMethodOnsetDetectionFunction a rdfs:Resource ;
    dc:description "Spectral difference method onset detection function." .

aubio:SpectralFlux a rdfs:Resource ;
    dc:description "Spectral Flux" .

aubio:SpectralKurtosis a rdfs:Resource ;
    dc:description "The kurtosis is a measure of the flatness of the spectrum, computed from the fourth order moment." .

aubio:SpectralRolloff a rdfs:Resource ;
    dc:description "This function returns the bin number below which 95% of the spectrum energy is found." .

aubio:SpectralShapeDescriptors a rdfs:Resource ;
    dc:description "Spectral shape descriptors" .

aubio:SpectralSkewness a rdfs:Resource ;
    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." .

aubio:SpectralSlope a rdfs:Resource ;
    dc:description "The spectral slope represents decreasing rate of the spectral amplitude, computed using a linear regression." .

aubio:SpectralSpread a rdfs:Resource ;
    dc:description "The spectral spread is the variance of the spectral distribution around its centroid." .

aubio:Tempo a rdfs:Resource ;
    dc:description "Tempo detection driver. This object stores all the memory required for tempo detection algorithm and returns the estimated beat locations." .

aubio:TransientSteadyStateSeparation a rdfs:Resource ;
    dc:description "Transient / Steady-state Separation (TSS)" .