useccs.h

来自「CHAPTER 1- real-Time Digital Signal Proc」· C头文件 代码 · 共 24 行

H
24
字号
// 
//  Project: Experiment 1.6.2 Debug Using CCS - Chapter 1
//  File name: useCCS.h   
//
//  Description: This is the header file for experiment 1.6.2 debugUseCCS  
//
//  For the book "Real Time Digital Signal Processing: 
//                Implementation and Application, 2nd Ed"
//                By Sen M. Kuo, Bob H. Lee, and Wenshun Tian
//                Publisher: John Wiley and Sons, Ltd
//
//  Tools used: CCS v.2.12.07
//              TMS320VC5510 DSK Rev-C
//

#define	BUF_SIZE	40
const short sineTable[BUF_SIZE]=
     {0x0000,0x000f,0x001e,0x002d,0x003a,0x0046,0x0050,0x0059,
      0x005f,0x0062,0x0063,0x0062,0x005f,0x0059,0x0050,0x0046,
      0x003a,0x002d,0x001e,0x000f,0x0000,0xfff1,0xffe2,0xffd3,
      0xffc6,0xffba,0xffb0,0xffa7,0xffa1,0xff9e,0xff9d,0xff9e,
      0xffa1,0xffa7,0xffb0,0xffba,0xffc6,0xffd3,0xffe2,0xfff1};

⌨️ 快捷键说明

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