Changeset f071c93
- Timestamp:
- Oct 25, 2009, 9:08:50 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:
- a17e8c9
- Parents:
- 8b19e1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/biquad.h
r8b19e1c rf071c93 51 51 52 52 */ 53 uint_t 54 aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1, lsmp_t b2, 55 lsmp_t a1, lsmp_t a2); 53 uint_t aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1, 54 lsmp_t b2, lsmp_t a1, lsmp_t a2); 56 55 57 56 /** create new biquad filter … … 65 64 66 65 */ 67 aubio_filter_t * 68 new_aubio_filter_biquad (lsmp_t b0, lsmp_t b1, lsmp_t b2, lsmp_t a1, lsmp_t a2, 69 uint_t channels); 66 aubio_filter_t *new_aubio_filter_biquad (lsmp_t b0, lsmp_t b1, lsmp_t b2, 67 lsmp_t a1, lsmp_t a2, uint_t channels); 70 68 71 69 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.