Changes in src/temporal/biquad.h [69b11d8:741bdda]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/biquad.h
r69b11d8 r741bdda 36 36 biquad filter</a> on wikipedia. 37 37 38 \example temporal/test-biquad.c39 40 38 */ 41 39 … … 57 55 lsmp_t b2, lsmp_t a1, lsmp_t a2); 58 56 59 /** create biquad filter with `b0`, `b1`, `b2`, `a1`, `a2` coeffs57 /** create new biquad filter 60 58 61 59 \param b0 forward filter coefficient
Note: See TracChangeset
for help on using the changeset viewer.