VOLUME.H
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:0k
源码类别:

DSP编程

开发平台:

C/C++

  1. #define BUF_SIZE 0x64
  2. #define TRUE 1
  3. #define FALSE 0
  4. struct PARMS {
  5. int Beta;
  6. int EchoPower;
  7. int ErrorPower;
  8. int Ratio;
  9. struct PARMS *Link;
  10. };