-
教会你PICc的编程技巧,包括PIC的汇编与c,以及一些函数,高效编程技巧...
教会你PICc的编程技巧,包括PIC的汇编与c,以及一些函数,高效编程技巧-church you PICc programming skills, including the compilation and PIC c, and some function, efficient programming skills
- 2023-05-15 10:25:03下载
- 积分:1
-
歌舞厅灯光设计,及大屏设计,可以滚动显示
歌舞厅灯光设计,及大屏设计,可以滚动显示-Song and dance hall lighting design, and big-screen design, you can scroll display
- 2022-03-02 15:31:13下载
- 积分:1
-
自己做的STC单片机开发包,非常实用的开发工具
自己做的STC单片机开发包,非常实用的开发工具-do for myself STC microcontroller development kits, very useful development tool
- 2022-02-20 10:14:45下载
- 积分:1
-
c8051f单片机的实例,有中文注解,书籍光盘
c8051f单片机的实例,有中文注解,书籍光盘-SCM c8051f example, have Chinese notes, books, CD-ROM
- 2022-03-17 14:40:54下载
- 积分:1
-
AT89C52 single
使用AT89C52单片机,用C语言学习遥控器的编程。-AT89C52 single-chip microcomputer use with C language programming a remote control.
- 2022-10-15 00:20:03下载
- 积分:1
-
Beijing Qingyun Duan yards of the PIC18F2520 LCD LCM0826A procedures, simple dis...
北京青云段码液晶LCM0826A的PIC18F2520的程序,简单显示测试用。-Beijing Qingyun Duan yards of the PIC18F2520 LCD LCM0826A procedures, simple display test.
- 2022-07-19 12:31:46下载
- 积分:1
-
C51热电偶温度测量程序,可以同时治疗。
热电偶测温C51程序,可以同时测7路不同种类的热电偶,用一路铜电阻做零点补偿-C51 thermocouple temperature measurement procedures, and it can simultaneously test seven different types of road thermocouple, with copper resistivity way to do 0.1 Compensation
- 2022-02-20 19:14:00下载
- 积分:1
-
在Atmega16上实现 一位的计数器 键盘输入 数码管显示
在Atmega16上实现 一位的计数器 键盘输入 数码管显示 -ATmega16 achieved in a digital keyboard input of the counter display
- 2022-01-31 03:05:05下载
- 积分: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
-
一些单片机的51实例,仅供参考
一些单片机的51实例,仅供参考-some of the 51 examples for reference purposes only.
- 2022-07-24 03:12:07下载
- 积分:1