comparison src/libxtract.c @ 52:45c585bb7996

Rationalised spectral data format. Added spectral_mean et al
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 10 Jan 2007 13:16:55 +0000
parents 435be4a78aac
children 9762d7e3d129
comparison
equal deleted inserted replaced
51:5306739416cf 52:45c585bb7996
28 xtract_variance, 28 xtract_variance,
29 xtract_standard_deviation, 29 xtract_standard_deviation,
30 xtract_average_deviation, 30 xtract_average_deviation,
31 xtract_skewness, 31 xtract_skewness,
32 xtract_kurtosis, 32 xtract_kurtosis,
33 xtract_centroid, 33 xtract_spectral_mean,
34 xtract_spectral_variance,
35 xtract_spectral_standard_deviation,
36 xtract_spectral_average_deviation,
37 xtract_spectral_skewness,
38 xtract_spectral_kurtosis,
39 xtract_spectral_centroid,
34 xtract_irregularity_k, 40 xtract_irregularity_k,
35 xtract_irregularity_j, 41 xtract_irregularity_j,
36 xtract_tristimulus_1, 42 xtract_tristimulus_1,
37 xtract_tristimulus_2, 43 xtract_tristimulus_2,
38 xtract_tristimulus_3, 44 xtract_tristimulus_3,
44 xtract_flatness, 50 xtract_flatness,
45 xtract_tonality, 51 xtract_tonality,
46 xtract_crest, 52 xtract_crest,
47 xtract_noisiness, 53 xtract_noisiness,
48 xtract_rms_amplitude, 54 xtract_rms_amplitude,
49 xtract_inharmonicity, 55 xtract_spectral_inharmonicity,
50 xtract_power, 56 xtract_power,
51 xtract_odd_even_ratio, 57 xtract_odd_even_ratio,
52 xtract_sharpness, 58 xtract_sharpness,
53 xtract_slope, 59 xtract_spectral_slope,
54 xtract_lowest_value, 60 xtract_lowest_value,
55 xtract_highest_value, 61 xtract_highest_value,
56 xtract_sum, 62 xtract_sum,
57 xtract_hps, 63 xtract_hps,
58 xtract_f0, 64 xtract_f0,
65 /* xtract_vector.h */ 71 /* xtract_vector.h */
66 xtract_autocorrelation, 72 xtract_autocorrelation,
67 xtract_amdf, 73 xtract_amdf,
68 xtract_asdf, 74 xtract_asdf,
69 xtract_bark_coefficients, 75 xtract_bark_coefficients,
70 xtract_peaks, 76 xtract_peak_spectrum,
71 xtract_magnitude_spectrum, 77 xtract_magnitude_spectrum,
72 xtract_autocorrelation_fft, 78 xtract_autocorrelation_fft,
73 xtract_mfcc, 79 xtract_mfcc,
74 xtract_dct, 80 xtract_dct,
75 xtract_harmonics 81 xtract_harmonic_spectrum
76 }; 82 };
77 83
78 84
79 /*char *xtract_help_strings[] = { 85 /*char *xtract_help_strings[] = {
80 "xtract_mean", 86 "xtract_mean",