Ignore:
Timestamp:
Oct 21, 2009, 3:56:16 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
a8aaef3
Parents:
3ad2ef6
Message:

src/temporal: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/biquad.h

    r3ad2ef6 r2d1d5ce  
    4343/** set coefficients of a biquad filter
    4444
     45  \param f filter object as returned by new_aubio_filter()
    4546  \param b0 forward filter coefficient
    4647  \param b1 forward filter coefficient
     
    6162  \param a1 feedback filter coefficient
    6263  \param a2 feedback filter coefficient
     64  \param channels number of channels to allocate
    6365
    6466*/
Note: See TracChangeset for help on using the changeset viewer.