搜索资源列表
Goertzel_file
- void InitGoertzel(void) 作用:初始化算法参数 用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter() float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口 作用:对采集下来的音频数据用算法处理,返回一个结果 参数:sampleData-音频数据缓冲地址指针; length-缓冲区尺寸(音频数据数量),字节数;
TEA5767
- TEA5767的频率计算方法: 分频参数的计算公式为: 当HLSI位为1时 4*(fRF +fIF) N=---------------- fREF N = PLL内的频率合成参数 fRF = 要接收的电台频率 fIF = 中频= 225 kHz fREF = 参考频率 晶振为32.768 kHz参考频率为 32.768 kHz 晶振为13M或6.5M时钟时参考频率为50 kHz 已知模块的晶振为32.768K 4*(fRF +
Exchange
- 设计一个函数模板,实现两数的交换,并用int、float、double、char类型的数据进行测试。-Design a function template, the exchange of the two numbers, int, float, double, char type data test.
float2char
- 浮点数转换字符程序,支持前面填充0,符号,程序简短,效率高-float to char ,support fill zero and symbol ,short program
12864
- 不带字库LCD12864驱动程序, 不带字库LCD12864驱动程序,-while for if switch int char float double
float_2_char
- 单片机在通信中,浮点数的处理往往容易出错,本代码解决单片机通信时的浮点数据转换处理,包括浮点数转换成char ,和char转成float类型(The processing of floating point data is often prone to make mistakes in the communication of single chip microcomputer. This code solves the floating point data conversion proces