Blame view

egs/fisher_callhome_spanish/s5/conf/mfcc_hires.conf 623 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
  # config for high-resolution MFCC features, intended for neural network training.
  # Note: we keep all cepstra, so it has the same info as filterbank features,
  # but MFCC is more easily compressible (because less correlated) which is why
  # we prefer this method.
  --use-energy=false   # use average of log energy, not energy.
  --sample-frequency=8000 #  Switchboard is sampled at 8kHz
  --num-mel-bins=40     # similar to Google's setup.
  --num-ceps=40     # there is no dimensionality reduction.
  --low-freq=40    # low cutoff frequency for mel bins
  --high-freq=-200 # high cutoff frequently, relative to Nyquist of 4000 (=3800)