FE_plcc.h
上传用户:italyroyal
上传日期:2013-05-06
资源大小:473k
文件大小:1k
源码类别:

语音合成与识别

开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////////
  2. // This is a part of the Feature program.
  3. // Version: 1.0
  4. // Date: February 22, 2003
  5. // Programmer: Oh-Wook Kwon
  6. // Copyright(c) 2003 Oh-Wook Kwon. All rights reserved. owkwon@ucsd.edu
  7. ///////////////////////////////////////////////////////////////////////////////
  8. #ifndef _FE_PLCC_H_
  9. #define _FE_PLCC_H_
  10. /**************************************************************
  11.  *  for PLP and RASTA
  12.  **************************************************************/
  13. #define PLP_ORDER                 13 /* PLP order */
  14. #define PLP_CEP_ORDER             12 /* PLP-CEP order */
  15. #define PLP_FFT_SIZE             256 /* Note this should be a power of 2 */
  16. #define PLP_WINDOW_SIZE_IN_MS     16 /* Window size in ms */
  17. #define PLP_P_EXP                0.6 /* peak enhancemnt factor */
  18. #define RASTA_NO                   0
  19. #define RASTA_BY_HERMANSKY_BPF     1
  20. #define RASTA_BY_SRI_HPF           2
  21. #define RASTA_NEW_HERMANSKY_ALPHA     0.94
  22. #define RASTA_OLD_HERMANSKY_ALPHA     0.98
  23. #define RASTA_SRI_ALPHA               0.97
  24. #endif