Mercurial > hg > audio-features-catalogue
changeset 2:c314ed54a13b
added fca data files
author | nothing@tehis.net |
---|---|
date | Tue, 26 Feb 2013 14:19:21 +0000 |
parents | 365a37a2fb6c |
children | b08d29ebb928 |
files | baseOnto.n3 fcadata/CLAM.cxt fcadata/CLAM.dot fcadata/MIREX.cxt fcadata/MIRToolbox.cxt fcadata/MIRToolbox.dot fcadata/Marsyas.cxt fcadata/Marsyas.dot fcadata/PsySound3.cxt fcadata/PsySound3.dot fcadata/SuperCollider.cxt fcadata/SuperCollider.dot fcadata/Vamp.cxt fcadata/Vamp.dot fcadata/Yaafe.cxt fcadata/Yaafe.dot fcadata/aubio.cxt fcadata/aubio.dot fcadata/base.cxt fcadata/base.dot fcadata/base2.cxt fcadata/base2.dot fcadata/comirva.cxt fcadata/comirva.dot fcadata/jMIR.cxt fcadata/jMIR.dot fcadata/libXtract.cxt fcadata/libXtract.dot fcadata/sMIRk.cxt fcadata/sMIRk.dot |
diffstat | 30 files changed, 6802 insertions(+), 1644 deletions(-) [+] |
line wrap: on
line diff
--- a/baseOnto.n3 Mon Feb 25 14:47:41 2013 +0000 +++ b/baseOnto.n3 Tue Feb 26 14:19:21 2013 +0000 @@ -1,1649 +1,3572 @@ +@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> . @prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix xml: <http://www.w3.org/XML/1998/namespace> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . - -<> a owl:Ontology ; - dc:description "This is a base ontology for the Audio Features engineering process collected from literature" ; - dc:title "Audio Features Base Ontology" ; - owl:versionInfo "Version 0.1" . - -<http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy> a owl:Class ; - rdfs:label "4 Hz Modulation Energy", - "4HzModulationEnergy" ; - af:application_domain af:AudioSegmentation ; - af:computation af:BandpassFilterBank, - af:DiscreteFourierTransform, - af:EnergySpectralDensity, - af:Normalization, - af:Regression, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "4 Hz Modulation Energy feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -<http://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients> a owl:Class ; - rdfs:label "4 Hz Modulation Harmonic Coefficients", - "4HzModulationHarmonicCoefficients" ; - af:application_domain af:AudioSegmentation ; - af:computation af:Autocorrelation, - af:BandpassFilterBank, - af:DiscreteCosineTransform, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "4 Hz Modulation Harmonic Coefficients feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:AmplitudeDescriptor a owl:Class ; - rdfs:label "Amplitude Descriptor", - "AmplitudeDescriptor" ; - af:application_domain af:EnvironmentalSoundRecognition ; - af:computation af:Mean, - af:Median, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 9 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Amplitude Descriptor feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:AuditoryFilterBankTemporalEnvelopes a owl:Class ; - rdfs:label "Auditory Filter Bank Temporal Envelopes", - "AuditoryFilterBankTemporalEnvelopes" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:BandpassFilterBank, - af:EnergySpectralDensity, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 62 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Auditory Filter Bank Temporal Envelopes feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:AutocorrelationMFCCs a owl:Class ; - rdfs:label "Autocorrelation MFCCs", - "AutocorrelationMFCCs" ; - af:application_domain af:SpeechRecognition ; - af:computation af:Autocorrelation, - af:DiscreteCosineTransform, - af:DiscreteFourierTransform, - af:Logarithm, - af:LowpassFilter, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Autocorrelation MFCCs feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:BandPeriodicity a owl:Class ; - rdfs:label "Band Periodicity", - "BandPeriodicity" ; - af:application_domain af:AudioSegmentation ; - af:computation af:Autocorrelation, - af:BandpassFilterBank, - af:RootMeanSquare, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 4 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Band Periodicity feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:Bandwidth a owl:Class ; - rdfs:label "Bandwidth" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:Median, - af:Regression, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Bandwidth feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:BarkscaleFrequencyCepstralCoefficients a owl:Class ; - rdfs:label "Bark-scale Frequency Cepstral Coefficients", - "BarkscaleFrequencyCepstralCoefficients" ; - af:application_domain af:Several ; - af:computation af:DiscreteCosineTransform, - af:DiscreteFourierTransform, - af:Logarithm, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Bark-scale Frequency Cepstral Coefficients feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:BeatHistogram a owl:Class ; - rdfs:label "Beat Histogram", - "BeatHistogram" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Autocorrelation, - af:DiscreteWaveletTransform, - af:LowpassFilter, - af:RootMeanSquare, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 6 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Beat Histogram feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:BeatSpectrum a owl:Class ; - rdfs:label "Beat Spectrum", - "BeatSpectrum" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Autocorrelation, - af:CrossCorrelation, - af:DiscreteFourierTransform, - af:Logarithm, - af:LowpassFilter, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Beat Spectrum feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:BeatTracker a owl:Class ; - rdfs:label "Beat Tracker", - "BeatTracker" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:BandpassFilterBank, - af:CombFilterBank, - af:DerivationDifference, - af:LowpassFilter, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Beat Tracker feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:ChromaCENSFeatures a owl:Class ; - rdfs:label "Chroma CENS Features", - "ChromaCENSFeatures" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:BandpassFilterBank, - af:LowpassFilter, - af:Normalization, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 12 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Chroma CENS Features feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:Chromagram a owl:Class ; - rdfs:label "Chromagram" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 12 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Chromagram feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:CyclicBeatSpectrum a owl:Class ; - rdfs:label "Cyclic Beat Spectrum", - "CyclicBeatSpectrum" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:CombFilterBank, - af:DerivationDifference, - af:DiscreteFourierTransform, - af:LowpassFilter, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Cyclic Beat Spectrum feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:DWPTbasedRhythmFeature a owl:Class ; - rdfs:label "DWPT-based Rhythm Feature", - "DWPTbasedRhythmFeature" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Autocorrelation, - af:DiscreteWaveletTransform, - af:RootMeanSquare, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "DWPT-based Rhythm Feature feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:DaubechiesWaveletCoefficientHistogram a owl:Class ; - rdfs:label "Daubechies Wavelet Coefficient Histogram", - "DaubechiesWaveletCoefficientHistogram" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteWaveletTransform, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 28 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Daubechies Wavelet Coefficient Histogram feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:DistortionDiscriminantAnalysis a owl:Class ; - rdfs:label "Distortion Discriminant Analysis", - "DistortionDiscriminantAnalysis" ; - af:application_domain af:Fingerprinting ; - af:computation af:Logarithm, - af:ModulatedComplexLappedTransform, - af:PrincipalComponentAnalysis, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 64 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Distortion Discriminant Analysis feature" ; - rdfs:subClassOf af:EigendomainFeature ; - vs:term_status "testing" . - -af:HarmonicCoefficient a owl:Class ; - rdfs:label "Harmonic Coefficient", - "HarmonicCoefficient" ; - af:application_domain af:AudioSegmentation ; - af:computation af:Autocorrelation, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Harmonic Coefficient feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:HarmonicConcentration a owl:Class ; - rdfs:label "Harmonic Concentration", - "HarmonicConcentration" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:EnergySpectralDensity, - af:LevelCrossingDetector, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Harmonic Concentration feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:HarmonicDerivate a owl:Class ; - rdfs:label "Harmonic Derivate", - "HarmonicDerivate" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DerivationDifference, - af:DiscreteFourierTransform, - af:Logarithm, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Harmonic Derivate feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:HarmonicEnergyEntropy a owl:Class ; - rdfs:label "Harmonic Energy Entropy", - "HarmonicEnergyEntropy" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:Entropy, - af:LevelCrossingDetector, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Harmonic Energy Entropy feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:HarmonicProminence a owl:Class ; - rdfs:label "Harmonic Prominence", - "HarmonicProminence" ; - af:application_domain af:EnvironmentalSoundRecognition ; - af:computation af:Autocorrelation, - af:LevelCrossingDetector, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Harmonic Prominence feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:Inharmonicity a owl:Class ; - rdfs:label "Inharmonicity" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Autocorrelation, - af:LevelCrossingDetector, - af:Median, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Inharmonicity feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:IntegralLoudness a owl:Class ; - rdfs:label "Integral Loudness", - "IntegralLoudness" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:ExponentialFunction, - af:Logarithm, - af:NonLinearWeightingFunction, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Integral Loudness feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:JointAcousticandModuluationFrequency a owl:Class ; - rdfs:label "Joint Acoustic and Moduluation Frequency", - "JointAcousticandModuluationFrequency" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:DiscreteWaveletTransform, - af:LowpassFilter, - af:Regression, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Joint Acoustic and Moduluation Frequency feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:LineSpectralFrequencies a owl:Class ; - rdfs:label "Line Spectral Frequencies", - "LineSpectralFrequencies" ; - af:application_domain af:Several ; - af:computation af:AutoregressionLinearPredictionAnalysis, - af:Percentile, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Line Spectral Frequencies feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:LinearPredictionCepstralCoefficients a owl:Class ; - rdfs:label "Linear Prediction Cepstral Coefficients", - "LinearPredictionCepstralCoefficients" ; - af:abbreviation "LPCC" ; - af:application_domain af:SpeechRecognition ; - af:computation af:AutoregressionLinearPredictionAnalysis, - af:BandpassFilterBank, - af:CepstralRecursionFormula, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Linear Prediction Cepstral Coefficients feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:LinearPredictionZCR a owl:Class ; - rdfs:label "Linear Prediction ZCR", - "LinearPredictionZCR" ; - af:application_domain af:SpeechRecognition ; - af:computation af:AutoregressionLinearPredictionAnalysis, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Linear Prediction ZCR feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:LinearPredictiveCoding a owl:Class ; - rdfs:label "Linear Predictive Coding", - "LinearPredictiveCoding" ; - af:abbreviation "LPC" ; - af:application_domain af:SpeechRecognition ; - af:computation af:AutoregressionLinearPredictionAnalysis, - af:BandpassFilterBank, - af:DiscreteFourierTransform, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Linear Predictive Coding feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:MPEG7AudioFundamentalFrequency a owl:Class ; - rdfs:label "MPEG-7 Audio Fundamental Frequency", - "MPEG7AudioFundamentalFrequency" ; - af:application_domain af:Several ; - af:computation af:Autocorrelation, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 2 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Audio Fundamental Frequency feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7AudioHarmonicity a owl:Class ; - rdfs:label "MPEG-7 Audio Harmonicity", - "MPEG7AudioHarmonicity" ; - af:application_domain af:Several ; - af:computation af:Autocorrelation, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 2 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Audio Harmonicity feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7AudioSpectrumBasis a owl:Class ; - rdfs:label "MPEG-7 Audio Spectrum Basis", - "MPEG7AudioSpectrumBasis" ; - af:application_domain af:EnvironmentalSoundRecognition ; - af:computation af:DiscreteFourierTransform, - af:IndependentComponentAnalysis, - af:Logarithm, - af:Normalization, - af:Regression, - af:SingularValueDecomposition, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "MPEG-7 Audio Spectrum Basis feature" ; - rdfs:subClassOf af:EigendomainFeature ; - vs:term_status "testing" . - -af:MPEG7AudioSpectrumCentroid a owl:Class ; - rdfs:label "MPEG-7 Audio Spectrum Centroid", - "MPEG7AudioSpectrumCentroid" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:Mean, - af:Regression, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Audio Spectrum Centroid feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7AudioSpectrumSpread a owl:Class ; - rdfs:label "MPEG-7 Audio Spectrum Spread", - "MPEG7AudioSpectrumSpread" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:Median, - af:Regression, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Audio Spectrum Spread feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7AudioWaveform a owl:Class ; - rdfs:label "MPEG-7 Audio Waveform", - "MPEG7AudioWaveform" ; - af:computation af:Histogram, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 2 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Audio Waveform feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:MPEG7HarmonicSpectralCentroid a owl:Class ; - rdfs:label "MPEG-7 Harmonic Spectral Centroid", - "MPEG7HarmonicSpectralCentroid" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:LevelCrossingDetector, - af:Mean, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Harmonic Spectral Centroid feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7HarmonicSpectralDeviation a owl:Class ; - rdfs:label "MPEG-7 Harmonic Spectral Deviation", - "MPEG7HarmonicSpectralDeviation" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:LevelCrossingDetector, - af:Logarithm, - af:Mean, - af:Median, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Harmonic Spectral Deviation feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7HarmonicSpectralSpread a owl:Class ; - rdfs:label "MPEG-7 Harmonic Spectral Spread", - "MPEG7HarmonicSpectralSpread" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:LevelCrossingDetector, - af:Median, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Harmonic Spectral Spread feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7HarmonicSpectralVariation a owl:Class ; - rdfs:label "MPEG-7 Harmonic Spectral Variation", - "MPEG7HarmonicSpectralVariation" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:CrossCorrelation, - af:DiscreteFourierTransform, - af:LevelCrossingDetector, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "MPEG-7 Harmonic Spectral Variation feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:MPEG7LogAttackTime a owl:Class ; - rdfs:label "MPEG-7 Log Attack Time", - "MPEG7LogAttackTime" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Logarithm, - af:Power, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:Global ; - rdfs:comment "MPEG-7 Log Attack Time feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:MPEG7SpectralCentroid a owl:Class ; - rdfs:label "MPEG-7 Spectral Centroid", - "MPEG7SpectralCentroid" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:Mean ; - af:computational_complexity af:LowComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:Global ; - rdfs:comment "MPEG-7 Spectral Centroid feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:MPEG7TemporalCentroid a owl:Class ; - rdfs:label "MPEG-7 Temporal Centroid", - "MPEG7TemporalCentroid" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Mean, - af:Power, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:computedIn "MPEG-7" ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "MPEG-7 Temporal Centroid feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:Maximum a owl:Class ; - rdfs:label "Maximum" ; - rdfs:subClassOf af:Aggregation . - -af:MelscaleFrequencyCepstralCoefficients a owl:Class ; - rdfs:label "Mel-scale Frequency Cepstral Coefficients", - "MelscaleFrequencyCepstralCoefficients" ; - af:abbreviation "MFCC" ; - af:application_domain af:Several ; - af:computation af:DiscreteCosineTransform, - af:DiscreteFourierTransform, - af:Logarithm, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Mel-scale Frequency Cepstral Coefficients feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:Minimum a owl:Class ; - rdfs:label "Minimum" ; - rdfs:subClassOf af:Aggregation . - -af:ModifiedGroupDelay a owl:Class ; - rdfs:label "Modified Group Delay", - "ModifiedGroupDelay" ; - af:application_domain af:SpeechRecognition ; - af:computation af:DiscreteCosineTransform, - af:DiscreteFourierTransform, - af:GroupDelayFunction, - af:LowpassFilter, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Modified Group Delay feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:MultiresolutionEntropy a owl:Class ; - rdfs:label "Multi-resolution Entropy", - "MultiresolutionEntropy" ; - af:application_domain af:SpeechRecognition ; - af:computation af:DiscreteFourierTransform, - af:Entropy, - af:Normalization, - af:Regression, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Multi-resolution Entropy feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:NoiseRobustAuditoryFeature a owl:Class ; - rdfs:label "Noise-Robust Auditory Feature", - "NoiseRobustAuditoryFeature" ; - af:application_domain af:EnvironmentalSoundRecognition ; - af:computation af:BandpassFilterBank, - af:DerivationDifference, - af:DiscreteCosineTransform, - af:Logarithm, - af:LowpassFilter, - af:NonLinearWeightingFunction, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 256 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Noise-Robust Auditory Feature feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:PerceptualLinearPrediction a owl:Class ; - rdfs:label "Perceptual Linear Prediction", - "PerceptualLinearPrediction" ; - af:application_domain af:SpeechRecognition ; - af:computation af:AutoregressionLinearPredictionAnalysis, - af:CepstralRecursionFormula, - af:DiscreteCosineTransform, - af:DiscreteFourierTransform, - af:NonLinearWeightingFunction, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Perceptual Linear Prediction feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:PhaseSpaceFeatures a owl:Class ; - rdfs:label "Phase Space Features", - "PhaseSpaceFeatures" ; - af:application_domain af:SpeechRecognition ; - af:computation af:PhaseSpaceEmbedding, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Phase Space Features feature" ; - rdfs:subClassOf af:PhasespaceFeature ; - vs:term_status "testing" . - -af:Pitch a owl:Class ; - rdfs:label "Pitch" ; - af:application_domain af:Several ; - af:computation af:Autocorrelation, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Pitch feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:PitchHistogram a owl:Class ; - rdfs:label "Pitch Histogram", - "PitchHistogram" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:Autocorrelation, - af:RootMeanSquare, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Pitch Histogram feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:PitchProfile a owl:Class ; - rdfs:label "Pitch Profile", - "PitchProfile" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:ConstantQTransform, - af:RootMeanSquare, - af:Spectralbinning, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 12 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Pitch Profile feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:PitchSynchronousZCPA a owl:Class ; - rdfs:label "Pitch Synchronous ZCPA", - "PitchSynchronousZCPA" ; - af:application_domain af:SpeechRecognition ; - af:computation af:Autocorrelation, - af:BandpassFilterBank, - af:Logarithm, - af:RootMeanSquare, - af:Spectralbinning, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Pitch Synchronous ZCPA feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:PsychoacousticalPitch a owl:Class ; - rdfs:label "Psychoacoustical Pitch", - "PsychoacousticalPitch" ; - af:application_domain af:Several ; - af:computation af:Autocorrelation, - af:BandpassFilterBank, - af:NonLinearWeightingFunction, - af:RootMeanSquare ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Psychoacoustical Pitch feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:PulseMetric a owl:Class ; - rdfs:label "Pulse Metric", - "PulseMetric" ; - af:application_domain af:AudioSegmentation ; - af:computation af:Autocorrelation, - af:BandpassFilterBank, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Pulse Metric feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:RatescalefrequencyFeatures a owl:Class ; - rdfs:label "Rate-scale-frequency Features", - "RatescalefrequencyFeatures" ; - af:application_domain af:EnvironmentalSoundRecognition ; - af:computation af:BandpassFilterBank, - af:DerivationDifference, - af:DiscreteWaveletTransform, - af:LowpassFilter, - af:NonLinearWeightingFunction, - af:PrincipalComponentAnalysis, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 256 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Rate-scale-frequency Features feature" ; - rdfs:subClassOf af:EigendomainFeature ; - vs:term_status "testing" . - -af:RelativeSpectralPLP a owl:Class ; - rdfs:label "Relative Spectral PLP", - "RelativeSpectralPLP" ; - af:application_domain af:SpeechRecognition ; - af:computation af:AutoregressionLinearPredictionAnalysis, - af:BandpassFilterBank, - af:CepstralRecursionFormula, - af:DiscreteCosineTransform, - af:DiscreteFourierTransform, - af:ExponentialFunction, - af:Logarithm, - af:NonLinearWeightingFunction, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Relative Spectral PLP feature" ; - rdfs:subClassOf af:CepstralFeature ; - vs:term_status "testing" . - -af:RhythmPatterns a owl:Class ; - rdfs:label "Rhythm Patterns", - "RhythmPatterns" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:HarmonicPeakDetection, - af:Logarithm, - af:LowpassFilter, - af:NonLinearWeightingFunction, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions 80 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Rhythm Patterns feature" ; - rdfs:subClassOf af:ModulationfrequencyFeature ; - vs:term_status "testing" . - -af:Sharpness a owl:Class ; - rdfs:label "Sharpness" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:Mean, - af:NonLinearWeightingFunction, - af:Regression, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Sharpness feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:ShortTimeEnergy a owl:Class ; - rdfs:label "Short-Time Energy", - "ShortTimeEnergy" ; - af:application_domain af:Several ; - af:computation af:DeviationSumofDifferences, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Short-Time Energy feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:Sone a owl:Class ; - rdfs:label "Sone" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:LowpassFilter, - af:NonLinearWeightingFunction, - af:Regression, - af:Windowing ; - af:computational_complexity af:HighComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Sone feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralCenter a owl:Class ; - rdfs:label "Spectral Center", - "SpectralCenter" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:EnergySpectralDensity, - af:HarmonicPeakDetection, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Center feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralCentroid a owl:Class ; - rdfs:label "Spectral Centroid", - "SpectralCentroid" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:Mean, - af:Regression, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Centroid feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralCrest a owl:Class ; - rdfs:label "Spectral Crest", - "SpectralCrest" ; - af:application_domain af:Fingerprinting ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:Mean, - af:Regression, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Crest feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralDispersion a owl:Class ; - rdfs:label "Spectral Dispersion", - "SpectralDispersion" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DiscreteFourierTransform, - af:EnergySpectralDensity, - af:HarmonicPeakDetection, - af:Median, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Dispersion feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralFlatness a owl:Class ; - rdfs:label "Spectral Flatness", - "SpectralFlatness" ; - af:application_domain af:Fingerprinting ; - af:computation af:DiscreteFourierTransform, - af:Logarithm, - af:Mean, - af:Regression, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Flatness feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralFlux a owl:Class ; - rdfs:label "Spectral Flux", - "SpectralFlux" ; - af:abbreviation "SF" ; - af:application_domain af:Several ; - af:computation af:DerivationDifference, - af:DiscreteFourierTransform, - af:RootMeanSquare, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Flux feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:SpectralPeakStructure a owl:Class ; - rdfs:label "Spectral Peak Structure", - "SpectralPeakStructure" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DerivationDifference, - af:DiscreteFourierTransform, - af:Entropy, - af:LevelCrossingDetector, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Peak Structure feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralPeaks a owl:Class ; - rdfs:label "Spectral Peaks", - "SpectralPeaks" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:DerivationDifference, - af:DiscreteFourierTransform, - af:SumWeightedSum, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:InterFrame ; - rdfs:comment "Spectral Peaks feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:SpectralRolloff a owl:Class ; - rdfs:label "Spectral Rolloff", - "SpectralRolloff" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:PolynomialRootFinding, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Rolloff feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:SpectralSlope a owl:Class ; - rdfs:label "Spectral Slope", - "SpectralSlope" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:PeakDetection, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 4 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Spectral Slope feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:SubbandEnergyRatio a owl:Class ; - rdfs:label "Subband Energy Ratio", - "SubbandEnergyRatio" ; - af:application_domain af:Several ; - af:computation af:DiscreteFourierTransform, - af:EnergySpectralDensity, - af:Normalization, - af:Regression, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Subband Energy Ratio feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature ; - vs:term_status "testing" . - -af:SubbandSpectralFlux a owl:Class ; - rdfs:label "Subband Spectral Flux", - "SubbandSpectralFlux" ; - af:application_domain af:EnvironmentalSoundRecognition ; - af:computation af:DerivationDifference, - af:DiscreteFourierTransform, - af:Logarithm, - af:Mean, - af:Normalization, - af:Regression, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 8 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PerceptualFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Subband Spectral Flux feature" ; - rdfs:subClassOf af:FrequencyDomainPerceptualFeature ; - vs:term_status "testing" . - -af:Volume a owl:Class ; - rdfs:label "Volume" ; - af:application_domain af:Several ; - af:computation af:Power, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Volume feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:ZeroCrossingPeakAmplitudes a owl:Class ; - rdfs:label "Zero Crossing Peak Amplitudes", - "ZeroCrossingPeakAmplitudes" ; - af:application_domain af:SpeechRecognition ; - af:computation af:BandpassFilterBank, - af:Logarithm, - af:RootMeanSquare, - af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:MediumComplexity ; - af:dimensions af:ParametrizedDimensions ; - af:psychoacoustic_model true ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Zero Crossing Peak Amplitudes feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:ZeroCrossingRate a owl:Class ; - rdfs:label "Zero Crossing Rate", - "ZeroCrossingRate" ; - af:abbreviation "ZCR" ; - af:application_domain af:Several ; - af:computation af:Spectralbinning, - af:Windowing ; - af:computational_complexity af:LowComplexity ; - af:dimensions 1 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:IntraFrame ; - rdfs:comment "Zero Crossing Rate feature" ; - rdfs:subClassOf af:TemporalFeature ; - vs:term_status "testing" . - -af:application_domain a rdf:Property ; - rdfs:comment "application domain property" ; - rdfs:range af:ApplicationDomain ; - vs:term_status "testing" . - -af:computational_complexity a rdf:Property ; - rdfs:range af:ComputationalComplexity ; - vs:term_status "testing" . - -af:dimensions a rdf:Property ; - rdfs:range af:ParametrizedDimensions, - xsd:Integer . - -af:psychoacoustic_model a rdf:Property ; - rdfs:range xsd:Boolean ; - vs:term_status "testing" . - -af:semantic_interpretation a rdf:Property ; - vs:term_status "testing" . - -af:temporal_scale a rdf:Property ; - rdfs:range af:TemporalScale . - -vs:term_status a owl:AnnotationProperty . - -af:AdaptiveTimeFrequencyTransform a owl:Class ; - rdfs:label "Adaptive Time Frequency Transform", - "Adaptive Time-Frequency Transform", - "AdaptiveTimeFrequencyTransform" ; - af:application_domain af:MusicInformationRetrieval ; - af:computation af:AdaptiveTimeFrequencyTransform, - af:Spectralbinning ; - af:computational_complexity af:MediumComplexity ; - af:dimensions 42 ; - af:psychoacoustic_model false ; - af:semantic_interpretation af:PhysicalFeature ; - af:temporal_scale af:Global ; - rdfs:comment "Adaptive Time-Frequency Transform feature" ; - rdfs:subClassOf af:FrequencyDomainPhysicalFeature, - af:Transformation ; - vs:term_status "testing" . - -af:ConstantQTransform a owl:Class ; - rdfs:label "Constant Q Transform" ; - rdfs:subClassOf af:Transformation . - -af:DeviationSumofDifferences a owl:Class ; - rdfs:label "Deviation, Sum of Differences" ; - rdfs:subClassOf af:Aggregation . - -af:GroupDelayFunction a owl:Class ; - rdfs:label "Group Delay Function" ; - rdfs:subClassOf af:Filter . - -af:Histogram a owl:Class ; - rdfs:label "Histogram" ; - rdfs:subClassOf af:Aggregation . - -af:IndependentComponentAnalysis a owl:Class ; - rdfs:label "Independent Component Analysis" ; - rdfs:subClassOf af:Transformation . - -af:ModulatedComplexLappedTransform a owl:Class ; - rdfs:label "Modulated Complex Lapped Transform" ; - rdfs:subClassOf af:Transformation . - -af:PeakDetection a owl:Class ; - rdfs:label "Peak Detection" ; - rdfs:subClassOf af:Aggregation . - -af:Percentile a owl:Class ; - rdfs:label "Percentile" ; - rdfs:subClassOf af:Aggregation . - -af:PhaseSpaceEmbedding a owl:Class ; - rdfs:label "Phase Space Embedding" ; - rdfs:subClassOf af:Transformation . - -af:PhasespaceFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:PolynomialRootFinding a owl:Class ; - rdfs:label "Polynomial Root Finding" ; - rdfs:subClassOf af:Aggregation . - -af:Signal a owl:Class . - -af:SingularValueDecomposition a owl:Class ; - rdfs:label "Singular Value Decomposition" ; - rdfs:subClassOf af:Transformation . - -af:CombFilterBank a owl:Class ; - rdfs:label "Comb Filter (Bank)" ; - rdfs:subClassOf af:Filter . - -af:CrossCorrelation a owl:Class ; - rdfs:label "Cross-Correlation" ; - rdfs:subClassOf af:Transformation . - -af:ExponentialFunction a owl:Class ; - rdfs:label "Exponential Function" ; - rdfs:subClassOf af:Filter . - -af:FrequencyFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:PrincipalComponentAnalysis a owl:Class ; - rdfs:label "Principal Component Analysis" ; - rdfs:subClassOf af:Transformation . - -af:CepstralRecursionFormula a owl:Class ; - rdfs:label "Cepstral Recursion Formula" ; - rdfs:subClassOf af:Filter . - -af:EigendomainFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:Entropy a owl:Class ; - rdfs:label "Entropy" ; - rdfs:subClassOf af:Aggregation . - -af:Fingerprinting a owl:Class ; - rdfs:subClassOf af:ApplicationDomain . - -af:Global a owl:Class ; - rdfs:subClassOf af:TemporalScale . - -af:HarmonicPeakDetection a owl:Class ; - rdfs:label "Harmonic Peak Detection" ; - rdfs:subClassOf af:Aggregation . - -af:MathematicalOperation a owl:Class . - -af:Power a owl:Class ; - rdfs:label "Power" ; - rdfs:subClassOf af:Aggregation . - -af:ComputationalComplexity a owl:Class . - -af:TemporalScale a owl:Class . - -af:AudioSegmentation a owl:Class ; - rdfs:subClassOf af:ApplicationDomain . - -af:DiscreteWaveletTransform a owl:Class ; - rdfs:label "Discrete Wavelet Transform" ; - rdfs:subClassOf af:Transformation . - -af:AutoregressionLinearPredictionAnalysis a owl:Class ; - rdfs:label "Autoregression (Linear Prediction Analysis)" ; - rdfs:subClassOf af:Filter . - -af:EnergySpectralDensity a owl:Class ; - rdfs:label "Energy Spectral Density" ; - rdfs:subClassOf af:Filter . - -af:EnvironmentalSoundRecognition a owl:Class ; - rdfs:subClassOf af:ApplicationDomain . - -af:Normalization a owl:Class ; - rdfs:label "Normalization" ; - rdfs:subClassOf af:Filter . - -af:ApplicationDomain a owl:Class . - -af:CepstralFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:Median a owl:Class ; - rdfs:label "Median" ; - rdfs:subClassOf af:Aggregation . - -af:DiscreteCosineTransform a owl:Class ; - rdfs:label "Discrete Cosine Transform" ; - rdfs:subClassOf af:Transformation . - -af:Feature a owl:Class ; - owl:subClassOf af:Signal . - -af:DerivationDifference a owl:Class ; - rdfs:label "Derivation, Difference" ; - rdfs:subClassOf af:Filter . - -af:LevelCrossingDetector a owl:Class ; - rdfs:label "Level Crossing Detector" ; - rdfs:subClassOf af:Aggregation . - -af:NonLinearWeightingFunction a owl:Class ; - rdfs:label "(Non-) Linear Weighting Function" ; - rdfs:subClassOf af:Filter . - -af:FrequencyDomainPhysicalFeature a owl:Class ; - rdfs:subClassOf af:FrequencyFeature ; - owl:equivalentClass af:PhysicalFeature . - -af:TemporalFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:Mean a owl:Class ; - rdfs:label "Mean" ; - rdfs:subClassOf af:Aggregation . - -af:SpeechRecognition a owl:Class ; - rdfs:subClassOf af:ApplicationDomain . - -af:SumWeightedSum a owl:Class ; - rdfs:label "Sum, Weighted Sum" ; - rdfs:subClassOf af:Aggregation . - -af:LowpassFilter a owl:Class ; - rdfs:label "Low-pass Filter" ; - rdfs:subClassOf af:Filter . - -af:ModulationfrequencyFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:Spectralbinning a owl:Class ; - rdfs:label "Spectral binning" ; - rdfs:subClassOf af:Aggregation . - -af:Filter a owl:Class ; - rdfs:subClassOf af:MathematicalOperation . - -af:Transformation a owl:Class ; - rdfs:subClassOf af:MathematicalOperation . - -af:BandpassFilterBank a owl:Class ; - rdfs:label "Band-pass Filter (Bank)", - "Band-pass Filter Bank" ; - rdfs:subClassOf af:Filter, - af:Transformation . - -af:Autocorrelation a owl:Class ; - rdfs:label "Autocorrelation" ; - rdfs:subClassOf af:Transformation . - -af:InterFrame a owl:Class ; - rdfs:subClassOf af:TemporalScale . - -af:Aggregation a owl:Class ; - rdfs:subClassOf af:MathematicalOperation . - -af:HighComplexity a owl:Class ; - rdfs:subClassOf af:ComputationalComplexity . - -af:Regression a owl:Class ; - rdfs:label "Regression" ; - rdfs:subClassOf af:Aggregation . - -af:Several a owl:Class ; - rdfs:subClassOf af:ApplicationDomain . - -af:RootMeanSquare a owl:Class ; - rdfs:label "Root Mean Square" ; - rdfs:subClassOf af:Aggregation . - -af:LowComplexity a owl:Class ; - rdfs:subClassOf af:ComputationalComplexity . - -af:Logarithm a owl:Class ; - rdfs:label "Logarithm" ; - rdfs:subClassOf af:Filter . - -af:ParametrizedDimensions a owl:Class . - -af:MusicInformationRetrieval a owl:Class ; - rdfs:subClassOf af:ApplicationDomain . - -af:FrequencyDomainPerceptualFeature a owl:Class ; - rdfs:subClassOf af:FrequencyFeature ; - owl:equivalentClass af:PerceptualFeature . - -af:MediumComplexity a owl:Class ; - rdfs:subClassOf af:ComputationalComplexity . - -af:PhysicalFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:DiscreteFourierTransform a owl:Class ; - rdfs:label "Discrete Fourier Transform" ; - rdfs:subClassOf af:Transformation . - -af:PerceptualFeature a owl:Class ; - rdfs:subClassOf af:Feature . - -af:IntraFrame a owl:Class ; - rdfs:subClassOf af:TemporalScale . - -af:Windowing a owl:Class ; - rdfs:label "Windowing" ; - rdfs:subClassOf af:Filter . - +@base <AudioFeatures> . + +<AudioFeatures> rdf:type owl:Ontology ; + + owl:versionInfo "Version 0.1" ; + + dc:description "This is a base ontology for the Audio Features engineering process collected from literature" ; + + dc:title "Audio Features Base Ontology" . + + +################################################################# +# +# Annotation properties +# +################################################################# + + +<AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "application domain property"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> rdf:type owl:AnnotationProperty . + + + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + + + +################################################################# +# +# Datatypes +# +################################################################# + + +### AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral + +<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> rdf:type rdfs:Datatype . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean + +<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> rdf:type rdfs:Datatype . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer + +<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> rdf:type rdfs:Datatype . + + + + + +################################################################# +# +# Object Properties +# +################################################################# + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> rdf:type owl:ObjectProperty ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "application domain property"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> rdf:type owl:ObjectProperty ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> rdf:type owl:ObjectProperty ; + + rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> , + <AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> rdf:type owl:ObjectProperty ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + rdfs:range <AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> rdf:type owl:ObjectProperty ; + + rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> . + + + + + +################################################################# +# +# Classes +# +################################################################# + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4 Hz Modulation Energy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "4 Hz Modulation Energy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4HzModulationEnergy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4 Hz Modulation Harmonic Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "4 Hz Modulation Harmonic Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4HzModulationHarmonicCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "42"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Adaptive Time Frequency Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> , + "Adaptive Time-Frequency Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Adaptive Time-Frequency Transform feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AdaptiveTimeFrequencyTransform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "9"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Amplitude Descriptor"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Amplitude Descriptor feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AmplitudeDescriptor"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "62"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Auditory Filter Bank Temporal Envelopes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Auditory Filter Bank Temporal Envelopes feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AuditoryFilterBankTemporalEnvelopes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Autocorrelation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Autocorrelation MFCCs"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Autocorrelation MFCCs feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AutocorrelationMFCCs"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Autoregression (Linear Prediction Analysis)"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "4"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Band Periodicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Band Periodicity feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BandPeriodicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Band-pass Filter (Bank)"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> , + "Band-pass Filter Bank"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Bandwidth"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Bandwidth feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Bark-scale Frequency Cepstral Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Bark-scale Frequency Cepstral Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BarkscaleFrequencyCepstralCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "6"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Beat Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Beat Histogram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BeatHistogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Beat Spectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Beat Spectrum feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BeatSpectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Beat Tracker"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Beat Tracker feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BeatTracker"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Cepstral Recursion Formula"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "12"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Chroma CENS Features"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Chroma CENS Features feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ChromaCENSFeatures"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "12"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Chromagram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Chromagram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Comb Filter (Bank)"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Constant Q Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Cross-Correlation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Cyclic Beat Spectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Cyclic Beat Spectrum feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "CyclicBeatSpectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DWPT-based Rhythm Feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "DWPT-based Rhythm Feature feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DWPTbasedRhythmFeature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "28"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Daubechies Wavelet Coefficient Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Daubechies Wavelet Coefficient Histogram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DaubechiesWaveletCoefficientHistogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Derivation, Difference"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Deviation, Sum of Differences"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Discrete Cosine Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Discrete Fourier Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Discrete Wavelet Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "64"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Distortion Discriminant Analysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Distortion Discriminant Analysis feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DistortionDiscriminantAnalysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Energy Spectral Density"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Entropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Exponential Function"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> rdf:type owl:Class ; + + owl:equivalentClass <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> rdf:type owl:Class ; + + owl:equivalentClass <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Group Delay Function"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Coefficient"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Coefficient feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicCoefficient"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Concentration"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Concentration feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicConcentration"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Derivate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Derivate feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicDerivate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Energy Entropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Energy Entropy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicEnergyEntropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Peak Detection"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Prominence"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Prominence feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicProminence"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Independent Component Analysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Inharmonicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Inharmonicity feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Integral Loudness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Integral Loudness feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "IntegralLoudness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Joint Acoustic and Moduluation Frequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Joint Acoustic and Moduluation Frequency feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "JointAcousticandModuluationFrequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Level Crossing Detector"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Line Spectral Frequencies"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Line Spectral Frequencies feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LineSpectralFrequencies"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "LPCC"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Linear Prediction Cepstral Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Linear Prediction Cepstral Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LinearPredictionCepstralCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Linear Prediction ZCR"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Linear Prediction ZCR feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LinearPredictionZCR"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "LPC"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Linear Predictive Coding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Linear Predictive Coding feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LinearPredictiveCoding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Logarithm"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Low-pass Filter"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "2"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Fundamental Frequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Fundamental Frequency feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioFundamentalFrequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "2"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Harmonicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Harmonicity feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioHarmonicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Spectrum Basis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Spectrum Basis feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioSpectrumBasis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Spectrum Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Spectrum Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioSpectrumCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Spectrum Spread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Spectrum Spread feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioSpectrumSpread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "2"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Waveform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Waveform feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioWaveform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Deviation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Deviation feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralDeviation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Spread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Spread feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralSpread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Variation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Variation feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralVariation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Log Attack Time"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Log Attack Time feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7LogAttackTime"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Spectral Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Spectral Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7SpectralCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Temporal Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Temporal Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7TemporalCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Maximum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Mean"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Median"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "MFCC"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Mel-scale Frequency Cepstral Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Mel-scale Frequency Cepstral Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MelscaleFrequencyCepstralCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Minimum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Modified Group Delay"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Modified Group Delay feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ModifiedGroupDelay"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Modulated Complex Lapped Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Multi-resolution Entropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Multi-resolution Entropy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MultiresolutionEntropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "256"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Noise-Robust Auditory Feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Noise-Robust Auditory Feature feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "NoiseRobustAuditoryFeature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "(Non-) Linear Weighting Function"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Normalization"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Peak Detection"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Percentile"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Perceptual Linear Prediction"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Perceptual Linear Prediction feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PerceptualLinearPrediction"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Phase Space Embedding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Phase Space Features"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Phase Space Features feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PhaseSpaceFeatures"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch Histogram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PitchHistogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "12"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch Profile"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch Profile feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PitchProfile"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch Synchronous ZCPA"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch Synchronous ZCPA feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PitchSynchronousZCPA"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Polynomial Root Finding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Power"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Principal Component Analysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Psychoacoustical Pitch"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Psychoacoustical Pitch feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PsychoacousticalPitch"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pulse Metric"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pulse Metric feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PulseMetric"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "256"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Rate-scale-frequency Features"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Rate-scale-frequency Features feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "RatescalefrequencyFeatures"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Regression"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Relative Spectral PLP"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Relative Spectral PLP feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "RelativeSpectralPLP"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "80"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Rhythm Patterns"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Rhythm Patterns feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "RhythmPatterns"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Root Mean Square"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Sharpness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Sharpness feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Short-Time Energy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Short-Time Energy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ShortTimeEnergy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Singular Value Decomposition"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Sone"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Sone feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Center"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Center feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralCenter"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Crest"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Crest feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralCrest"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Dispersion"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Dispersion feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralDispersion"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Flatness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Flatness feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralFlatness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "SF"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Flux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Flux feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralFlux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Peak Structure"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Peak Structure feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralPeakStructure"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Peaks"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Peaks feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralPeaks"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Rolloff"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Rolloff feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralRolloff"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "4"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Slope"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Slope feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralSlope"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral binning"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Subband Energy Ratio"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Subband Energy Ratio feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SubbandEnergyRatio"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "8"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Subband Spectral Flux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Subband Spectral Flux feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SubbandSpectralFlux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Sum, Weighted Sum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Volume"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Volume feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Windowing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Zero Crossing Peak Amplitudes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Zero Crossing Peak Amplitudes feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ZeroCrossingPeakAmplitudes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate + +<AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate> rdf:type owl:Class ; + + rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "ZCR"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Zero Crossing Rate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Zero Crossing Rate feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ZeroCrossingRate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ; + + <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ; + + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> , + <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean + +<AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean> rdf:type owl:Class . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer + +<AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer> rdf:type owl:Class . + + + + +### Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/CLAM.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,76 @@ +B + +22 +27 + +Coefficients (Mel-Frequency Cepstral Coefficients) +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Flatness Measure +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mean +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Spectral Centroid +Spectral Flatness +Spectral Rolloff +Spectral Slope +Spectral Spread +SpectralCentroid +SpectralFlatness +SpectralRolloff +SpectralSlope +Variance +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-fingerprinting +appdomain-several +complexity-high +complexity-low +complexity-medium +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Peak Detection +computation-Polynomial Root Finding +computation-Regression +computation-Spectral binning +computation-Windowing +dimensions-1 +dimensions-4 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Spectral +tag-Timbre +temporalscale-intraframe +........................... +........................... +........................... +........................... +........................... +........................... +..................X....X... +........................... +.XX..XXX...X.X..XXX.X.X.XXX +........................... +........................... +........................... +........................... +........................... +.X.X..XXX..X.XX...X.XX..X.X +X...X.XXX..X.X..X.X.XX..X.X +.X.X..X...X..XX...X.XX..XXX +.X.X..X..X...X.X..X...X.X.X +..................X....X... +........................... +........................... +.X.X........XXX....XX.XX.XX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/CLAM.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,112 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Peak Detection|SpectralSlope}"]; +c3 [label = "{|}"]; +c4 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c5 [label = "{|}"]; +c6 [label = "{appdomain-fingerprinting|SpectralFlatness}"]; +c7 [label = "{|SpectralCentroid}"]; +c8 [label = "{|}"]; +c9 [label = "{dimensions-1|}"]; +c10 [label = "{|}"]; +c11 [label = "{complexity-low|}"]; +c12 [label = "{computation-Mean|}"]; +c13 [label = "{level-perceptual|}"]; +c14 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{level-physical|}"]; +c18 [label = "{|}"]; +c19 [label = "{tag-Timbre|}"]; +c20 [label = "{dimensions-parameterized|}"]; +c21 [label = "{|}"]; +c22 [label = "{|}"]; +c23 [label = "{|}"]; +c24 [label = "{|}"]; +c25 [label = "{appdomain-several|}"]; +c26 [label = "{computation-Logarithm|}"]; +c27 [label = "{|}"]; +c28 [label = "{domain-time|}"]; +c29 [label = "{computation-Discrete Fourier T...|}"]; +c30 [label = "{computation-Windowing|}"]; +c31 [label = "{|Mean}"]; +c32 [label = "{tag-Audio|}"]; +c33 [label = "{domain-frequency|}"]; +c34 [label = "{|Coefficients (Mel-Frequency Ce...}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c1 +c5 -> c4 +c6 -> c0 +c7 -> c0 +c8 -> c4 +c8 -> c7 +c9 -> c5 +c9 -> c8 +c10 -> c2 +c10 -> c8 +c11 -> c3 +c11 -> c9 +c11 -> c10 +c12 -> c6 +c12 -> c7 +c13 -> c8 +c13 -> c12 +c14 -> c0 +c15 -> c1 +c15 -> c14 +c16 -> c2 +c16 -> c14 +c17 -> c3 +c17 -> c15 +c17 -> c16 +c18 -> c4 +c18 -> c14 +c19 -> c5 +c19 -> c15 +c19 -> c18 +c20 -> c6 +c20 -> c14 +c21 -> c7 +c21 -> c14 +c22 -> c8 +c22 -> c18 +c22 -> c21 +c23 -> c9 +c23 -> c19 +c23 -> c22 +c24 -> c10 +c24 -> c16 +c24 -> c22 +c25 -> c11 +c25 -> c17 +c25 -> c23 +c25 -> c24 +c26 -> c12 +c26 -> c20 +c26 -> c21 +c27 -> c13 +c27 -> c22 +c27 -> c26 +c28 -> c23 +c28 -> c27 +c29 -> c24 +c29 -> c27 +c30 -> c25 +c30 -> c28 +c30 -> c29 +c31 -> c0 +c32 -> c1 +c32 -> c31 +c33 -> c29 +c33 -> c31 +c34 -> c30 +c34 -> c32 +c34 -> c33 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/MIREX.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,41 @@ +B + +18 +0 + +Correlation Pattern +Decorrelated Filter Banks +Delta Spectral Pattern +Fluctuation Patterns +George Tzanetakis Model +Local Single Gaussian Model +Logarithmic Fluctuation Pattern +Modulation Frequency Variance Descriptor +Octave-based Spectral Contrast +Principal Mel-spectrum Components +Rhythm Histogram +Rhythm Pattern +Spectral Contrast Pattern +Spectral Pattern +Statistical Spectrum Descriptor +Temporal Rhythm Histogram +Temporal Statistical Spectrum Descriptor +Variance Delta Spectral Pattern + + + + + + + + + + + + + + + + + +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/MIRToolbox.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,78 @@ +B + +18 +37 + +BeatSpectrum +Chromagram +Chromagram (NNLS Chroma) +Coefficients (Mel-Frequency Cepstral Coefficients) +Inharmonicity +Key (Key Detector) +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Pitch +Spectral Rolloff +SpectralRolloff +Tempo (Tempo and Beat Tracker) +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-music information retrieval +appdomain-several +complexity-high +complexity-low +complexity-medium +computation-Autocorrelation +computation-Cross-Correlation +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Low-pass Filter +computation-Median +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Sum, Weighted Sum +computation-Windowing +computation-Zero-/Level Crossing Detector +dimensions-1 +dimensions-12 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-modulation frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Pitch +tag-Rhythm +tag-Spectral +tag-Timbre +tag-Tonality +temporalscale-interframe +temporalscale-intraframe +X.X..XX.XXX......X...X..X..X...X...X. +X...X...XX....X..X..X..X...X......X.X +..................................... +..................................... +X...XX.....X.....XXX...X...X..X.....X +..................................... +..................................... +..................................... +..................................... +..................................... +.XX....XXX...X...X...XXX..X.X...XX..X +.X.X.X..........XX.X...X...X..X.....X +..................................... +.X.X....X...X....X.X...X..XX....XX..X +..................................... +..................................... +..................................... +.X.X...........X.X.X.....XX.XX...X..X
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/MIRToolbox.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,117 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c3 [label = "{|}"]; +c4 [label = "{computation-Sum, Weighted Sum|Pitch}"]; +c5 [label = "{|}"]; +c6 [label = "{complexity-low|}"]; +c7 [label = "{computation-Discrete Cosine Tr...|MelscaleFrequencyCepstralCoeff...}"]; +c8 [label = "{level-physical|}"]; +c9 [label = "{tag-Spectral|}"]; +c10 [label = "{domain-time|}"]; +c11 [label = "{|}"]; +c12 [label = "{appdomain-several|}"]; +c13 [label = "{computation-Median|Inharmonicity}"]; +c14 [label = "{tag-Pitch|}"]; +c15 [label = "{|}"]; +c16 [label = "{dimensions-1|}"]; +c17 [label = "{computation-Root Mean Square|Chromagram}"]; +c18 [label = "{|}"]; +c19 [label = "{|}"]; +c20 [label = "{|}"]; +c21 [label = "{complexity-medium|}"]; +c22 [label = "{|}"]; +c23 [label = "{domain-frequency|}"]; +c24 [label = "{temporalscale-intraframe|}"]; +c25 [label = "{computation-Cross-Correlation|BeatSpectrum}"]; +c26 [label = "{complexity-high|}"]; +c27 [label = "{|}"]; +c28 [label = "{computation-Autocorrelation|}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{computation-Logarithm|}"]; +c32 [label = "{computation-Discrete Fourier T...|}"]; +c33 [label = "{appdomain-music information re...|}"]; +c34 [label = "{level-perceptual|}"]; +c35 [label = "{computation-Windowing|}"]; +c36 [label = "{|Chromagram (NNLS Chroma)}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c2 +c5 -> c4 +c6 -> c3 +c6 -> c5 +c7 -> c0 +c8 -> c1 +c8 -> c7 +c9 -> c2 +c9 -> c7 +c10 -> c3 +c10 -> c8 +c10 -> c9 +c11 -> c5 +c11 -> c9 +c12 -> c6 +c12 -> c10 +c12 -> c11 +c13 -> c0 +c14 -> c4 +c14 -> c13 +c15 -> c5 +c15 -> c14 +c16 -> c6 +c16 -> c15 +c17 -> c0 +c18 -> c2 +c18 -> c17 +c19 -> c7 +c19 -> c17 +c20 -> c9 +c20 -> c18 +c20 -> c19 +c21 -> c13 +c21 -> c17 +c22 -> c15 +c22 -> c18 +c22 -> c21 +c23 -> c11 +c23 -> c20 +c23 -> c22 +c24 -> c12 +c24 -> c16 +c24 -> c23 +c25 -> c0 +c26 -> c7 +c26 -> c25 +c27 -> c13 +c27 -> c25 +c28 -> c14 +c28 -> c27 +c29 -> c17 +c29 -> c25 +c30 -> c18 +c30 -> c29 +c31 -> c19 +c31 -> c26 +c31 -> c29 +c32 -> c20 +c32 -> c30 +c32 -> c31 +c33 -> c21 +c33 -> c27 +c33 -> c29 +c34 -> c22 +c34 -> c28 +c34 -> c30 +c34 -> c33 +c35 -> c24 +c35 -> c32 +c35 -> c34 +c36 -> c35 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/Marsyas.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,92 @@ +B + +25 +37 + +Autocorrelation +Average Magnitude Difference Function +BeatHistogram +Coefficients (Mel-Frequency Cepstral Coefficients) +Kurtosis +LinearPredictionCepstralCoefficients +LinearPredictiveCoding +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mean +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Spectral Centroid +Spectral Kurtosis +Spectral Rolloff +SpectralCentroid +SpectralFlux +SpectralRolloff +Spectrum +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-music information retrieval +appdomain-several +appdomain-speech recognition +complexity-high +complexity-low +complexity-medium +computation-Autocorrelation +computation-Autoregression (Linear Prediction Analysis) +computation-Band-pass Filter (Bank) +computation-Cepstral Recursion Formula +computation-Derivation, Difference +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Discrete Wavelet Transform +computation-Logarithm +computation-Low-pass Filter +computation-Mean +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Windowing +dimensions-1 +dimensions-6 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-modulation frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Spectral +tag-Timbre +temporalscale-interframe +temporalscale-intraframe +..................................... +..................................... +X....XX......X.X...XXX.X...X..X....X. +..................................... +..................................... +..X..X.XXX...........X..XX...X.X....X +..X.X..XX...X........X..X.X....X....X +..................................... +..................................... +..................................... +..................................... +..................................... +..........................X.....X.... +..................................... +.X.X.......XX.X...X..X..XXX..X.X.XX.X +..................................... +..................................... +..................................... +.X..X.......X.X.X.X..XX...X..XX..X..X +.X..X.....X.X......X.XX...X....X....X +.X..X.......X....X...XX...X..XX..XX.X +.............................X....... +..................................... +..................................... +.X..X...............XXX.....XX.XX.X.X
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/Marsyas.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,162 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{domain-temporal|ZeroCrossingRate}"]; +c2 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c3 [label = "{|}"]; +c4 [label = "{computation-Derivation, Differ...|SpectralFlux}"]; +c5 [label = "{|}"]; +c6 [label = "{computation-Mean|SpectralCentroid}"]; +c7 [label = "{|}"]; +c8 [label = "{|}"]; +c9 [label = "{|}"]; +c10 [label = "{dimensions-1|}"]; +c11 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c12 [label = "{|}"]; +c13 [label = "{|}"]; +c14 [label = "{tag-Timbre|}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{computation-Logarithm|}"]; +c18 [label = "{tag-Spectral|}"]; +c19 [label = "{|}"]; +c20 [label = "{|}"]; +c21 [label = "{appdomain-several|}"]; +c22 [label = "{|Mean}"]; +c23 [label = "{tag-Audio|}"]; +c24 [label = "{|LinearPredictiveCoding}"]; +c25 [label = "{|}"]; +c26 [label = "{|}"]; +c27 [label = "{|}"]; +c28 [label = "{complexity-low|}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{computation-Discrete Fourier T...|}"]; +c32 [label = "{domain-frequency|}"]; +c33 [label = "{computation-Cepstral Recursion...|LinearPredictionCepstralCoeffi...}"]; +c34 [label = "{domain-cepstral|}"]; +c35 [label = "{|}"]; +c36 [label = "{|}"]; +c37 [label = "{domain-time|Spectrum}"]; +c38 [label = "{appdomain-speech recognition|}"]; +c39 [label = "{dimensions-parameterized|}"]; +c40 [label = "{level-physical|}"]; +c41 [label = "{temporalscale-intraframe|}"]; +c42 [label = "{appdomain-music information re...|BeatHistogram}"]; +c43 [label = "{computation-Spectral binning|}"]; +c44 [label = "{computation-Root Mean Square|}"]; +c45 [label = "{level-perceptual|}"]; +c46 [label = "{complexity-medium|}"]; +c47 [label = "{computation-Windowing|}"]; +c48 [label = "{|Autocorrelation}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c1 +c5 -> c4 +c6 -> c0 +c7 -> c2 +c7 -> c6 +c8 -> c3 +c8 -> c7 +c9 -> c4 +c9 -> c7 +c10 -> c5 +c10 -> c8 +c10 -> c9 +c11 -> c0 +c12 -> c1 +c12 -> c11 +c13 -> c2 +c13 -> c11 +c14 -> c3 +c14 -> c12 +c14 -> c13 +c15 -> c4 +c15 -> c11 +c16 -> c5 +c16 -> c12 +c16 -> c15 +c17 -> c6 +c17 -> c11 +c18 -> c7 +c18 -> c13 +c18 -> c17 +c19 -> c8 +c19 -> c14 +c19 -> c18 +c20 -> c9 +c20 -> c15 +c20 -> c18 +c21 -> c10 +c21 -> c16 +c21 -> c19 +c21 -> c20 +c22 -> c0 +c23 -> c1 +c23 -> c22 +c24 -> c0 +c25 -> c4 +c25 -> c24 +c26 -> c5 +c26 -> c25 +c27 -> c9 +c27 -> c25 +c28 -> c10 +c28 -> c26 +c28 -> c27 +c29 -> c11 +c29 -> c24 +c30 -> c15 +c30 -> c25 +c30 -> c29 +c31 -> c20 +c31 -> c27 +c31 -> c30 +c32 -> c22 +c32 -> c31 +c33 -> c0 +c34 -> c11 +c34 -> c33 +c35 -> c12 +c35 -> c34 +c36 -> c19 +c36 -> c35 +c37 -> c36 +c38 -> c24 +c38 -> c33 +c39 -> c29 +c39 -> c34 +c39 -> c38 +c40 -> c16 +c40 -> c26 +c40 -> c30 +c40 -> c35 +c40 -> c39 +c41 -> c21 +c41 -> c28 +c41 -> c31 +c41 -> c36 +c41 -> c40 +c42 -> c0 +c43 -> c1 +c43 -> c42 +c44 -> c4 +c44 -> c42 +c45 -> c7 +c45 -> c42 +c46 -> c33 +c46 -> c42 +c47 -> c41 +c47 -> c43 +c47 -> c44 +c47 -> c45 +c47 -> c46 +c48 -> c23 +c48 -> c32 +c48 -> c37 +c48 -> c47 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/PsySound3.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,20 @@ +B + +2 +11 + +Loudness +Sharpness +appdomain-several +complexity-medium +computation-(Non-) Linear Weighting Function +computation-Discrete Fourier Transform +computation-Mean +computation-Regression +computation-Windowing +dimensions-1 +domain-frequency +level-perceptual +temporalscale-intraframe +........X.. +XXXXXXXXXXX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/PsySound3.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,7 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{appdomain-several|Sharpness}"]; +c1 [label = "{domain-frequency|Loudness}"]; +c1 -> c0 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/SuperCollider.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,88 @@ +B + +25 +33 + +Chromagram +Chromagram (NNLS Chroma) +Coefficients (Mel-Frequency Cepstral Coefficients) +Loudness +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Flatness Measure +Marsyas - Batch Feature Extract - Zero Crossings +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Onset Detection Function (Note Onset Detector) +Onset Detection Function (Tempo and Beat Tracker) +Pitch +Spectral Centroid +Spectral Crest Measure +Spectral Flatness +Spectral Slope +Spectral Spread +SpectralCentroid +SpectralCrest +SpectralFlatness +SpectralSlope +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-fingerprinting +appdomain-music information retrieval +appdomain-several +complexity-high +complexity-low +complexity-medium +computation-Autocorrelation +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Peak Detection +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Sum, Weighted Sum +computation-Windowing +dimensions-1 +dimensions-12 +dimensions-4 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Pitch +tag-Spectral +tag-Timbre +tag-Tonality +temporalscale-intraframe +.X...X..XX...X..X.X...X..X.....XX +................................. +................................. +......................X.......... +................................. +................................. +................................. +................................. +................................. +..XX...XXX..X...X...XXX.X.X..XX.X +................................. +................................. +..X.X.X........XXX....X..X..X...X +................................. +................................. +................................. +................................. +................................. +..X.X...XXX.X...XX....X.XX...X..X +X...X...XXX.X..XX...X.X..X......X +X....X..XXX.X...X...X.X.XX...X..X +..X.X...X..X....X..X..X...X..X..X +................................. +................................. +..X.X.........X.XX.....XX.XX..X.X
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/SuperCollider.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,153 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Peak Detection|SpectralSlope}"]; +c3 [label = "{|}"]; +c4 [label = "{|SpectralFlatness}"]; +c5 [label = "{|SpectralCrest}"]; +c6 [label = "{appdomain-fingerprinting|}"]; +c7 [label = "{|SpectralCentroid}"]; +c8 [label = "{|}"]; +c9 [label = "{|}"]; +c10 [label = "{|}"]; +c11 [label = "{|}"]; +c12 [label = "{|}"]; +c13 [label = "{computation-Mean|}"]; +c14 [label = "{computation-Autocorrelation|Pitch}"]; +c15 [label = "{computation-Sum, Weighted Sum|}"]; +c16 [label = "{|}"]; +c17 [label = "{dimensions-1|}"]; +c18 [label = "{|}"]; +c19 [label = "{|}"]; +c20 [label = "{|}"]; +c21 [label = "{|}"]; +c22 [label = "{complexity-low|}"]; +c23 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c24 [label = "{tag-Timbre|}"]; +c25 [label = "{|}"]; +c26 [label = "{level-physical|}"]; +c27 [label = "{|}"]; +c28 [label = "{dimensions-parameterized|}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{|}"]; +c32 [label = "{|}"]; +c33 [label = "{domain-time|}"]; +c34 [label = "{tag-Spectral|}"]; +c35 [label = "{computation-Regression|}"]; +c36 [label = "{|}"]; +c37 [label = "{appdomain-several|}"]; +c38 [label = "{appdomain-music information re...|Chromagram}"]; +c39 [label = "{complexity-medium|}"]; +c40 [label = "{|}"]; +c41 [label = "{level-perceptual|}"]; +c42 [label = "{computation-Logarithm|}"]; +c43 [label = "{computation-Discrete Fourier T...|}"]; +c44 [label = "{|}"]; +c45 [label = "{computation-Windowing|}"]; +c46 [label = "{domain-frequency|Loudness}"]; +c47 [label = "{|Chromagram (NNLS Chroma)}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c0 +c6 -> c4 +c6 -> c5 +c7 -> c0 +c8 -> c1 +c8 -> c7 +c9 -> c2 +c9 -> c7 +c10 -> c4 +c10 -> c7 +c11 -> c5 +c11 -> c7 +c12 -> c9 +c12 -> c11 +c13 -> c6 +c13 -> c10 +c13 -> c11 +c14 -> c0 +c15 -> c5 +c15 -> c14 +c16 -> c7 +c16 -> c14 +c17 -> c8 +c17 -> c16 +c18 -> c9 +c18 -> c16 +c19 -> c3 +c19 -> c17 +c19 -> c18 +c20 -> c11 +c20 -> c15 +c20 -> c16 +c21 -> c12 +c21 -> c18 +c21 -> c20 +c22 -> c19 +c22 -> c21 +c23 -> c0 +c24 -> c1 +c24 -> c23 +c25 -> c2 +c25 -> c23 +c26 -> c3 +c26 -> c24 +c26 -> c25 +c27 -> c4 +c27 -> c23 +c28 -> c6 +c28 -> c27 +c29 -> c7 +c29 -> c23 +c30 -> c8 +c30 -> c24 +c30 -> c29 +c31 -> c9 +c31 -> c25 +c31 -> c29 +c32 -> c10 +c32 -> c27 +c32 -> c29 +c33 -> c30 +c33 -> c32 +c34 -> c31 +c34 -> c32 +c35 -> c13 +c35 -> c28 +c35 -> c32 +c36 -> c18 +c36 -> c31 +c37 -> c19 +c37 -> c26 +c37 -> c30 +c37 -> c36 +c38 -> c0 +c39 -> c4 +c39 -> c38 +c40 -> c13 +c40 -> c39 +c41 -> c20 +c41 -> c40 +c42 -> c35 +c42 -> c40 +c43 -> c12 +c43 -> c34 +c43 -> c42 +c44 -> c21 +c44 -> c36 +c44 -> c41 +c44 -> c43 +c45 -> c22 +c45 -> c33 +c45 -> c37 +c45 -> c44 +c46 -> c44 +c47 -> c45 +c47 -> c46 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/Vamp.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,289 @@ +B + +122 +40 + +Adaptive Spectrogram +Autocorrelation +Average Deviation +Average Magnitude Difference Function +Average Squared Difference Function +Bar and Beat Tracker +Bark Coefficients +Bars (Bar and Beat Tracker) +Bass Chromagram (NNLS Chroma) +Beat Count (Bar and Beat Tracker) +Beat Spectra (Similarity) +Beat Spectral Difference (Bar and Beat Tracker) +Beats (Bar and Beat Tracker) +Beats (Tempo and Beat Tracker) +Chord Estimate (Chordino) +Chordino +Chroma Means (Chromagram) +Chromagram +Chromagram (NNLS Chroma) +Chromagram and Bass Chromagram (NNLS Chroma) +Coefficients (Mel-Frequency Cepstral Coefficients) +Constant-Q Spectrogram +Discrete Cosine Transform +Discrete Wavelet Transform +Distance Matrix (Similarity) +Distance from First Channel (Similarity) +Feature Means (Similarity) +Feature Variances (Similarity) +Fundamental Frequency +Fundamental Frequency (failsafe) +HPCP +Harmonic Change Value (Chordino) +Harmonic Spectrum +Highest Value +IBT - INESC Beat Tracker +Inharmonicity +Irregularity I +Irregularity II +Key (Key Detector) +Key Detector +Key Mode (Key Detector) +Key Strength Plot (Key Detector) +Kurtosis +LinearPredictionCepstralCoefficients +Local Tuning (Tuning) +Log-Frequency Spectrum (NNLS Chroma) +Log-Likelihood of Chord Estimate (Chordino) +Loudness +Lowest Value +MELODIA - Melody Extraction +MELODIA - Melody Extraction (intermediate steps) +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Line Spectral Pairs +Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Crest Factor +Marsyas - Batch Feature Extract - Spectral Flatness Measure +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mean +Means of Coefficients (Mel-Frequency Cepstral Coefficients) +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +NNLS Chroma +Noisiness +Non-zero count +Note Onset Detector +Note Onsets (Note Onset Detector) +Note Representation of Chord Estimate (Chordino) +Odd/even Harmonic Ratio +Onset Detection Function (Note Onset Detector) +Onset Detection Function (Tempo and Beat Tracker) +Ordered Distances from First Channel (Similarity) +Peak Spectrum +Pitch Contours: All (MELODIA - Melody Extraction (intermediate steps)) +Pitch Contours: Melody (MELODIA - Melody Extraction (intermediate steps)) +Polyphonic Transcription +RMS Amplitude +Salience Function (MELODIA - Melody Extraction (intermediate steps)) +Segmenter +Semitone Spectrum (NNLS Chroma) +Similarity +Skewness +Smoothed Detection Function (Note Onset Detector) +Spectral Average Deviation +Spectral Centroid +Spectral Crest Measure +Spectral Flatness +Spectral Kurtosis +Spectral Rolloff +Spectral Sharpness +Spectral Skewness +Spectral Slope +Spectral Smoothness +Spectral Spread +Spectral Standard Deviation +Spectral Variance +SpectralCentroid +SpectralCrest +SpectralFlatness +SpectralRolloff +SpectralSlope +Spectrum +Standard Deviation +Sum of Values +Tempo (Tempo and Beat Tracker) +Tempo and Beat Tracker +Tonal Change +Tonal Change Detection Function (Tonal Change) +Tonal Change Positions (Tonal Change) +Tonality +Tonic Pitch (Key Detector) +Transform to 6D Tonal Content Space (Tonal Change) +Tristimulus I +Tristimulus II +Tristimulus III +Tuned Log-Frequency Spectrum (NNLS Chroma) +Tuning +Variance +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-fingerprinting +appdomain-music information retrieval +appdomain-several +appdomain-speech recognition +complexity-high +complexity-low +complexity-medium +computation-Autocorrelation +computation-Autoregression (Linear Prediction Analysis) +computation-Band-pass Filter (Bank) +computation-Cepstral Recursion Formula +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Median +computation-Peak Detection +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Sum, Weighted Sum +computation-Windowing +computation-Zero-/Level Crossing Detector +dimensions-1 +dimensions-12 +dimensions-4 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Pitch +tag-Spectral +tag-Timbre +tag-Tonality +temporalscale-intraframe +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +.............................X.......... +........................................ +.X....X.....XX.....X..X..X...X..X.....XX +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +.X....XX.......X......XXX....X..X..X...X +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +...X..X.XXX...........X....XX..X.X.....X +........................................ +........................................ +........................................ +.............................X.......... +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +.............................X....X..... +........................................ +........................................ +..X.X......XXX....X...X....XXX.X.X..XX.X +........................................ +.............................X.......... +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +...............................X........ +........................................ +...............................X........ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +..X..X......XXX...X...X.X....X.XX...X..X +X....X......XXX...X..XX....X.X..X......X +X.....X.....XXX...X...X....X.X.XX...X..X +..X..X......X....X....X.X....X.XX...XX.X +..X..X......X...X.....X...X..X...X..X..X +...............................X........ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +.............................X.......... +........................................ +........................................ +........................................ +........................................ +........................................ +........................................ +.............................X.......... +.............................X....X..... +........................................ +........................................ +..X..X..............X.X.X.....XX.XX..X.X
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/Vamp.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,215 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Peak Detection|SpectralSlope}"]; +c3 [label = "{|}"]; +c4 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c5 [label = "{|}"]; +c6 [label = "{|SpectralFlatness}"]; +c7 [label = "{computation-Sum, Weighted Sum|SpectralCrest}"]; +c8 [label = "{appdomain-fingerprinting|}"]; +c9 [label = "{|SpectralCentroid}"]; +c10 [label = "{|}"]; +c11 [label = "{|}"]; +c12 [label = "{|}"]; +c13 [label = "{|}"]; +c14 [label = "{|}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{|}"]; +c18 [label = "{|}"]; +c19 [label = "{complexity-low|}"]; +c20 [label = "{computation-Mean|}"]; +c21 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c22 [label = "{|}"]; +c23 [label = "{|}"]; +c24 [label = "{|}"]; +c25 [label = "{|}"]; +c26 [label = "{tag-Timbre|}"]; +c27 [label = "{|}"]; +c28 [label = "{|}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{|}"]; +c32 [label = "{|}"]; +c33 [label = "{appdomain-several|}"]; +c34 [label = "{|}"]; +c35 [label = "{|}"]; +c36 [label = "{tag-Spectral|}"]; +c37 [label = "{computation-Regression|}"]; +c38 [label = "{|Mean}"]; +c39 [label = "{tag-Audio|}"]; +c40 [label = "{appdomain-speech recognition|LinearPredictionCepstralCoeffi...}"]; +c41 [label = "{|}"]; +c42 [label = "{domain-cepstral|}"]; +c43 [label = "{|}"]; +c44 [label = "{level-physical|}"]; +c45 [label = "{|}"]; +c46 [label = "{dimensions-parameterized|}"]; +c47 [label = "{|}"]; +c48 [label = "{domain-time|Segmenter}"]; +c49 [label = "{computation-Autocorrelation|Inharmonicity}"]; +c50 [label = "{|}"]; +c51 [label = "{dimensions-1|}"]; +c52 [label = "{computation-Root Mean Square|Chromagram}"]; +c53 [label = "{|}"]; +c54 [label = "{|}"]; +c55 [label = "{|}"]; +c56 [label = "{computation-Logarithm|}"]; +c57 [label = "{computation-Discrete Fourier T...|}"]; +c58 [label = "{appdomain-music information re...|}"]; +c59 [label = "{|}"]; +c60 [label = "{level-perceptual|}"]; +c61 [label = "{|}"]; +c62 [label = "{complexity-medium|}"]; +c63 [label = "{computation-Windowing|}"]; +c64 [label = "{domain-frequency|Chordino}"]; +c65 [label = "{|Adaptive Spectrogram}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c1 +c5 -> c4 +c6 -> c0 +c7 -> c0 +c8 -> c6 +c8 -> c7 +c9 -> c0 +c10 -> c4 +c10 -> c9 +c11 -> c5 +c11 -> c10 +c12 -> c2 +c12 -> c10 +c13 -> c3 +c13 -> c11 +c13 -> c12 +c14 -> c6 +c14 -> c9 +c15 -> c10 +c15 -> c14 +c16 -> c7 +c16 -> c9 +c17 -> c10 +c17 -> c16 +c18 -> c12 +c18 -> c17 +c19 -> c13 +c19 -> c18 +c20 -> c8 +c20 -> c14 +c20 -> c16 +c21 -> c0 +c22 -> c1 +c22 -> c21 +c23 -> c2 +c23 -> c21 +c24 -> c3 +c24 -> c22 +c24 -> c23 +c25 -> c4 +c25 -> c21 +c26 -> c5 +c26 -> c22 +c26 -> c25 +c27 -> c6 +c27 -> c21 +c28 -> c8 +c28 -> c27 +c29 -> c9 +c29 -> c21 +c30 -> c10 +c30 -> c25 +c30 -> c29 +c31 -> c11 +c31 -> c26 +c31 -> c30 +c32 -> c12 +c32 -> c23 +c32 -> c30 +c33 -> c13 +c33 -> c24 +c33 -> c31 +c33 -> c32 +c34 -> c14 +c34 -> c27 +c34 -> c29 +c35 -> c15 +c35 -> c30 +c35 -> c34 +c36 -> c32 +c36 -> c35 +c37 -> c20 +c37 -> c28 +c37 -> c34 +c38 -> c0 +c39 -> c1 +c39 -> c38 +c40 -> c0 +c41 -> c6 +c41 -> c40 +c42 -> c21 +c42 -> c40 +c43 -> c22 +c43 -> c42 +c44 -> c24 +c44 -> c43 +c45 -> c27 +c45 -> c41 +c45 -> c42 +c46 -> c28 +c46 -> c45 +c47 -> c31 +c47 -> c35 +c47 -> c43 +c47 -> c45 +c48 -> c47 +c49 -> c0 +c50 -> c10 +c50 -> c49 +c51 -> c11 +c51 -> c50 +c52 -> c0 +c53 -> c6 +c53 -> c52 +c54 -> c20 +c54 -> c53 +c55 -> c15 +c55 -> c17 +c55 -> c54 +c56 -> c37 +c56 -> c54 +c57 -> c18 +c57 -> c36 +c57 -> c55 +c57 -> c56 +c58 -> c49 +c58 -> c52 +c59 -> c53 +c59 -> c58 +c60 -> c50 +c60 -> c55 +c60 -> c59 +c61 -> c57 +c61 -> c60 +c62 -> c41 +c62 -> c59 +c63 -> c19 +c63 -> c33 +c63 -> c44 +c63 -> c46 +c63 -> c47 +c63 -> c51 +c63 -> c61 +c63 -> c62 +c64 -> c38 +c64 -> c61 +c65 -> c39 +c65 -> c48 +c65 -> c63 +c65 -> c64 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/Yaafe.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,80 @@ +B + +21 +33 + +Autocorrelation +Coefficients (Mel-Frequency Cepstral Coefficients) +LineSpectralFrequencies +LinearPredictiveCoding +Loudness +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Flatness Measure +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Spectral Flatness +Spectral Rolloff +Spectral Slope +SpectralFlatness +SpectralFlux +SpectralRolloff +SpectralSlope +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-fingerprinting +appdomain-several +appdomain-speech recognition +complexity-high +complexity-low +complexity-medium +computation-Autoregression (Linear Prediction Analysis) +computation-Band-pass Filter (Bank) +computation-Derivation, Difference +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Peak Detection +computation-Percentile +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Windowing +dimensions-1 +dimensions-4 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Spectral +tag-Timbre +temporalscale-intraframe +................................. +................................. +.X...XX.......X....X..X.X...X...X +..X.X.XX..X........X..X.X...X...X +........................X........ +................................. +................................. +................................. +................................. +................................. +.X.X.....XXX....X..X..XXX.X.X.XXX +................................. +................................. +................................. +X....X....XXX...X..X..X.X.XX..X.X +.X..X...X.X......X.XX...X...X...X +.X..X.....X....X...XX...X.XX..XXX +.X..X.....X..X.....X.X..X...X.X.X +................................. +................................. +.X..X.............XXX....XX.XX.XX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/Yaafe.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,176 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Peak Detection|SpectralSlope}"]; +c3 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c4 [label = "{|}"]; +c5 [label = "{|}"]; +c6 [label = "{computation-Derivation, Differ...|SpectralFlux}"]; +c7 [label = "{|}"]; +c8 [label = "{|}"]; +c9 [label = "{|}"]; +c10 [label = "{|}"]; +c11 [label = "{dimensions-1|}"]; +c12 [label = "{|}"]; +c13 [label = "{|}"]; +c14 [label = "{appdomain-fingerprinting|SpectralFlatness}"]; +c15 [label = "{level-perceptual|}"]; +c16 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c17 [label = "{|}"]; +c18 [label = "{|}"]; +c19 [label = "{|}"]; +c20 [label = "{tag-Timbre|}"]; +c21 [label = "{|}"]; +c22 [label = "{|}"]; +c23 [label = "{|}"]; +c24 [label = "{computation-Logarithm|}"]; +c25 [label = "{|}"]; +c26 [label = "{domain-time|}"]; +c27 [label = "{tag-Spectral|}"]; +c28 [label = "{appdomain-speech recognition|LinearPredictiveCoding}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{|}"]; +c32 [label = "{complexity-low|}"]; +c33 [label = "{|}"]; +c34 [label = "{|}"]; +c35 [label = "{|}"]; +c36 [label = "{computation-Discrete Fourier T...|}"]; +c37 [label = "{computation-Percentile|LineSpectralFrequencies}"]; +c38 [label = "{complexity-medium|}"]; +c39 [label = "{|}"]; +c40 [label = "{|}"]; +c41 [label = "{|}"]; +c42 [label = "{|}"]; +c43 [label = "{appdomain-several|}"]; +c44 [label = "{computation-Autoregression (Li...|}"]; +c45 [label = "{|}"]; +c46 [label = "{|}"]; +c47 [label = "{level-physical|}"]; +c48 [label = "{dimensions-parameterized|}"]; +c49 [label = "{|}"]; +c50 [label = "{computation-Windowing|}"]; +c51 [label = "{domain-frequency|Loudness}"]; +c52 [label = "{|Autocorrelation}"]; +c1 -> c0 +c2 -> c0 +c3 -> c0 +c4 -> c1 +c4 -> c3 +c5 -> c2 +c5 -> c3 +c6 -> c0 +c7 -> c1 +c7 -> c6 +c8 -> c2 +c8 -> c6 +c9 -> c7 +c9 -> c8 +c10 -> c3 +c10 -> c6 +c11 -> c4 +c11 -> c7 +c11 -> c10 +c12 -> c5 +c12 -> c8 +c12 -> c10 +c13 -> c9 +c13 -> c11 +c13 -> c12 +c14 -> c0 +c15 -> c3 +c15 -> c14 +c16 -> c0 +c17 -> c1 +c17 -> c16 +c18 -> c2 +c18 -> c16 +c19 -> c3 +c19 -> c16 +c20 -> c4 +c20 -> c17 +c20 -> c19 +c21 -> c5 +c21 -> c18 +c21 -> c19 +c22 -> c8 +c22 -> c18 +c23 -> c12 +c23 -> c21 +c23 -> c22 +c24 -> c14 +c24 -> c16 +c25 -> c15 +c25 -> c19 +c25 -> c24 +c26 -> c20 +c26 -> c25 +c27 -> c21 +c27 -> c25 +c28 -> c0 +c29 -> c8 +c29 -> c28 +c30 -> c9 +c30 -> c29 +c31 -> c12 +c31 -> c29 +c32 -> c13 +c32 -> c30 +c32 -> c31 +c33 -> c16 +c33 -> c28 +c34 -> c22 +c34 -> c29 +c34 -> c33 +c35 -> c24 +c35 -> c33 +c36 -> c23 +c36 -> c27 +c36 -> c31 +c36 -> c34 +c36 -> c35 +c37 -> c0 +c38 -> c14 +c38 -> c37 +c39 -> c16 +c39 -> c37 +c40 -> c22 +c40 -> c39 +c41 -> c9 +c41 -> c17 +c41 -> c40 +c42 -> c23 +c42 -> c40 +c43 -> c13 +c43 -> c20 +c43 -> c41 +c43 -> c42 +c44 -> c28 +c44 -> c37 +c45 -> c33 +c45 -> c39 +c45 -> c44 +c46 -> c34 +c46 -> c40 +c46 -> c45 +c47 -> c30 +c47 -> c41 +c47 -> c46 +c48 -> c35 +c48 -> c38 +c48 -> c45 +c49 -> c36 +c49 -> c42 +c49 -> c46 +c49 -> c48 +c50 -> c26 +c50 -> c32 +c50 -> c43 +c50 -> c47 +c50 -> c49 +c51 -> c49 +c52 -> c50 +c52 -> c51 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/aubio.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,76 @@ +B + +22 +27 + +Coefficients (Mel-Frequency Cepstral Coefficients) +Kurtosis +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Rolloff +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Onset Detection Function (Note Onset Detector) +Onset Detection Function (Tempo and Beat Tracker) +Pitch +Skewness +Spectral Centroid +Spectral Kurtosis +Spectral Rolloff +Spectral Skewness +Spectral Slope +Spectral Spread +SpectralCentroid +SpectralFlux +SpectralRolloff +SpectralSlope +Tempo (Tempo and Beat Tracker) +appdomain-several +complexity-high +complexity-low +computation-Autocorrelation +computation-Derivation, Difference +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Peak Detection +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Sum, Weighted Sum +computation-Windowing +dimensions-1 +dimensions-4 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-time +level-perceptual +level-physical +tag-Pitch +tag-Spectral +tag-Timbre +temporalscale-intraframe +........................... +........................... +........................... +........................... +........................... +........................... +XX...XXX...X..X..XXXX.X.XXX +........................... +........................... +X.XX.........XXX...X.X.X..X +........................... +........................... +........................... +........................... +........................... +........................... +........................... +X.X...XXX..X..XX...XXX..X.X +X.X.X.X.....X.XX...X..X...X +X.X...X...X...XX...XXX..XXX +X.X...X..X....X.X..X..X.X.X +...........................
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/aubio.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,71 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Peak Detection|SpectralSlope}"]; +c2 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c3 [label = "{computation-Derivation, Differ...|SpectralFlux}"]; +c4 [label = "{|}"]; +c5 [label = "{computation-Mean|SpectralCentroid}"]; +c6 [label = "{|}"]; +c7 [label = "{|}"]; +c8 [label = "{|}"]; +c9 [label = "{|}"]; +c10 [label = "{computation-Autocorrelation|Pitch}"]; +c11 [label = "{level-perceptual|}"]; +c12 [label = "{dimensions-1|}"]; +c13 [label = "{complexity-low|}"]; +c14 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c15 [label = "{|}"]; +c16 [label = "{tag-Timbre|}"]; +c17 [label = "{level-physical|}"]; +c18 [label = "{computation-Logarithm|}"]; +c19 [label = "{domain-time|}"]; +c20 [label = "{tag-Spectral|}"]; +c21 [label = "{computation-Discrete Fourier T...|}"]; +c22 [label = "{appdomain-several|}"]; +c23 [label = "{|Coefficients (Mel-Frequency Ce...}"]; +c1 -> c0 +c2 -> c0 +c3 -> c0 +c4 -> c1 +c4 -> c3 +c5 -> c0 +c6 -> c2 +c6 -> c5 +c7 -> c1 +c7 -> c6 +c8 -> c3 +c8 -> c6 +c9 -> c4 +c9 -> c7 +c9 -> c8 +c10 -> c0 +c11 -> c6 +c11 -> c10 +c12 -> c8 +c12 -> c11 +c13 -> c9 +c13 -> c12 +c14 -> c0 +c15 -> c1 +c15 -> c14 +c16 -> c2 +c16 -> c14 +c17 -> c4 +c17 -> c15 +c18 -> c5 +c18 -> c14 +c19 -> c6 +c19 -> c16 +c19 -> c18 +c20 -> c7 +c20 -> c15 +c20 -> c19 +c21 -> c9 +c21 -> c17 +c21 -> c20 +c22 -> c13 +c22 -> c21 +c23 -> c22 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/base.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,106 @@ +B + +40 +21 + +AutoCorrelation +AverageMagnitudeDifferenceFunction +BeatHistogram +Chromagram +Crest +CrossCorrelation +Energy +HarmonicSpectrum +Inharmonicity +Key +LinearPredictionCepstralCoefficients +LinearPredictiveCoding +Loudness +MagnitudeSpectrum +Mean +MelscaleFrequencyCepstralCoefficients +Noisiness +Nonzerocount +OnsetDetectionFunction +PeakSpectrum +Pitch +Power +PowerSpectrum +RootMeanSquare +Sharpness +SpectralCentroid +SpectralCrest +SpectralDecrease +SpectralFlatness +SpectralFlux +SpectralKurtosis +SpectralRolloff +SpectralSkewness +SpectralSlope +SpectralSpread +Spectrum +Tempo +Tonality +Variance +ZeroCrossingRate +appdomain-fingerprinting +appdomain-music information retrieval +appdomain-several +appdomain-speech recognition +complexity-high +complexity-low +complexity-medium +dimensions-1 +dimensions-12 +dimensions-4 +dimensions-6 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-modulation frequency +domain-temporal +domain-time +level-perceptual +level-physical +temporalscale-interframe +temporalscale-intraframe +................X.... +................X.... +.X....X...X...X..X.X. +.X....X.X....X...X..X +..................... +..................... +..................... +.............X....... +.X....XX.....X...X..X +................X.... +...X..X....XX...X.X.X +...X.X.....X.X....X.X +.............X....... +..................... +.............X....... +..X.X......XXX..X.X.X +.............X....... +.............X....... +.............X....... +.............X....... +..X..X.X.....X...X..X +..................... +..................... +..................... +..X...XX.....X...X..X +..X..X.X.....X..XX..X +X....X.....X.X...X..X +..................... +X.....X....X.X..XX..X +..X..X.X.....X....X.X +.............X....... +..X..X.X.....X..XX..X +.............X....... +..X..X...X...X....X.X +.............X....... +................X.... +.............X..X.... +.............X....... +.............X....... +..X..X.X.......XX.X.X
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/base.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,248 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{domain-temporal|ZeroCrossingRate}"]; +c2 [label = "{dimensions-4|SpectralSlope}"]; +c3 [label = "{|SpectralFlux}"]; +c4 [label = "{|}"]; +c5 [label = "{|}"]; +c6 [label = "{|}"]; +c7 [label = "{|SpectralFlatness}"]; +c8 [label = "{|SpectralCrest}"]; +c9 [label = "{appdomain-fingerprinting|}"]; +c10 [label = "{|SpectralCentroid}"]; +c11 [label = "{|}"]; +c12 [label = "{|}"]; +c13 [label = "{|Sharpness}"]; +c14 [label = "{|Pitch}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{|}"]; +c18 [label = "{|}"]; +c19 [label = "{|}"]; +c20 [label = "{|}"]; +c21 [label = "{|}"]; +c22 [label = "{|}"]; +c23 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c24 [label = "{|}"]; +c25 [label = "{|}"]; +c26 [label = "{|}"]; +c27 [label = "{|}"]; +c28 [label = "{|}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{|Tempo}"]; +c32 [label = "{|}"]; +c33 [label = "{appdomain-several|}"]; +c34 [label = "{|LinearPredictiveCoding}"]; +c35 [label = "{|}"]; +c36 [label = "{|}"]; +c37 [label = "{|}"]; +c38 [label = "{|}"]; +c39 [label = "{complexity-low|}"]; +c40 [label = "{|}"]; +c41 [label = "{|}"]; +c42 [label = "{|}"]; +c43 [label = "{|LinearPredictionCepstralCoeffi...}"]; +c44 [label = "{|}"]; +c45 [label = "{domain-cepstral|}"]; +c46 [label = "{|}"]; +c47 [label = "{|}"]; +c48 [label = "{|}"]; +c49 [label = "{appdomain-speech recognition|}"]; +c50 [label = "{|}"]; +c51 [label = "{level-physical|}"]; +c52 [label = "{dimensions-parameterized|}"]; +c53 [label = "{|Inharmonicity}"]; +c54 [label = "{|}"]; +c55 [label = "{|}"]; +c56 [label = "{|}"]; +c57 [label = "{dimensions-1|}"]; +c58 [label = "{dimensions-12|Chromagram}"]; +c59 [label = "{|}"]; +c60 [label = "{|}"]; +c61 [label = "{|}"]; +c62 [label = "{|}"]; +c63 [label = "{|}"]; +c64 [label = "{temporalscale-intraframe|}"]; +c65 [label = "{domain-frequency|HarmonicSpectrum}"]; +c66 [label = "{dimensions-6|BeatHistogram}"]; +c67 [label = "{appdomain-music information re...|}"]; +c68 [label = "{|}"]; +c69 [label = "{level-perceptual|}"]; +c70 [label = "{complexity-medium|}"]; +c71 [label = "{domain-time|AutoCorrelation}"]; +c72 [label = "{|Crest}"]; +c1 -> c0 +c2 -> c0 +c3 -> c0 +c4 -> c1 +c4 -> c3 +c5 -> c2 +c5 -> c3 +c6 -> c4 +c6 -> c5 +c7 -> c0 +c8 -> c0 +c9 -> c7 +c9 -> c8 +c10 -> c0 +c11 -> c1 +c11 -> c10 +c12 -> c7 +c12 -> c10 +c13 -> c0 +c14 -> c10 +c15 -> c3 +c15 -> c14 +c16 -> c4 +c16 -> c11 +c16 -> c15 +c17 -> c5 +c17 -> c15 +c18 -> c6 +c18 -> c16 +c18 -> c17 +c19 -> c8 +c19 -> c14 +c20 -> c13 +c20 -> c14 +c21 -> c15 +c21 -> c20 +c22 -> c16 +c22 -> c21 +c23 -> c0 +c24 -> c1 +c24 -> c23 +c25 -> c5 +c25 -> c23 +c26 -> c6 +c26 -> c24 +c26 -> c25 +c27 -> c7 +c27 -> c23 +c28 -> c10 +c28 -> c23 +c29 -> c11 +c29 -> c24 +c29 -> c28 +c30 -> c12 +c30 -> c27 +c30 -> c28 +c31 -> c30 +c32 -> c17 +c32 -> c21 +c32 -> c25 +c32 -> c28 +c33 -> c18 +c33 -> c22 +c33 -> c26 +c33 -> c29 +c33 -> c32 +c34 -> c0 +c35 -> c5 +c35 -> c34 +c36 -> c6 +c36 -> c35 +c37 -> c8 +c37 -> c34 +c38 -> c17 +c38 -> c19 +c38 -> c35 +c38 -> c37 +c39 -> c18 +c39 -> c36 +c39 -> c38 +c40 -> c23 +c40 -> c34 +c41 -> c25 +c41 -> c35 +c41 -> c40 +c42 -> c9 +c42 -> c27 +c42 -> c37 +c42 -> c40 +c43 -> c0 +c44 -> c7 +c44 -> c43 +c45 -> c23 +c45 -> c43 +c46 -> c24 +c46 -> c45 +c47 -> c27 +c47 -> c44 +c47 -> c45 +c48 -> c29 +c48 -> c30 +c48 -> c46 +c48 -> c47 +c49 -> c34 +c49 -> c43 +c50 -> c40 +c50 -> c45 +c50 -> c49 +c51 -> c26 +c51 -> c36 +c51 -> c41 +c51 -> c46 +c51 -> c50 +c52 -> c42 +c52 -> c47 +c52 -> c50 +c53 -> c0 +c54 -> c13 +c54 -> c53 +c55 -> c20 +c55 -> c54 +c56 -> c21 +c56 -> c55 +c57 -> c22 +c57 -> c56 +c58 -> c0 +c59 -> c53 +c59 -> c58 +c60 -> c7 +c60 -> c54 +c60 -> c59 +c61 -> c9 +c61 -> c12 +c61 -> c19 +c61 -> c55 +c61 -> c60 +c62 -> c30 +c62 -> c32 +c62 -> c38 +c62 -> c41 +c62 -> c42 +c62 -> c56 +c62 -> c61 +c63 -> c44 +c63 -> c60 +c64 -> c33 +c64 -> c39 +c64 -> c48 +c64 -> c51 +c64 -> c52 +c64 -> c57 +c64 -> c62 +c64 -> c63 +c65 -> c31 +c65 -> c62 +c66 -> c0 +c67 -> c59 +c67 -> c66 +c68 -> c60 +c68 -> c67 +c69 -> c61 +c69 -> c68 +c70 -> c63 +c70 -> c68 +c71 -> c31 +c71 -> c48 +c72 -> c64 +c72 -> c65 +c72 -> c69 +c72 -> c70 +c72 -> c71 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/base2.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,107 @@ +B + +40 +22 + +AutoCorrelation +AverageMagnitudeDifferenceFunction +BeatHistogram +Chromagram +Crest +CrossCorrelation +Energy +HarmonicSpectrum +Inharmonicity +Key +LinearPredictionCepstralCoefficients +LinearPredictiveCoding +Loudness +MagnitudeSpectrum +Mean +MelscaleFrequencyCepstralCoefficients +Noisiness +Nonzerocount +OnsetDetectionFunction +PeakSpectrum +Pitch +Power +PowerSpectrum +RootMeanSquare +Sharpness +SpectralCentroid +SpectralCrest +SpectralDecrease +SpectralFlatness +SpectralFlux +SpectralKurtosis +SpectralRolloff +SpectralSkewness +SpectralSlope +SpectralSpread +Spectrum +Tempo +Tonality +Variance +ZeroCrossingRate +1-dimensions +12-dimensions +4-dimensions +6-dimensions +Audio-tag +Dense-output +Pitch-tag +Rhythm-tag +Sparse-output +Spectral-tag +Timbre-tag +Tonality-tag +cepstral-domain +frequency-domain +interframe-temporalscale +intraframe-temporalscale +modulation-frequency-domain +parameterized-dimensions +perceptual-level +physical-level +temporal-domain +time-domain +.....X...............X +.....X...............X +...X..........X.X.X... +.X...X.....X.X.X..X... +...................... +...................... +....X....X............ +.....X.......X........ +X....XX......X.X..X... +........X..X.........X +.....X......X..X.X.X.X +.............X.X.X.X.. +.....X.......X........ +...................... +....XX.......X........ +.....X...XX.XX.X.X.X.X +.....X.......X........ +.....X.......X........ +.....X.......X........ +.....X.......X........ +X.....X......X.X..X... +...................... +...................... +...................... +X............X.X..X... +X....X...X...X.X..X..X +.....X.......X.X.XX... +...................... +.....X...X...X.X.XX..X +X............X.X...X.. +.....X.......X........ +X....X...XX..X.X..X..X +.....X.......X........ +..X..X...X...X.X...X.. +.....X...X...X........ +.....X...............X +.....X.XX....X.......X +.....X.......X........ +....XX.......X........ +X...XX....X....X...XXX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/base2.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,213 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{temporal-domain|ZeroCrossingRate}"]; +c2 [label = "{Rhythm-tag|Tempo}"]; +c3 [label = "{4-dimensions|SpectralSlope}"]; +c4 [label = "{|SpectralRolloff}"]; +c5 [label = "{|}"]; +c6 [label = "{|SpectralFlux}"]; +c7 [label = "{|}"]; +c8 [label = "{|SpectralFlatness}"]; +c9 [label = "{|SpectralCrest}"]; +c10 [label = "{|SpectralCentroid}"]; +c11 [label = "{|}"]; +c12 [label = "{|}"]; +c13 [label = "{|MelscaleFrequencyCepstralCoeff...}"]; +c14 [label = "{|}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{Timbre-tag|}"]; +c18 [label = "{|}"]; +c19 [label = "{|}"]; +c20 [label = "{|}"]; +c21 [label = "{|}"]; +c22 [label = "{|}"]; +c23 [label = "{|SpectralSpread}"]; +c24 [label = "{|Mean}"]; +c25 [label = "{|}"]; +c26 [label = "{|LinearPredictiveCoding}"]; +c27 [label = "{|}"]; +c28 [label = "{|}"]; +c29 [label = "{cepstral-domain|LinearPredictionCepstralCoeffi...}"]; +c30 [label = "{|}"]; +c31 [label = "{|}"]; +c32 [label = "{|}"]; +c33 [label = "{|}"]; +c34 [label = "{|}"]; +c35 [label = "{|}"]; +c36 [label = "{physical-level|}"]; +c37 [label = "{parameterized-dimensions|}"]; +c38 [label = "{|Key}"]; +c39 [label = "{Sparse-output|}"]; +c40 [label = "{|Inharmonicity}"]; +c41 [label = "{|}"]; +c42 [label = "{|}"]; +c43 [label = "{Pitch-tag|Pitch}"]; +c44 [label = "{|Sharpness}"]; +c45 [label = "{|}"]; +c46 [label = "{1-dimensions|}"]; +c47 [label = "{|Energy}"]; +c48 [label = "{Spectral-tag|}"]; +c49 [label = "{Audio-tag|}"]; +c50 [label = "{12-dimensions|Chromagram}"]; +c51 [label = "{Tonality-tag|}"]; +c52 [label = "{|}"]; +c53 [label = "{|}"]; +c54 [label = "{|}"]; +c55 [label = "{|}"]; +c56 [label = "{|}"]; +c57 [label = "{intraframe-temporalscale|}"]; +c58 [label = "{|HarmonicSpectrum}"]; +c59 [label = "{frequency-domain|}"]; +c60 [label = "{6-dimensions|BeatHistogram}"]; +c61 [label = "{perceptual-level|}"]; +c62 [label = "{|AutoCorrelation}"]; +c63 [label = "{time-domain|}"]; +c64 [label = "{Dense-output|}"]; +c65 [label = "{|Crest}"]; +c1 -> c0 +c2 -> c0 +c3 -> c0 +c4 -> c0 +c5 -> c1 +c5 -> c4 +c6 -> c0 +c7 -> c1 +c7 -> c6 +c8 -> c0 +c9 -> c8 +c10 -> c4 +c11 -> c5 +c11 -> c10 +c12 -> c8 +c12 -> c10 +c13 -> c0 +c14 -> c1 +c14 -> c13 +c15 -> c3 +c15 -> c13 +c16 -> c4 +c16 -> c13 +c17 -> c5 +c17 -> c14 +c17 -> c16 +c18 -> c8 +c18 -> c13 +c19 -> c9 +c19 -> c18 +c20 -> c12 +c20 -> c16 +c20 -> c18 +c21 -> c2 +c21 -> c20 +c22 -> c15 +c22 -> c20 +c23 -> c22 +c24 -> c0 +c25 -> c1 +c25 -> c24 +c26 -> c13 +c27 -> c6 +c27 -> c15 +c27 -> c26 +c28 -> c19 +c28 -> c26 +c29 -> c13 +c30 -> c14 +c30 -> c29 +c31 -> c15 +c31 -> c30 +c32 -> c18 +c32 -> c29 +c33 -> c19 +c33 -> c32 +c34 -> c11 +c34 -> c17 +c34 -> c20 +c34 -> c30 +c34 -> c32 +c35 -> c26 +c35 -> c29 +c36 -> c7 +c36 -> c27 +c36 -> c31 +c36 -> c35 +c37 -> c28 +c37 -> c33 +c37 -> c35 +c38 -> c0 +c39 -> c2 +c39 -> c38 +c40 -> c0 +c41 -> c10 +c41 -> c40 +c42 -> c11 +c42 -> c41 +c43 -> c40 +c44 -> c41 +c44 -> c43 +c45 -> c6 +c45 -> c44 +c46 -> c7 +c46 -> c42 +c46 -> c45 +c47 -> c0 +c48 -> c23 +c48 -> c47 +c49 -> c25 +c49 -> c47 +c50 -> c0 +c51 -> c38 +c51 -> c50 +c52 -> c9 +c52 -> c12 +c52 -> c41 +c52 -> c50 +c53 -> c44 +c53 -> c52 +c54 -> c19 +c54 -> c22 +c54 -> c52 +c55 -> c27 +c55 -> c28 +c55 -> c45 +c55 -> c53 +c55 -> c54 +c56 -> c31 +c56 -> c33 +c56 -> c34 +c56 -> c42 +c56 -> c54 +c57 -> c36 +c57 -> c37 +c57 -> c46 +c57 -> c55 +c57 -> c56 +c58 -> c21 +c58 -> c23 +c58 -> c24 +c58 -> c54 +c59 -> c55 +c59 -> c58 +c60 -> c0 +c61 -> c53 +c61 -> c60 +c62 -> c21 +c62 -> c34 +c63 -> c39 +c63 -> c62 +c64 -> c25 +c64 -> c56 +c64 -> c58 +c64 -> c62 +c65 -> c48 +c65 -> c49 +c65 -> c51 +c65 -> c57 +c65 -> c59 +c65 -> c61 +c65 -> c63 +c65 -> c64 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/comirva.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,28 @@ +B + +4 +15 + +Coefficients (Mel-Frequency Cepstral Coefficients) +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +appdomain-several +complexity-high +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Regression +computation-Windowing +dimensions-parameterized +domain-cepstral +domain-frequency +domain-time +level-physical +tag-Spectral +tag-Timbre +temporalscale-intraframe +............... +............... +............... +XXXXXXXXXXXXXXX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/comirva.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,7 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{appdomain-several|MelscaleFrequencyCepstralCoeff...}"]; +c1 [label = "{|Coefficients (Mel-Frequency Ce...}"]; +c1 -> c0 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/jMIR.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,75 @@ +B + +17 +36 + +BeatHistogram +Coefficients (Mel-Frequency Cepstral Coefficients) +LinearPredictiveCoding +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Spectral Centroid +Spectral Rolloff +SpectralCentroid +SpectralFlux +SpectralRolloff +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-music information retrieval +appdomain-several +appdomain-speech recognition +complexity-high +complexity-low +complexity-medium +computation-Autocorrelation +computation-Autoregression (Linear Prediction Analysis) +computation-Band-pass Filter (Bank) +computation-Derivation, Difference +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Discrete Wavelet Transform +computation-Logarithm +computation-Low-pass Filter +computation-Mean +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Windowing +dimensions-1 +dimensions-6 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-modulation frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Spectral +tag-Timbre +temporalscale-interframe +temporalscale-intraframe +X....XX.....X.X...XXX.X...X..X....X. +.................................... +..X.X..XX..X........X..X.X....X....X +.................................... +.................................... +.................................... +.................................... +.................................... +.X.X......XX.X...X..X..XXX..X.X.XX.X +.................................... +.................................... +.X..X......X.X.X.X..XX...X..XX..X..X +.X..X....X.X......X.XX...X....X....X +.X..X......X....X...XX...X..XX..XX.X +.................................... +.................................... +.X..X..............XXX.....XX.XX.X.X
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/jMIR.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,124 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{domain-temporal|ZeroCrossingRate}"]; +c2 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c3 [label = "{|}"]; +c4 [label = "{computation-Derivation, Differ...|SpectralFlux}"]; +c5 [label = "{|}"]; +c6 [label = "{computation-Mean|SpectralCentroid}"]; +c7 [label = "{|}"]; +c8 [label = "{|}"]; +c9 [label = "{|}"]; +c10 [label = "{dimensions-1|}"]; +c11 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c12 [label = "{|}"]; +c13 [label = "{|}"]; +c14 [label = "{tag-Timbre|}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{computation-Logarithm|}"]; +c18 [label = "{tag-Spectral|}"]; +c19 [label = "{domain-time|}"]; +c20 [label = "{|}"]; +c21 [label = "{appdomain-several|}"]; +c22 [label = "{appdomain-speech recognition|LinearPredictiveCoding}"]; +c23 [label = "{|}"]; +c24 [label = "{|}"]; +c25 [label = "{|}"]; +c26 [label = "{complexity-low|}"]; +c27 [label = "{dimensions-parameterized|}"]; +c28 [label = "{|}"]; +c29 [label = "{level-physical|}"]; +c30 [label = "{computation-Discrete Fourier T...|}"]; +c31 [label = "{temporalscale-intraframe|}"]; +c32 [label = "{appdomain-music information re...|BeatHistogram}"]; +c33 [label = "{computation-Spectral binning|}"]; +c34 [label = "{computation-Root Mean Square|}"]; +c35 [label = "{level-perceptual|}"]; +c36 [label = "{computation-Windowing|}"]; +c37 [label = "{|Coefficients (Mel-Frequency Ce...}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c1 +c5 -> c4 +c6 -> c0 +c7 -> c2 +c7 -> c6 +c8 -> c3 +c8 -> c7 +c9 -> c4 +c9 -> c7 +c10 -> c5 +c10 -> c8 +c10 -> c9 +c11 -> c0 +c12 -> c1 +c12 -> c11 +c13 -> c2 +c13 -> c11 +c14 -> c3 +c14 -> c12 +c14 -> c13 +c15 -> c4 +c15 -> c11 +c16 -> c5 +c16 -> c12 +c16 -> c15 +c17 -> c6 +c17 -> c11 +c18 -> c7 +c18 -> c13 +c18 -> c17 +c19 -> c8 +c19 -> c14 +c19 -> c18 +c20 -> c9 +c20 -> c15 +c20 -> c18 +c21 -> c10 +c21 -> c16 +c21 -> c19 +c21 -> c20 +c22 -> c0 +c23 -> c4 +c23 -> c22 +c24 -> c5 +c24 -> c23 +c25 -> c9 +c25 -> c23 +c26 -> c10 +c26 -> c24 +c26 -> c25 +c27 -> c11 +c27 -> c22 +c28 -> c15 +c28 -> c23 +c28 -> c27 +c29 -> c16 +c29 -> c24 +c29 -> c28 +c30 -> c20 +c30 -> c25 +c30 -> c28 +c31 -> c21 +c31 -> c26 +c31 -> c29 +c31 -> c30 +c32 -> c0 +c33 -> c1 +c33 -> c32 +c34 -> c4 +c34 -> c32 +c35 -> c7 +c35 -> c32 +c36 -> c31 +c36 -> c33 +c36 -> c34 +c36 -> c35 +c37 -> c36 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/libXtract.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,119 @@ +B + +40 +34 + +Autocorrelation +Average Magnitude Difference Function +Coefficients (Mel-Frequency Cepstral Coefficients) +Harmonic Spectrum +Kurtosis +LinearPredictionCepstralCoefficients +LinearPredictiveCoding +Loudness +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Linear Prediction Cepstral Coefficients +Marsyas - Batch Feature Extract - Mel-Frequency Cepstral Coefficients +Marsyas - Batch Feature Extract - Spectral Flatness Measure +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Mean +Mel-Frequency Cepstral Coefficients +MelscaleFrequencyCepstralCoefficients +Noisiness +Non-zero count +Peak Spectrum +Sharpness +Skewness +Spectral Centroid +Spectral Flatness +Spectral Kurtosis +Spectral Rolloff +Spectral Skewness +Spectral Slope +Spectral Spread +SpectralCentroid +SpectralFlatness +SpectralFlux +SpectralRolloff +SpectralSlope +Spectrum +Tonality +Variance +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-fingerprinting +appdomain-several +appdomain-speech recognition +complexity-high +complexity-low +complexity-medium +computation-(Non-) Linear Weighting Function +computation-Autoregression (Linear Prediction Analysis) +computation-Band-pass Filter (Bank) +computation-Cepstral Recursion Formula +computation-Derivation, Difference +computation-Discrete Cosine Transform +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Peak Detection +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Windowing +dimensions-1 +dimensions-4 +dimensions-parameterized +domain-cepstral +domain-frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Spectral +tag-Timbre +temporalscale-intraframe +.................................. +.................................. +.................................. +.................................. +.................................. +..X..X.XXX..........X..XX..X.X...X +..X.X..XX...X.......X..X.X...X...X +.........................X........ +.................................. +.................................. +.................................. +.................................. +.................................. +.................................. +.........................X....X... +.................................. +.X.X.......XXX...X..X..XXX.X.X.XXX +.........................X........ +.................................. +.................................. +.X...XX.....X.X..X..XX...X..X....X +.................................. +.................................. +.................................. +.................................. +.................................. +.................................. +.................................. +.................................. +.X..X.......XXX..X..XX...X.XX..X.X +X....X......XXX..X..X..X.X.XX..X.X +.X..X.....X.X.....X.XX...X...X...X +.X..X.......X...X...XX...X.XX..XXX +.X..X.......X..X....X.X..X...X.X.X +...........................X...... +.........................X........ +.........................X....X... +.................................. +.................................. +.X..X..............XXX....XX.XX.XX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/libXtract.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,250 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Peak Detection|SpectralSlope}"]; +c3 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c4 [label = "{|}"]; +c5 [label = "{computation-Derivation, Differ...|SpectralFlux}"]; +c6 [label = "{|}"]; +c7 [label = "{|}"]; +c8 [label = "{|}"]; +c9 [label = "{appdomain-fingerprinting|SpectralFlatness}"]; +c10 [label = "{|SpectralCentroid}"]; +c11 [label = "{|}"]; +c12 [label = "{|}"]; +c13 [label = "{|}"]; +c14 [label = "{|}"]; +c15 [label = "{|}"]; +c16 [label = "{|}"]; +c17 [label = "{|}"]; +c18 [label = "{|}"]; +c19 [label = "{|}"]; +c20 [label = "{computation-(Non-) Linear Weig...|Sharpness}"]; +c21 [label = "{|}"]; +c22 [label = "{|}"]; +c23 [label = "{|}"]; +c24 [label = "{|}"]; +c25 [label = "{dimensions-1|}"]; +c26 [label = "{computation-Mean|}"]; +c27 [label = "{level-perceptual|}"]; +c28 [label = "{complexity-high|MelscaleFrequencyCepstralCoeff...}"]; +c29 [label = "{|}"]; +c30 [label = "{|}"]; +c31 [label = "{|}"]; +c32 [label = "{tag-Timbre|}"]; +c33 [label = "{|}"]; +c34 [label = "{|}"]; +c35 [label = "{|}"]; +c36 [label = "{|}"]; +c37 [label = "{|}"]; +c38 [label = "{|}"]; +c39 [label = "{|}"]; +c40 [label = "{computation-Logarithm|}"]; +c41 [label = "{|}"]; +c42 [label = "{tag-Spectral|}"]; +c43 [label = "{|}"]; +c44 [label = "{|}"]; +c45 [label = "{appdomain-several|}"]; +c46 [label = "{computation-Regression|}"]; +c47 [label = "{|Mean}"]; +c48 [label = "{tag-Audio|}"]; +c49 [label = "{|LinearPredictiveCoding}"]; +c50 [label = "{|}"]; +c51 [label = "{|}"]; +c52 [label = "{|}"]; +c53 [label = "{complexity-low|}"]; +c54 [label = "{|}"]; +c55 [label = "{|}"]; +c56 [label = "{|}"]; +c57 [label = "{computation-Discrete Fourier T...|}"]; +c58 [label = "{domain-frequency|Loudness}"]; +c59 [label = "{computation-Cepstral Recursion...|LinearPredictionCepstralCoeffi...}"]; +c60 [label = "{|}"]; +c61 [label = "{complexity-medium|}"]; +c62 [label = "{domain-cepstral|}"]; +c63 [label = "{|}"]; +c64 [label = "{|}"]; +c65 [label = "{|}"]; +c66 [label = "{domain-time|Spectrum}"]; +c67 [label = "{appdomain-speech recognition|}"]; +c68 [label = "{|}"]; +c69 [label = "{level-physical|}"]; +c70 [label = "{dimensions-parameterized|}"]; +c71 [label = "{computation-Windowing|}"]; +c72 [label = "{|Autocorrelation}"]; +c1 -> c0 +c2 -> c0 +c3 -> c0 +c4 -> c1 +c4 -> c3 +c5 -> c0 +c6 -> c1 +c6 -> c5 +c7 -> c2 +c7 -> c5 +c8 -> c6 +c8 -> c7 +c9 -> c0 +c10 -> c0 +c11 -> c3 +c11 -> c10 +c12 -> c4 +c12 -> c11 +c13 -> c2 +c13 -> c11 +c14 -> c5 +c14 -> c11 +c15 -> c6 +c15 -> c12 +c15 -> c14 +c16 -> c7 +c16 -> c13 +c16 -> c14 +c17 -> c8 +c17 -> c15 +c17 -> c16 +c18 -> c9 +c18 -> c10 +c19 -> c11 +c19 -> c18 +c20 -> c0 +c21 -> c9 +c21 -> c20 +c22 -> c10 +c22 -> c20 +c23 -> c11 +c23 -> c22 +c24 -> c14 +c24 -> c23 +c25 -> c15 +c25 -> c24 +c26 -> c18 +c26 -> c21 +c26 -> c22 +c27 -> c19 +c27 -> c23 +c27 -> c26 +c28 -> c0 +c29 -> c1 +c29 -> c28 +c30 -> c2 +c30 -> c28 +c31 -> c3 +c31 -> c28 +c32 -> c4 +c32 -> c29 +c32 -> c31 +c33 -> c7 +c33 -> c30 +c34 -> c8 +c34 -> c29 +c34 -> c33 +c35 -> c9 +c35 -> c28 +c36 -> c10 +c36 -> c28 +c37 -> c11 +c37 -> c31 +c37 -> c36 +c38 -> c12 +c38 -> c32 +c38 -> c37 +c39 -> c13 +c39 -> c30 +c39 -> c37 +c40 -> c18 +c40 -> c35 +c40 -> c36 +c41 -> c19 +c41 -> c37 +c41 -> c40 +c42 -> c39 +c42 -> c41 +c43 -> c22 +c43 -> c36 +c44 -> c16 +c44 -> c24 +c44 -> c33 +c44 -> c39 +c44 -> c43 +c45 -> c17 +c45 -> c25 +c45 -> c34 +c45 -> c38 +c45 -> c44 +c46 -> c26 +c46 -> c40 +c46 -> c43 +c47 -> c0 +c48 -> c1 +c48 -> c47 +c49 -> c0 +c50 -> c7 +c50 -> c49 +c51 -> c8 +c51 -> c50 +c52 -> c16 +c52 -> c50 +c53 -> c17 +c53 -> c51 +c53 -> c52 +c54 -> c28 +c54 -> c49 +c55 -> c33 +c55 -> c50 +c55 -> c54 +c56 -> c35 +c56 -> c54 +c57 -> c27 +c57 -> c42 +c57 -> c44 +c57 -> c46 +c57 -> c52 +c57 -> c55 +c57 -> c56 +c58 -> c47 +c58 -> c57 +c59 -> c0 +c60 -> c9 +c60 -> c59 +c61 -> c21 +c61 -> c60 +c62 -> c28 +c62 -> c59 +c63 -> c29 +c63 -> c62 +c64 -> c35 +c64 -> c60 +c64 -> c62 +c65 -> c38 +c65 -> c41 +c65 -> c63 +c65 -> c64 +c66 -> c65 +c67 -> c49 +c67 -> c59 +c68 -> c54 +c68 -> c62 +c68 -> c67 +c69 -> c34 +c69 -> c51 +c69 -> c55 +c69 -> c63 +c69 -> c68 +c70 -> c56 +c70 -> c64 +c70 -> c68 +c71 -> c45 +c71 -> c53 +c71 -> c57 +c71 -> c61 +c71 -> c65 +c71 -> c69 +c71 -> c70 +c72 -> c48 +c72 -> c58 +c72 -> c66 +c72 -> c71 +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/sMIRk.cxt Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,56 @@ +B + +13 +25 + +Autocorrelation +LinearPredictiveCoding +Marsyas - Batch Feature Extract - Centroid +Marsyas - Batch Feature Extract - Spectral Rolloff +Marsyas - Batch Feature Extract - Zero Crossings +Spectral Centroid +Spectral Rolloff +SpectralCentroid +SpectralFlux +SpectralRolloff +Zero Crossing Rate +Zero Crossings +ZeroCrossingRate +appdomain-several +appdomain-speech recognition +complexity-low +computation-Autoregression (Linear Prediction Analysis) +computation-Band-pass Filter (Bank) +computation-Derivation, Difference +computation-Discrete Fourier Transform +computation-Logarithm +computation-Mean +computation-Polynomial Root Finding +computation-Regression +computation-Root Mean Square +computation-Spectral binning +computation-Windowing +dimensions-1 +dimensions-parameterized +domain-frequency +domain-temporal +domain-time +level-perceptual +level-physical +tag-Audio +tag-Spectral +tag-Timbre +temporalscale-intraframe +......................... +.XXXX.X......X.XX...X...X +......................... +......................... +......................... +......................... +......................... +X.X...XXX.X..XX.X.XX..X.X +X.X..XX....X.XX.X...X...X +X.X...X..X...XX.X.XX..XXX +......................... +......................... +X.X.........XXX..XX.XX.XX
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcadata/sMIRk.dot Tue Feb 26 14:19:21 2013 +0000 @@ -0,0 +1,49 @@ +digraph Lat{ + node [ shape=record,margin="0.2,0.055" ]; +edge[dir="none"]; +c0 [label = "{|}"]; +c1 [label = "{computation-Spectral binning|ZeroCrossingRate}"]; +c2 [label = "{computation-Polynomial Root Fi...|SpectralRolloff}"]; +c3 [label = "{tag-Timbre|}"]; +c4 [label = "{computation-Derivation, Differ...|SpectralFlux}"]; +c5 [label = "{|}"]; +c6 [label = "{computation-Logarithm|SpectralCentroid}"]; +c7 [label = "{level-perceptual|}"]; +c8 [label = "{domain-time|}"]; +c9 [label = "{|}"]; +c10 [label = "{appdomain-several|}"]; +c11 [label = "{appdomain-speech recognition|LinearPredictiveCoding}"]; +c12 [label = "{|}"]; +c13 [label = "{level-physical|}"]; +c14 [label = "{computation-Discrete Fourier T...|}"]; +c15 [label = "{complexity-low|}"]; +c16 [label = "{|Autocorrelation}"]; +c1 -> c0 +c2 -> c0 +c3 -> c1 +c3 -> c2 +c4 -> c0 +c5 -> c1 +c5 -> c4 +c6 -> c0 +c7 -> c2 +c7 -> c6 +c8 -> c3 +c8 -> c7 +c9 -> c4 +c9 -> c7 +c10 -> c5 +c10 -> c8 +c10 -> c9 +c11 -> c0 +c12 -> c4 +c12 -> c11 +c13 -> c5 +c13 -> c12 +c14 -> c9 +c14 -> c12 +c15 -> c10 +c15 -> c13 +c15 -> c14 +c16 -> c15 +}