-
先进PID控制及其MATLAB仿真(第二版)
先进PID控制及其MATLAB仿真(第二版)-Advanced PID Control and MATLAB Simulation (Second Edition)
- 2022-11-19 12:30:03下载
- 积分:1
-
AT91SAM7S64 debug AT91SAM7S64CommissioningNotes Notes
AT91SAM7S64调试笔记AT91SAM7S64CommissioningNotes-AT91SAM7S64 debug AT91SAM7S64CommissioningNotes Notes
- 2022-11-17 22:10:03下载
- 积分:1
-
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scan...
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符-Euclidean algorithm: Principles of travel for more than: gcd (a, b) = gcd (b, a mod b) when b is 0, the two common denominator is the number of a getchar () will accept the previous scanf carriage return
- 2023-01-01 06:00: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
-
一款KingB公司的语音编码解码程序,效果还不错,支持PWM和VOC输出
一款KingB公司的语音编码解码程序,效果还不错,支持PWM和VOC输出-KingB a company
- 2023-03-30 17:35:03下载
- 积分:1
-
这是一个基于凌阳单片机SPCE061A的GPS定位仪c代码
这是一个基于凌阳单片机SPCE061A的GPS定位仪c代码-This is a single-chip based on the Sunplus SPCE061A of GPS positioning c code
- 2022-05-27 00:27:53下载
- 积分:1
-
这个程序是控制无线模块2401接受,为51系列单片机控制。可以将接收到的字节上传到电脑的串口
这个程序是控制无线模块2401接受,为51系列单片机控制。可以将接收到的字节上传到电脑的串口-This procedure is to control the wireless module 2401 to accept for the 51 series single-chip control. Can be received bytes uploaded to the computer
- 2023-08-04 09:30:03下载
- 积分:1
-
nec microcontroller interface hardware IIC (EEP)
nec单片机硬件IIC的接口程序(EEP)-nec microcontroller interface hardware IIC (EEP)
- 2022-08-19 06:09:45下载
- 积分:1
-
时钟芯片DS1302的使用,用LED显示的,具有键盘调节功能,在Keil下测试通过...
时钟芯片DS1302的使用,用LED显示的,具有键盘调节功能,在Keil下测试通过-The use of clock chip DS1302 with LED display with a regulatory function of the keyboard, under the test adopted in Keil
- 2022-10-16 14:00:03下载
- 积分:1
-
"SCM communication technology and engineering practice," a source book
《单片机通信技术与工程实践》一书的源码-"SCM communication technology and engineering practice," a source book
- 2022-03-03 02:01:17下载
- 积分:1