# HG changeset patch # User nothing@tehis.net # Date 1361888361 0 # Node ID c314ed54a13bc8964f7d7611fbb97d66efc8263e # Parent 365a37a2fb6cc5fcfd23a8e8f683d35b2a3ed836 added fca data files diff -r 365a37a2fb6c -r c314ed54a13b baseOnto.n3 --- 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 : . @prefix af: . @prefix dc: . +@prefix vs: . @prefix owl: . @prefix rdf: . +@prefix xml: . +@prefix xsd: . @prefix rdfs: . -@prefix vs: . -@prefix xsd: . - -<> 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" . - - 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" . - - 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 . + + 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 +# +################################################################# + + + rdf:type owl:AnnotationProperty . + + + + rdf:type owl:AnnotationProperty . + + + + rdf:type owl:AnnotationProperty . + + + + rdf:type owl:AnnotationProperty . + + + + "testing"^^ . + + + + rdf:type owl:AnnotationProperty . + + + + rdf:type owl:AnnotationProperty . + + + + "application domain property"^^ ; + + "testing"^^ . + + + + "testing"^^ . + + + + rdf:type owl:AnnotationProperty . + + + + rdf:type owl:AnnotationProperty . + + + + "testing"^^ . + + + + + +################################################################# +# +# Datatypes +# +################################################################# + + +### AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral + + rdf:type rdfs:Datatype . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean + + rdf:type rdfs:Datatype . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer + + rdf:type rdfs:Datatype . + + + + + +################################################################# +# +# Object Properties +# +################################################################# + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain + + rdf:type owl:ObjectProperty ; + + "application domain property"^^ ; + + "testing"^^ ; + + rdfs:range . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity + + rdf:type owl:ObjectProperty ; + + "testing"^^ ; + + rdfs:range . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions + + rdf:type owl:ObjectProperty ; + + rdfs:range , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model + + rdf:type owl:ObjectProperty ; + + "testing"^^ ; + + rdfs:range . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale + + rdf:type owl:ObjectProperty ; + + rdfs:range . + + + + + +################################################################# +# +# Classes +# +################################################################# + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "4 Hz Modulation Energy"^^ ; + + "4 Hz Modulation Energy feature"^^ ; + + "4HzModulationEnergy"^^ ; + + "testing"^^ ; + + "true"^^ ; + + ; + + , + , + ; + + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "4 Hz Modulation Harmonic Coefficients"^^ ; + + "4 Hz Modulation Harmonic Coefficients feature"^^ ; + + "4HzModulationHarmonicCoefficients"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + , + , + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform + + rdf:type owl:Class ; + + rdfs:subClassOf , + ; + + "42"^^ ; + + "Adaptive Time Frequency Transform"^^ , + "Adaptive Time-Frequency Transform"^^ ; + + "Adaptive Time-Frequency Transform feature"^^ ; + + "AdaptiveTimeFrequencyTransform"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "9"^^ ; + + "Amplitude Descriptor"^^ ; + + "Amplitude Descriptor feature"^^ ; + + "AmplitudeDescriptor"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + , + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "62"^^ ; + + "Auditory Filter Bank Temporal Envelopes"^^ ; + + "Auditory Filter Bank Temporal Envelopes feature"^^ ; + + "AuditoryFilterBankTemporalEnvelopes"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Autocorrelation"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Autocorrelation MFCCs"^^ ; + + "Autocorrelation MFCCs feature"^^ ; + + "AutocorrelationMFCCs"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + , + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Autoregression (Linear Prediction Analysis)"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "4"^^ ; + + "Band Periodicity"^^ ; + + "Band Periodicity feature"^^ ; + + "BandPeriodicity"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + , + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank + + rdf:type owl:Class ; + + rdfs:subClassOf , + ; + + "Band-pass Filter (Bank)"^^ , + "Band-pass Filter Bank"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Bandwidth"^^ ; + + "Bandwidth feature"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Bark-scale Frequency Cepstral Coefficients"^^ ; + + "Bark-scale Frequency Cepstral Coefficients feature"^^ ; + + "BarkscaleFrequencyCepstralCoefficients"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "6"^^ ; + + "Beat Histogram"^^ ; + + "Beat Histogram feature"^^ ; + + "BeatHistogram"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Beat Spectrum"^^ ; + + "Beat Spectrum feature"^^ ; + + "BeatSpectrum"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Beat Tracker"^^ ; + + "Beat Tracker feature"^^ ; + + "BeatTracker"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Cepstral Recursion Formula"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "12"^^ ; + + "Chroma CENS Features"^^ ; + + "Chroma CENS Features feature"^^ ; + + "ChromaCENSFeatures"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "12"^^ ; + + "Chromagram"^^ ; + + "Chromagram feature"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Comb Filter (Bank)"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Constant Q Transform"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Cross-Correlation"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Cyclic Beat Spectrum"^^ ; + + "Cyclic Beat Spectrum feature"^^ ; + + "CyclicBeatSpectrum"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "DWPT-based Rhythm Feature"^^ ; + + "DWPT-based Rhythm Feature feature"^^ ; + + "DWPTbasedRhythmFeature"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "28"^^ ; + + "Daubechies Wavelet Coefficient Histogram"^^ ; + + "Daubechies Wavelet Coefficient Histogram feature"^^ ; + + "DaubechiesWaveletCoefficientHistogram"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Derivation, Difference"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Deviation, Sum of Differences"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Discrete Cosine Transform"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Discrete Fourier Transform"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Discrete Wavelet Transform"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "64"^^ ; + + "Distortion Discriminant Analysis"^^ ; + + "Distortion Discriminant Analysis feature"^^ ; + + "DistortionDiscriminantAnalysis"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + , + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Energy Spectral Density"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Entropy"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Exponential Function"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature + + rdf:type owl:Class ; + + owl:equivalentClass ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature + + rdf:type owl:Class ; + + owl:equivalentClass ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Group Delay Function"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Harmonic Coefficient"^^ ; + + "Harmonic Coefficient feature"^^ ; + + "HarmonicCoefficient"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Harmonic Concentration"^^ ; + + "Harmonic Concentration feature"^^ ; + + "HarmonicConcentration"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Harmonic Derivate"^^ ; + + "Harmonic Derivate feature"^^ ; + + "HarmonicDerivate"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Harmonic Energy Entropy"^^ ; + + "Harmonic Energy Entropy feature"^^ ; + + "HarmonicEnergyEntropy"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Harmonic Peak Detection"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Harmonic Prominence"^^ ; + + "Harmonic Prominence feature"^^ ; + + "HarmonicProminence"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Histogram"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Independent Component Analysis"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Inharmonicity"^^ ; + + "Inharmonicity feature"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Integral Loudness"^^ ; + + "Integral Loudness feature"^^ ; + + "IntegralLoudness"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Joint Acoustic and Moduluation Frequency"^^ ; + + "Joint Acoustic and Moduluation Frequency feature"^^ ; + + "JointAcousticandModuluationFrequency"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + , + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Level Crossing Detector"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Line Spectral Frequencies"^^ ; + + "Line Spectral Frequencies feature"^^ ; + + "LineSpectralFrequencies"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "LPCC"^^ ; + + "Linear Prediction Cepstral Coefficients"^^ ; + + "Linear Prediction Cepstral Coefficients feature"^^ ; + + "LinearPredictionCepstralCoefficients"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Linear Prediction ZCR"^^ ; + + "Linear Prediction ZCR feature"^^ ; + + "LinearPredictionZCR"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "LPC"^^ ; + + "Linear Predictive Coding"^^ ; + + "Linear Predictive Coding feature"^^ ; + + "LinearPredictiveCoding"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Logarithm"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Low-pass Filter"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "2"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Audio Fundamental Frequency"^^ ; + + "MPEG-7 Audio Fundamental Frequency feature"^^ ; + + "MPEG7AudioFundamentalFrequency"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "2"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Audio Harmonicity"^^ ; + + "MPEG-7 Audio Harmonicity feature"^^ ; + + "MPEG7AudioHarmonicity"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "MPEG-7"^^ ; + + "MPEG-7 Audio Spectrum Basis"^^ ; + + "MPEG-7 Audio Spectrum Basis feature"^^ ; + + "MPEG7AudioSpectrumBasis"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Audio Spectrum Centroid"^^ ; + + "MPEG-7 Audio Spectrum Centroid feature"^^ ; + + "MPEG7AudioSpectrumCentroid"^^ ; + + "testing"^^ ; + + "true"^^ ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Audio Spectrum Spread"^^ ; + + "MPEG-7 Audio Spectrum Spread feature"^^ ; + + "MPEG7AudioSpectrumSpread"^^ ; + + "testing"^^ ; + + "true"^^ ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "2"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Audio Waveform"^^ ; + + "MPEG-7 Audio Waveform feature"^^ ; + + "MPEG7AudioWaveform"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Harmonic Spectral Centroid"^^ ; + + "MPEG-7 Harmonic Spectral Centroid feature"^^ ; + + "MPEG7HarmonicSpectralCentroid"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Harmonic Spectral Deviation"^^ ; + + "MPEG-7 Harmonic Spectral Deviation feature"^^ ; + + "MPEG7HarmonicSpectralDeviation"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + , + , + , + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Harmonic Spectral Spread"^^ ; + + "MPEG-7 Harmonic Spectral Spread feature"^^ ; + + "MPEG7HarmonicSpectralSpread"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Harmonic Spectral Variation"^^ ; + + "MPEG-7 Harmonic Spectral Variation feature"^^ ; + + "MPEG7HarmonicSpectralVariation"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Log Attack Time"^^ ; + + "MPEG-7 Log Attack Time feature"^^ ; + + "MPEG7LogAttackTime"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Spectral Centroid"^^ ; + + "MPEG-7 Spectral Centroid feature"^^ ; + + "MPEG7SpectralCentroid"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "MPEG-7"^^ ; + + "MPEG-7 Temporal Centroid"^^ ; + + "MPEG-7 Temporal Centroid feature"^^ ; + + "MPEG7TemporalCentroid"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Maximum"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Mean"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Median"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "MFCC"^^ ; + + "Mel-scale Frequency Cepstral Coefficients"^^ ; + + "Mel-scale Frequency Cepstral Coefficients feature"^^ ; + + "MelscaleFrequencyCepstralCoefficients"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Minimum"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Modified Group Delay"^^ ; + + "Modified Group Delay feature"^^ ; + + "ModifiedGroupDelay"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Modulated Complex Lapped Transform"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Multi-resolution Entropy"^^ ; + + "Multi-resolution Entropy feature"^^ ; + + "MultiresolutionEntropy"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "256"^^ ; + + "Noise-Robust Auditory Feature"^^ ; + + "Noise-Robust Auditory Feature feature"^^ ; + + "NoiseRobustAuditoryFeature"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + , + ; + + ; + + ; + + ; + + , + , + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "(Non-) Linear Weighting Function"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Normalization"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Peak Detection"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Percentile"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Perceptual Linear Prediction"^^ ; + + "Perceptual Linear Prediction feature"^^ ; + + "PerceptualLinearPrediction"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + , + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Phase Space Embedding"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Phase Space Features"^^ ; + + "Phase Space Features feature"^^ ; + + "PhaseSpaceFeatures"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Pitch"^^ ; + + "Pitch feature"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Pitch Histogram"^^ ; + + "Pitch Histogram feature"^^ ; + + "PitchHistogram"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "12"^^ ; + + "Pitch Profile"^^ ; + + "Pitch Profile feature"^^ ; + + "PitchProfile"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + , + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Pitch Synchronous ZCPA"^^ ; + + "Pitch Synchronous ZCPA feature"^^ ; + + "PitchSynchronousZCPA"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + , + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Polynomial Root Finding"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Power"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Principal Component Analysis"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Psychoacoustical Pitch"^^ ; + + "Psychoacoustical Pitch feature"^^ ; + + "PsychoacousticalPitch"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Pulse Metric"^^ ; + + "Pulse Metric feature"^^ ; + + "PulseMetric"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + , + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "256"^^ ; + + "Rate-scale-frequency Features"^^ ; + + "Rate-scale-frequency Features feature"^^ ; + + "RatescalefrequencyFeatures"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + , + ; + + ; + + ; + + ; + + , + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Regression"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Relative Spectral PLP"^^ ; + + "Relative Spectral PLP feature"^^ ; + + "RelativeSpectralPLP"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + , + , + , + , + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "80"^^ ; + + "Rhythm Patterns"^^ ; + + "Rhythm Patterns feature"^^ ; + + "RhythmPatterns"^^ ; + + "testing"^^ ; + + "true"^^ ; + + , + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Root Mean Square"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Sharpness"^^ ; + + "Sharpness feature"^^ ; + + "testing"^^ ; + + "true"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Short-Time Energy"^^ ; + + "Short-Time Energy feature"^^ ; + + "ShortTimeEnergy"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Singular Value Decomposition"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Sone"^^ ; + + "Sone feature"^^ ; + + "testing"^^ ; + + "true"^^ ; + + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Spectral Center"^^ ; + + "Spectral Center feature"^^ ; + + "SpectralCenter"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Spectral Centroid"^^ ; + + "Spectral Centroid feature"^^ ; + + "SpectralCentroid"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Spectral Crest"^^ ; + + "Spectral Crest feature"^^ ; + + "SpectralCrest"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Spectral Dispersion"^^ ; + + "Spectral Dispersion feature"^^ ; + + "SpectralDispersion"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Spectral Flatness"^^ ; + + "Spectral Flatness feature"^^ ; + + "SpectralFlatness"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "SF"^^ ; + + "Spectral Flux"^^ ; + + "Spectral Flux feature"^^ ; + + "SpectralFlux"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Spectral Peak Structure"^^ ; + + "Spectral Peak Structure feature"^^ ; + + "SpectralPeakStructure"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + , + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Spectral Peaks"^^ ; + + "Spectral Peaks feature"^^ ; + + "SpectralPeaks"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Spectral Rolloff"^^ ; + + "Spectral Rolloff feature"^^ ; + + "SpectralRolloff"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "4"^^ ; + + "Spectral Slope"^^ ; + + "Spectral Slope feature"^^ ; + + "SpectralSlope"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Spectral binning"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Subband Energy Ratio"^^ ; + + "Subband Energy Ratio feature"^^ ; + + "SubbandEnergyRatio"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "8"^^ ; + + "Subband Spectral Flux"^^ ; + + "Subband Spectral Flux feature"^^ ; + + "SubbandSpectralFlux"^^ ; + + "false"^^ ; + + "testing"^^ ; + + , + ; + + ; + + ; + + , + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Sum, Weighted Sum"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale + + rdf:type owl:Class . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation + + rdf:type owl:Class ; + + rdfs:subClassOf . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "Volume"^^ ; + + "Volume feature"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Windowing"^^ . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "Zero Crossing Peak Amplitudes"^^ ; + + "Zero Crossing Peak Amplitudes feature"^^ ; + + "ZeroCrossingPeakAmplitudes"^^ ; + + "testing"^^ ; + + "true"^^ ; + + ; + + ; + + ; + + ; + + ; + + ; + + , + ; + + ; + + . + + + +### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate + + rdf:type owl:Class ; + + rdfs:subClassOf ; + + "1"^^ ; + + "ZCR"^^ ; + + "Zero Crossing Rate"^^ ; + + "Zero Crossing Rate feature"^^ ; + + "ZeroCrossingRate"^^ ; + + "false"^^ ; + + "testing"^^ ; + + ; + + ; + + ; + + ; + + , + . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean + + rdf:type owl:Class . + + + +### AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer + + rdf:type owl:Class . + + + + +### Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net + diff -r 365a37a2fb6c -r c314ed54a13b fcadata/CLAM.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/CLAM.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/MIREX.cxt --- /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 + + + + + + + + + + + + + + + + + + diff -r 365a37a2fb6c -r c314ed54a13b fcadata/MIRToolbox.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/MIRToolbox.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/Marsyas.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/Marsyas.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/PsySound3.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/PsySound3.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/SuperCollider.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/SuperCollider.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/Vamp.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/Vamp.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/Yaafe.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/Yaafe.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/aubio.cxt --- /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 +........................... diff -r 365a37a2fb6c -r c314ed54a13b fcadata/aubio.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/base.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/base.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/base2.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/base2.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/comirva.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/comirva.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/jMIR.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/jMIR.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/libXtract.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/libXtract.dot --- /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 +} diff -r 365a37a2fb6c -r c314ed54a13b fcadata/sMIRk.cxt --- /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 diff -r 365a37a2fb6c -r c314ed54a13b fcadata/sMIRk.dot --- /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 +}