Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/cvec.h

    r6f42c16 r6e8f021  
    231231void cvec_zeros(cvec_t *s);
    232232
     233/** take logarithmic magnitude
     234
     235  \param s input cvec to compress
     236  \param lambda value to use for normalisation
     237
     238*/
     239void cvec_logmag(cvec_t *s, smpl_t lambda);
     240
    233241#ifdef __cplusplus
    234242}
Note: See TracChangeset for help on using the changeset viewer.