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