Changeset 14a299e


Ignore:
Timestamp:
Sep 17, 2009, 7:30:15 PM (15 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:
c185ebb
Parents:
afc584d
Message:

filterbank.c: use base 10 logarithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/filterbank.c

    rafc584d r14a299e  
    8484
    8585      /* compute logarithm */
    86       out->data[i][fn] = LOG (out->data[i][fn]);
     86      out->data[i][fn] = LOG10 (out->data[i][fn]);
    8787    }
    8888  }
Note: See TracChangeset for help on using the changeset viewer.