Changeset 69b11d8 for src/temporal


Ignore:
Timestamp:
Mar 3, 2013, 4:44:18 AM (11 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:
b173ca1
Parents:
f72364d
Message:

src/*/*.h: add link to examples, remove trailing spaces, improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/biquad.h

    rf72364d r69b11d8  
    3636  biquad filter</a> on wikipedia.
    3737
     38  \example temporal/test-biquad.c
     39
    3840*/
    3941
     
    5557    lsmp_t b2, lsmp_t a1, lsmp_t a2);
    5658
    57 /** create new biquad filter
     59/** create biquad filter with `b0`, `b1`, `b2`, `a1`, `a2` coeffs
    5860
    5961  \param b0 forward filter coefficient
Note: See TracChangeset for help on using the changeset viewer.