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

📄 sinetabx.h

📁 asterisk 是一个很有知名度开源软件
💻 H
字号:
/* * sinetabx.h - for Xelatec Private Mobile Radio Processes *  * All Rights Reserved. Copyright (C)2007, Xelatec, LLC *  * 20070808 1235 Steven Henke, W9SH, sph@xelatec.com * * See http://www.asterisk.org for more information about * the Asterisk project. Please do not directly contact * any of the maintainers of this project for assistance; * the project provides a web site, mailing lists and IRC * channels for your use. * * This program is free software, distributed under the terms of * the GNU General Public License Version 2. See the LICENSE file * at the top of the source tree. *//*! \file * * \brief Private Land Mobile Radio Channel Voice and Signaling Processor * * \author Steven Henke, W9SH <sph@xelatec.com> Xelatec, LLC */#ifndef XPMR_SINETABX_H#define XPMR_SINETABX_H 1		#define SAMPLES_PER_SINE 256				const i16 sinetablex[]={		0,			// 0804,		// 11608,		// 22410,		// 33212,		// 44011,		// 54808,		// 65602,		// 76393,		// 87179,		// 97962,		// 108739,		// 119512,		// 1210278,		// 1311039,		// 1411793,		// 1512539,		// 1613279,		// 1714010,		// 1814732,		// 1915446,		// 2016151,		// 2116846,		// 2217530,		// 2318204,		// 2418868,		// 2519519,		// 2620159,		// 2720787,		// 2821403,		// 2922005,		// 3022594,		// 3123170,		// 3223731,		// 3324279,		// 3424811,		// 3525329,		// 3625832,		// 3726319,		// 3826790,		// 3927245,		// 4027683,		// 4128105,		// 4228510,		// 4328898,		// 4429268,		// 4529621,		// 4629956,		// 4730273,		// 4830571,		// 4930852,		// 5031113,		// 5131356,		// 5231580,		// 5331785,		// 5431971,		// 5532137,		// 5632285,		// 5732412,		// 5832521,		// 5932609,		// 6032678,		// 6132728,		// 6232757,		// 6332767,		// 6432757,		// 6532728,		// 6632678,		// 6732609,		// 6832521,		// 6932412,		// 7032285,		// 7132137,		// 7231971,		// 7331785,		// 7431580,		// 7531356,		// 7631113,		// 7730852,		// 7830571,		// 7930273,		// 8029956,		// 8129621,		// 8229268,		// 8328898,		// 8428510,		// 8528105,		// 8627683,		// 8727245,		// 8826790,		// 8926319,		// 9025832,		// 9125329,		// 9224811,		// 9324279,		// 9423731,		// 9523170,		// 9622594,		// 9722005,		// 9821403,		// 9920787,		// 10020159,		// 10119519,		// 10218868,		// 10318204,		// 10417530,		// 10516846,		// 10616151,		// 10715446,		// 10814732,		// 10914010,		// 11013279,		// 11112539,		// 11211793,		// 11311039,		// 11410278,		// 1159512,		// 1168739,		// 1177962,		// 1187179,		// 1196393,		// 1205602,		// 1214808,		// 1224011,		// 1233212,		// 1242410,		// 1251608,		// 126804,		// 1270,			// 128-804,		// 129-1608,		// 130-2410,		// 131-3212,		// 132-4011,		// 133-4808,		// 134-5602,		// 135-6393,		// 136-7179,		// 137-7962,		// 138-8739,		// 139-9512,		// 140-10278,		// 141-11039,		// 142-11793,		// 143-12539,		// 144-13279,		// 145-14010,		// 146-14732,		// 147-15446,		// 148-16151,		// 149-16846,		// 150-17530,		// 151-18204,		// 152-18868,		// 153-19519,		// 154-20159,		// 155-20787,		// 156-21403,		// 157-22005,		// 158-22594,		// 159-23170,		// 160-23731,		// 161-24279,		// 162-24811,		// 163-25329,		// 164-25832,		// 165-26319,		// 166-26790,		// 167-27245,		// 168-27683,		// 169-28105,		// 170-28510,		// 171-28898,		// 172-29268,		// 173-29621,		// 174-29956,		// 175-30273,		// 176-30571,		// 177-30852,		// 178-31113,		// 179-31356,		// 180-31580,		// 181-31785,		// 182-31971,		// 183-32137,		// 184-32285,		// 185-32412,		// 186-32521,		// 187-32609,		// 188-32678,		// 189-32728,		// 190-32757,		// 191-32767,		// 192-32757,		// 193-32728,		// 194-32678,		// 195-32609,		// 196-32521,		// 197-32412,		// 198-32285,		// 199-32137,		// 200-31971,		// 201-31785,		// 202-31580,		// 203-31356,		// 204-31113,		// 205-30852,		// 206-30571,		// 207-30273,		// 208-29956,		// 209-29621,		// 210-29268,		// 211-28898,		// 212-28510,		// 213-28105,		// 214-27683,		// 215-27245,		// 216-26790,		// 217-26319,		// 218-25832,		// 219-25329,		// 220-24811,		// 221-24279,		// 222-23731,		// 223-23170,		// 224-22594,		// 225-22005,		// 226-21403,		// 227-20787,		// 228-20159,		// 229-19519,		// 230-18868,		// 231-18204,		// 232-17530,		// 233-16846,		// 234-16151,		// 235-15446,		// 236-14732,		// 237-14010,		// 238-13279,		// 239-12539,		// 240-11793,		// 241-11039,		// 242-10278,		// 243-9512,		// 244-8739,		// 245-7962,		// 246-7179,		// 247-6393,		// 248-5602,		// 249-4808,		// 250-4011,		// 251-3212,		// 252-2410,		// 253-1608,		// 254-804,		// 255};#endif /* !XPMR_SINETABX_H */

⌨️ 快捷键说明

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