-
关于无刷直流电机的仿真,该程序说明了如何进行无刷直流电机的仿真...
关于无刷直流电机的仿真,该程序说明了如何进行无刷直流电机的仿真-Brushless DC motor on the simulation, the program explains how to carry out the simulation BLDCM
- 2022-01-30 16:31:25下载
- 积分:1
-
文件系统的基本操作程序,与硬件无关,支持FAT12/FAT16/FAT32
文件系统的基本操作程序,与硬件无关,支持FAT12/FAT16/FAT32-File system
- 2023-01-29 08:15:03下载
- 积分:1
-
18b20测浴室水温,通过报警来调节水温。
18b20测浴室水温,通过报警来调节水温。-18b20 measuring water temperature, bath
- 2022-05-23 21:54:26下载
- 积分:1
-
AVR单片机实现SPI通信完整源码,可直接拿过来用了
AVR单片机实现SPI通信完整源码,可直接拿过来用了-AVR MCU SPI communication complete source code, as it can be spent
- 2023-08-24 05:30:03下载
- 积分:1
-
这是一个430的延时程序,能够比较精确的延时n us,或者n ms
这是一个430的延时程序,能够比较精确的延时n us,或者n ms-This is a delay of 430 procedures, can be more precise delay n us, or n ms
- 2022-02-04 03:49:44下载
- 积分:1
-
SCM TCPIP Internet Protocol Stack
单片机上网的TCPIP协议栈-SCM TCPIP Internet Protocol Stack
- 2022-09-24 13:35:03下载
- 积分:1
-
sja1000 MCU with 51 of the realization of the function source code
sja1000与51单片机的功能实现源代码-sja1000 MCU with 51 of the realization of the function source code
- 2023-06-26 15:30:03下载
- 积分:1
-
2048
2048点FFT在TMS320C240x定点DSP上的实现2048点FFT在TMS320C240x定点DSP上的实现-2048-point FFT in TMS320C240x fixed-point DSP to achieve the 2,048 points FF T in TMS320C240x fixed-point DSP Implementation
- 2022-08-17 16:09:19下载
- 积分: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
-
液晶12864的驱动程序C语言
液晶12864的驱动程序C语言-LCD driver 12864 C language
- 2022-04-08 12:02:16下载
- 积分:1