Changeset bfd4414
- Timestamp:
- Aug 18, 2015, 11:28:53 AM (9 years ago)
- 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:
- a5eb2b3
- Parents:
- 763a7f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/aubiomfcc.txt
r763a7f1 rbfd4414 1 1 NAME 2 aubiomfcc - a command line tool to compute Mel- frequency Cepstrum Coefficients2 aubiomfcc - a command line tool to compute Mel-Frequency Cepstrum Coefficients 3 3 4 4 SYNOPSIS … … 11 11 DESCRIPTION 12 12 13 aubiomfcc compute the Mel Frequency Cepstrum Coefficients (MFCC). 13 aubiomfcc compute the Mel-Frequency Cepstrum Coefficients (MFCC). 14 15 MFCCs are coefficients that make up for the mel-frequency spectrum, a 16 representation of the short-term power spectrum of a sound. By default, 13 17 coefficents are computed using 40 filters. 14 18 15 19 When started with an input source (-i/--input), the coefficients are given on
Note: See TracChangeset
for help on using the changeset viewer.