Changes in src/cvec.h [6e8f021:6f42c16]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/cvec.h
r6e8f021 r6f42c16 231 231 void cvec_zeros(cvec_t *s); 232 232 233 /** take logarithmic magnitude234 235 \param s input cvec to compress236 \param lambda value to use for normalisation237 238 */239 void cvec_logmag(cvec_t *s, smpl_t lambda);240 241 233 #ifdef __cplusplus 242 234 }
Note: See TracChangeset
for help on using the changeset viewer.