sinetab.h

来自「基于DSP2000的例程」· C头文件 代码 · 共 13 行

H
13
字号
/*
 *  Copyright (c) 2001-2002, Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
*/

#define SIZE_SINE_TABLE 128

extern int sineTable[SIZE_SINE_TABLE];


⌨️ 快捷键说明

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