Changeset b63c7d3 for src


Ignore:
Timestamp:
Mar 26, 2017, 5:38:41 PM (7 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, sampler
Children:
340f5c7
Parents:
40ed6a7
Message:

src/cvec.h: add formula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/cvec.h

    r40ed6a7 rb63c7d3  
    236236  \param lambda value to use for normalisation
    237237
     238  \f$ S_k = log( \lambda * S_k + 1 ) \f$
     239
    238240*/
    239241void cvec_logmag(cvec_t *s, smpl_t lambda);
Note: See TracChangeset for help on using the changeset viewer.