Changeset 5b41ef9 for src/mathutils.h


Ignore:
Timestamp:
Nov 17, 2013, 6:23:34 PM (10 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:
af3cfb3
Parents:
c1ddeb8
Message:

src/mathutils.h: move fvec_local_energy to aubio_level_lin, move to musicutils.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    rc1ddeb8 r5b41ef9  
    108108*/
    109109smpl_t fvec_sum (fvec_t * v);
    110 
    111 /** compute the energy of a vector
    112 
    113   This function compute the sum of the squared elements of a vector, normalised
    114   by its length.
    115  
    116   \param v vector to get the energy from
    117 
    118   \return the energy of v
    119  
    120 */
    121 smpl_t fvec_local_energy (fvec_t * v);
    122110
    123111/** compute the High Frequency Content of a vector
Note: See TracChangeset for help on using the changeset viewer.