-
整个控制过程中最关键的部分是与PC和终端的通讯过程。有关两方面通讯的详细的协议参见PC和终端的文档...
整个控制过程中最关键的部分是与PC和终端的通讯过程。有关两方面通讯的详细的协议参见PC和终端的文档-51
- 2023-01-26 15:05:03下载
- 积分:1
-
void InitGoertzel(void)
作用:初始化算法参数
用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter(...
void InitGoertzel(void)
作用:初始化算法参数
用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter()
float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口
作用:对采集下来的音频数据用算法处理,返回一个结果
参数:sampleData-音频数据缓冲地址指针;
length-缓冲区尺寸(音频数据数量),字节数;
返回值:返回算法结果。
void SetParameter(DWORD set_SampleRate, DWORD set_TargetFreq, DWORD set_BlockSize)
作用:设置算法参数;
参数:set_SampleRate-音频数据抽样速率;
set_TargetFreq-目标信号频率;
set_BlockSize-算法数据块尺寸(采样点);
用法:调用本函数后,需要调用一次InitGoertzel(void)才会生效-void InitGoertzel (void) function: initialization algorithm parameters Usage: The algorithm performs a pre-test, if the need to change the parameters, calling SetParameter () float CGoertzel:: GetMagnitude (unsigned char* sampleData, int length)// Algorithm for the main interface role: to collect audio data from the treatment algorithm to return a result parameter: sampleData-audio data buffer address pointer length-buffer size (the number of audio data), number of bytes return value: the return of
- 2023-03-11 13:30:04下载
- 积分:1
-
这是一个广告转换器,它使多
这是一个AD转换程序,可实现多路AD转换,其运行是基于凌阳的spc061A单片机-This is an AD converter, which enables multi-channel AD converter. its operation is based on SCM Sunplus the spc061A
- 2023-01-06 22:45:03下载
- 积分:1
-
AD型单片机使用手册
AD型单片机使用手册-AD-SCM Manuals
- 2022-05-25 17:40:25下载
- 积分:1
-
用C实现数字电压电流表:1、由外部输入直流电压电流,电压范围20V,电流范围1A;
2、电压/电流通过开关切换;
3、显示:数码管显示电压值/电流值,精...
用C实现数字电压电流表:1、由外部输入直流电压电流,电压范围20V,电流范围1A;
2、电压/电流通过开关切换;
3、显示:数码管显示电压值/电流值,精度0.01。
-Implementation using digital voltage ammeter C: 1, by the external input DC voltage and current, voltage range of 20V, the current scope of 1A 2, voltage/current through the switch 3, Display: Digital display voltage/current value, the accuracy of 0.01.
- 2022-01-27 18:42:39下载
- 积分:1
-
51PS2,单片机+PS2
51PS2,单片机+PS2-51PS2, microcontroller PS2
- 2022-05-14 20:14:11下载
- 积分:1
-
51 Singlechip a good learning materials, a large number of source code, but also...
学习51单片机的好材料,大量的源程序,而且是用C语言编写的!-51 Singlechip a good learning materials, a large number of source code, but also with C language!
- 2022-07-07 01:12:35下载
- 积分:1
-
430版的12864例程,实验通过,有正确显示
430版的12864例程,实验通过,有正确显示-430 version of the 12864 routines, experiment passed, have a correct display
- 2022-03-18 18:26:26下载
- 积分:1
-
基于STC89C58的单片机控制DDS程序,包括键盘 显示等。
基于STC89C58的单片机控制DDS程序,包括键盘 显示等。-Based on the STC89C58 Singlechip DDS control procedures, including the keyboard display.
- 2022-12-04 03:40:03下载
- 积分:1
-
OCM12864的基本使用方法和实现多菜单的实现。
OCM12864的基本使用方法和实现多菜单的实现。-OCM12864 the basic use of methods and the realization of multi-menu.
- 2022-07-11 08:54:16下载
- 积分:1