Changeset 33916b8
- Timestamp:
- Oct 7, 2009, 7:55:08 PM (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:
- cfa0f12
- Parents:
- bd1a630
- Location:
- src/spectral
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/filterbank.c
rbd1a630 r33916b8 88 88 return f->filters; 89 89 } 90 91 uint_t 92 aubio_filterbank_set_coeffs (aubio_filterbank_t * f, fvec_t * filters) 93 { 94 fvec_copy(filters, f->filters); 95 return 0; 96 } -
src/spectral/filterbank.h
rbd1a630 r33916b8 71 71 fvec_t *aubio_filterbank_get_coeffs (aubio_filterbank_t * f); 72 72 73 /** copy filter coefficients to the filterbank 74 75 \param f filterbank object to get coefficients from 76 77 */ 78 uint_t aubio_filterbank_set_coeffs (aubio_filterbank_t * f, fvec_t * filters); 79 73 80 #ifdef __cplusplus 74 81 }
Note: See TracChangeset
for help on using the changeset viewer.