-
路灯监控,能够自动采集路灯实时信息,并自动报警
路灯监控,能够自动采集路灯实时信息,并自动报警-road lamp control road lamp control road lamp control road lamp control road lamp control
- 2022-01-24 16:16:50下载
- 积分:1
-
NEC公司的ASSP芯片pdf文档,用于步进电机和直流电机的PWM控制,支持与51单片机通信。...
NEC公司的ASSP芯片pdf文档,用于步进电机和直流电机的PWM控制,支持与51单片机通信。-NEC corporation,ASSP chip,datasheet,pdf,function is control the motor,using step control or PWM control.
- 2023-04-22 20:15:03下载
- 积分:1
-
Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。
Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。-Small RTOS 51 DP-51 download simulation instrument to achieve an alarm clock source.
- 2022-03-15 07:38:10下载
- 积分:1
-
at89c51ed2看门狗程序
at89c51ed2看门狗程序-at89c51ed2 watchdog procedures
- 2022-01-25 19:18:49下载
- 积分:1
-
4x4键盘的程序,新思路,希望能对大家有所帮助。
4x4键盘的程序,新思路,希望能对大家有所帮助。-4x4 keyboard procedures, new ideas, hoping to be helpful for everyone.
- 2022-08-18 02:06:46下载
- 积分:1
-
这个源代码是2片SED1520驱动。附加包括注释…
该程序是本人学习单片机期间针对2片SED1520编写的122X32点阵液晶驱动.内附详细注释.-This source code is the driver of 2 pieces SED1520. Attached includes notes in detail.
- 2022-07-18 17:02:45下载
- 积分:1
-
这是用于proteus仿真软件的程序源码,当然也可以在单片机上用,请努力学习嵌入式吧...
这是用于proteus仿真软件的程序源码,当然也可以在单片机上用,请努力学习嵌入式吧-This is for the Proteus simulation software program source code, of course, can also be used in SCM, please study hard embedded bar
- 2022-03-06 22:13:58下载
- 积分:1
-
52下1601液晶驱动程序
52下1601液晶驱动程序-52 LCD Driver
- 2023-07-19 15:15:02下载
- 积分:1
-
51与pc串口通讯,主要用c语言编写,相信对初学者会有好处的
51与pc串口通讯,主要用c语言编写,相信对初学者会有好处的-51 pc with serial communications, the main c language, I think it would be beneficial to the beginners
- 2022-02-28 21:03: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