-
use for connection to enternet
use for connection to enternet
- 2022-02-03 13:10:41下载
- 积分: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
-
Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。
目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持,
针对51内...
Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。
目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持,
针对51内核函数不能重入以及51单片机的内存空间管理方式等因素,
RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃,
否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。-Main Point RTOS is a small system development and design of real-time operating system. At present, Point RTOS only provide for 51 series and its expansion of the system single-chip support for 51 core function should not re-entrant, as well as 51 single-chip memory space management and other factors, RTOS abandoned preemptive kernel scheduling, the use of a scheduling time slice manner, unless voluntarily chose to abandon the mission, or mission will be exclusive CPU has been running, which must be completed in the mission of this operation time slice settings, that is, the time settings.
- 2022-11-16 22:35:03下载
- 积分:1
-
C编译器错误信息中文翻译,对单片机程序员很实用的资料
C编译器错误信息中文翻译,对单片机程序员很实用的资料-C compiler error message the Chinese translation of the single-chip programmers very useful information
- 2022-02-22 06:20:07下载
- 积分:1
-
提供三CS5463,CS5460A
提供三片CS5463、一片CS5460A 电压数据采集和标定、温度和直流量的AD接口 -To provide three CS5463, a CS5460A-voltage data acquisition and calibration, temperature, and direct flow of AD Interface
- 2023-04-09 16:15:03下载
- 积分:1
-
MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x 系列的汇编语言范例
MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x 系列的汇编语言范例-MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x series of assembly language examples
- 2022-08-05 22:21:18下载
- 积分:1
-
ADC7841 for 12 4
ADC7841 为12位4通道串行AD转换,本程序为SPCA061A为CPU 扩展ADC7841-ADC7841 for 12 4-channel serial AD converter, the procedures for SPCA061A for CPU expansion ADC7841
- 2022-05-08 11:16:31下载
- 积分:1
-
单片机是52的,P0口连到四个数码管的七个管脚,其中两个冒号点为最后两个数码管的DOP点,P1.0至P1.3为四个数码管的选通端,低电平有效。程序2较完整,可实...
单片机是52的,P0口连到四个数码管的七个管脚,其中两个冒号点为最后两个数码管的DOP点,P1.0至P1.3为四个数码管的选通端,低电平有效。程序2较完整,可实现设定时间功能。-Singlechip is 52, P0 port connected to four of the seven-pin digital tube, two of which point to the last two colon tube DOP-point digital, P1.0 to P1.3 for the election of four digital tube pass-side, active-low. 2 a more complete procedure, set the time function can be realized.
- 2023-03-31 17:50:03下载
- 积分:1
-
avrfreaks is one of the DS1302 example, I put it on HD44780 combined with Proteu...
是avrfreaks上的一个DS1302的例子,我把它和HD44780结合起来用Proteus仿真
仿真环境:Proteus sp5
编程环境:winavr -avrfreaks is one of the DS1302 example, I put it on HD44780 combined with Proteus simulation simulation environment : Proteus sp5 programming environment : winavr
- 2023-07-28 23:55:03下载
- 积分:1
-
c8051f040单片机中内部温度传感器调试程序
c8051f040单片机中内部温度传感器调试程序-Debug program for temperature sensor inside C8051f040 one-chip computer
- 2022-08-25 22:37:34下载
- 积分:1