Changeset 554e286
- Timestamp:
- Nov 4, 2009, 10:36:33 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:
- 349e455
- Parents:
- 7893149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/filterbank.h
r7893149 r554e286 41 41 /** create filterbank object 42 42 43 \param n_filters number of filters to create 43 44 \param win_s size of analysis buffer (and length the FFT transform) 44 \param n_filters number of filters to create45 45 46 46 */ … … 49 49 /** destroy filterbank object 50 50 51 \param fb filterbank, as returned by new_aubio_filterbank method51 \param fb filterbank, as returned by new_aubio_filterbank() method 52 52 53 53 */ … … 72 72 /** copy filter coefficients to the filterbank 73 73 74 \param f filterbank object to get coefficients from 74 \param f filterbank object to set coefficients 75 \param filters filter bank coefficients to copy from 75 76 76 77 */
Note: See TracChangeset
for help on using the changeset viewer.