Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/biquad.h

    r69b11d8 r741bdda  
    3636  biquad filter</a> on wikipedia.
    3737
    38   \example temporal/test-biquad.c
    39 
    4038*/
    4139
     
    5755    lsmp_t b2, lsmp_t a1, lsmp_t a2);
    5856
    59 /** create biquad filter with `b0`, `b1`, `b2`, `a1`, `a2` coeffs
     57/** create new biquad filter
    6058
    6159  \param b0 forward filter coefficient
Note: See TracChangeset for help on using the changeset viewer.