⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 spmsg.h

📁 AVS音频解码器源代码
💻 H
字号:
/*------------ Telecommunications & Signal Processing Lab --------------
                         McGill University

Routine:
  SPmsg.h

Description:
  Message texts for the TSP SP routines.

Author / revision:
  P. Kabal  Copyright (C) 1997
  $Revision: 1.1.1.1 $  $Date: 2005/12/22 09:54:42 $

----------------------------------------------------------------------*/

#ifndef SPmsg_h_
#define SPmsg_h_

/* Error messages */
#define SPM_BadFrLen	"Invalid frame length"
#define SPM_BadTrLen	"Invalid transform length"
#define SPM_NegEnergy	"Negative signal energy"
#define SPM_NonPosDef	"Non-positive definite correlation values"
#define SPM_NonUnity	"Non-unity first error filter coefficient"
#define SPM_NotAllLSF	"Failed to find all LSF's"
#define SPM_TooManyCep	"Too many cepstral coefficients"
#define SPM_TooManyCoef	"Too many coefficients"

/* Warning messages */
#define SPM_FixNegEnergy "Fixup for negative error energy"
#define SPM_NonMinPhase	"Non-minimum phase prediction error filter"
#define SPM_RedOrder	"Using reduced order"

#endif	/* SPmsg_h_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -