- Timestamp:
- Sep 18, 2009, 12:57:31 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- adcf405
- Parents:
- 0028ea7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.c
r0028ea7 rc218821 98 98 { 99 99 uint_t i, j; 100 100 101 /* compute filterbank */ 101 102 aubio_filterbank_do (mf->fb, in, mf->in_dct); 102 103 103 /* extract real part of fft grain */ 104 /* zeros output */ 105 fvec_zeros(out); 106 107 /* compute discrete cosine transform */ 104 108 for (i = 0; i < mf->n_filters; i++) { 105 109 for (j = 0; j < mf->n_coefs; j++) {
Note: See TracChangeset
for help on using the changeset viewer.