-
msp430单片机的一些
资料
自己收集的一些有需要的请下载
msp430单片机的一些
资料
自己收集的一些有需要的请下载-MSP430 MCU own some of the information collected by those who need it download
- 2022-05-15 07:59:10下载
- 积分:1
-
这是本人调用small rtos51的函数来仿真写的基本代码
这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
- 2022-07-21 07:37:12下载
- 积分:1
-
MC9S12DG128适合EEPROM的发展。
适合用于mc9s12dg128的EEPROM开发。-Mc9s12dg128 suitable for the development of the EEPROM.
- 2022-02-14 00:47:16下载
- 积分:1
-
该书是单片机入门的一本好书,值得大家一看共同学习
该书是单片机入门的一本好书,值得大家一看共同学习-The book is a single-chip entry of a good book, it is worth one U.S. study of common look
- 2023-06-22 02:45:03下载
- 积分:1
-
nec microcontroller interface hardware IIC (EEP)
nec单片机硬件IIC的接口程序(EEP)-nec microcontroller interface hardware IIC (EEP)
- 2022-08-19 06:09:45下载
- 积分:1
-
单片机正弦信号产生中改变正弦消耗频率时仍然保持采样频率的算法...
单片机正弦信号产生中改变正弦消耗频率时仍然保持采样频率的算法-SCM sinusoidal signal to change consumption frequency sinusoidal remained sampling frequency algorithm
- 2022-03-04 22:05:54下载
- 积分:1
-
使用C8051F020和FPGA设计的低频信号相位测量仪器,里面有详细程序和硬件电路图。...
使用C8051F020和FPGA设计的低频信号相位测量仪器,里面有详细程序和硬件电路图。-C8051F020 and FPGA design using low-frequency signal phase-measuring instrument, which has detailed procedures and hardware circuit diagram.
- 2022-05-20 12:02:29下载
- 积分:1
-
AD双通道采集程序+proteus仿真 AD双通道采集程序+proteus仿真
AD双通道采集程序+proteus仿真 AD双通道采集程序+proteus仿真-AD dual-channel acquisition procedures+ Proteus simulation of dual-channel AD acquisition procedures+ Proteus simulation
- 2022-08-10 18:24:51下载
- 积分: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
-
Timer 0 overflow interrupt the experiment, based on the AVR MCU Experimental pro...
定时器0溢出中断实验,基于AVR 单片机的实验程序-Timer 0 overflow interrupt the experiment, based on the AVR MCU Experimental procedures
- 2023-03-13 07:50:04下载
- 积分:1