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

📄 useccs.h

📁 CHAPTER 1- real-Time Digital Signal Processing: Implementations and Applications, Second Edition by
💻 H
字号:
// 
//  Project: Experiment 1.6.1 Using CCS - Chapter 1 
//  File name: useCCS.h   
//
//  Description: This is the header file for experiment 1.6.1 useCCS 
//
//  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -