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

📄 pulse.h

📁 AAC音频解码算法程序
💻 H
字号:
#ifndef PULSE_H_#define PULSE_H_#include "interface.h"//#define LEN_NEC_NPULSE	2//#define LEN_NEC_ST_SFB	6//#define LEN_NEC_POFF	5//#define LEN_NEC_PAMP	4//#define NUM_NEC_LINES	4//#define NEC_OFFSET_AMP	4typedef struct{    int pulse_data_present;    int number_pulse;    int pulse_start_sfb;    int pulse_position[NUM_NEC_LINES];    int pulse_offset[NUM_NEC_LINES];    int pulse_amp[NUM_NEC_LINES];} AACPulseInfo;typedef struct {	int offset;	int sfb;	int amp;} pulse;#endif

⌨️ 快捷键说明

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