Changeset 1a74ac3 for src/mathutils.h


Ignore:
Timestamp:
Feb 4, 2011, 10:26:10 AM (13 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:
34422b4, 42515ac
Parents:
b583b9fb
Message:

src/mathutils.c: fix aubio_db_spl, thanks to Eric, closes #15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    rb583b9fb r1a74ac3  
    107107/** compute the energy of a vector
    108108
    109   This function compute the sum of the squared elements of a vector.
     109  This function compute the sum of the squared elements of a vector, normalised
     110  by its length.
    110111 
    111112  \param v vector to get the energy from
Note: See TracChangeset for help on using the changeset viewer.