-
adc转换器,实现ad转换功能,可以进行自己的小项目设计
adc转换器,实现ad转换功能,可以进行自己的小项目设计-adc converter, ad conversion implementation, can design their own small projects
- 2022-03-09 14:01:27下载
- 积分:1
-
结构体编的菜单程序,经过调试,大家一起分享一下
结构体编的菜单程序,经过调试,大家一起分享一下-The menu structure for the procedure, after testing and we can work together to share
- 2022-01-28 03:05:56下载
- 积分:1
-
Kuyu downloaded line source, the online burning chips are AT89LS51, minicomputer...
酷鱼下载线源程序,可以在线烧写芯片有AT89LS51,AT89S51,AT89LS52,AT89S52.
2. AT90CAN128,AT90S1200,AT90S2313,AT90S2323,AT90LS2323,AT90S2333,
AT90LS2333,AT90S2343,AT90LS2343,AT90S4414,AT90S4433,AT90LS4433,
AT90S4434,AT90LS4434,AT90S8515,AT90S8535,AT90LS8535
3. ATMEGA103,ATMEGA103L, ATMEGA128, ATMEGA128L, ATMEGA16,
ATMEGA16L,ATMEGA161,ATMEGA161L,ATMEGA162,ATMEGA162V,
ATMEGA163,ATMEGA163L,ATMEGA168,ATMEGA169,ATMEGA169V,
ATMEGA32 , ATMEGA32L, ATMEGA323 , ATMEGA323L, ATMEGA48 ,
ATMEGA64 , ATMEGA64L , ATMEGA8,ATMEAG8L , ATMEGA8515 ,
ATMEGA8515L,ATMEGA8535,ATMEGA8535L,ATMEGA88
4. ATTINY12,ATTINY12L,ATTINY13,ATTINY15L,ATTINY2313,ATTINY2313V,
ATTINY26,ATTINY26L
PIC 系列可ISP 单片机
5. PIC16F870,PIC16F871,PIC16F872,PIC16F873 ,PIC16F873A,PIC16F874,
PIC16F874A,PIC16F876,PIC16F876A,PIC16F877,PIC16F877A-Kuyu downloaded line source, the online burning chips are AT89LS51, minicomputer, AT89LS52, AT89S52. 2. AT90CAN128, AT90S1200. AT90S2313, AT90S2323, AT90LS2323. AT90S2333, AT90LS2333, AT90S2343. AT90
- 2023-05-02 06:20: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
-
SONIX 1917 DICE资料,就是裸片的绑定资料,希望对有需要的人有用...
SONIX 1917 DICE资料,就是裸片的绑定资料,希望对有需要的人有用-SONIX 1917 DICE datasheet wish help anyone who need it
- 2023-05-06 11:35:02下载
- 积分:1
-
(个人原创)这是我写的在keil GM max5532 max5535驱动下…
(个人原创)这个是我在Keil下写的MAX5532--MAX5535通用的驱动代码,由于我编写的时候,考虑到通用性,所以当你使用的时候,需要根据你的器件特性几乎不用修改函数提来调用我的函数模块(我在需要调用的注释和注意点已经写的很清楚了),缩短你的工程开发周期。-(Personal original) This is what I wrote in under Keil GM MAX5532 MAX5535 driver code, as I am prepared when taking into account the general, so when you use when you need to almost do not modify the device characteristics mentioned function to call I have a function module (I need to call attention to the comments and points have been written very clearly), and shorten your project development cycle.
- 2022-05-25 17:57:29下载
- 积分:1
-
ICCAVR prepared to use the read and write AT24C16 function, use MEGA128L microco...
使用ICCAVR编写的AT24C16的读写函数,使用MEGA128L单片机,可以方便的移植到其他单片机上面。-ICCAVR prepared to use the read and write AT24C16 function, use MEGA128L microcontroller, can be easily ported to other single-chip microcomputer of the above.
- 2022-06-16 11:08:21下载
- 积分:1
-
Beijing Ninghe Singlechip drive electronics provide Taiwan Innolux color TFT scr...
北京宁河电子提供的单片机驱动台湾群创的彩色TFT屏-Beijing Ninghe Singlechip drive electronics provide Taiwan Innolux color TFT screen
- 2022-01-25 17:53:30下载
- 积分:1
-
主导的信息显示系统的分析与设计,一个完整的单
LED信息显示屏系统的分析与设计,完整的单片机设计毕业论文。打开前请安装pdf阅读器。直接打开default.htm即可阅读。-LED information display systems analysis and design, a complete single-chip design thesis. Open before the install pdf reader. Can be read directly open default.htm.
- 2022-09-28 20:25:11下载
- 积分:1
-
收入
入式2410开发板-income-2410 development board
- 2022-01-26 08:22:35下载
- 积分:1