-
ISO / IEC 14496
ISO/IEC 14496-5 OLD MPEG4æ ‡å‡†-ISO/IEC 14496-5 standard MPEG4 OLD
- 2023-08-05 16:10:03下载
- 积分:1
-
IEEE standard format of the article, downloaded from the website abroad, with a...
IEEE标准文章格式,从国外网站下载的,具有极高的参考价值!-IEEE standard format of the article, downloaded from the website abroad, with a high reference value.
- 2022-03-23 17:10:16下载
- 积分:1
-
基于MSP430的DS18B20的温度采集程序
基于MSP430的DS18B20的温度采集程序-MSP430-based temperature acquisition program DS18B20
- 2022-03-16 20:55:27下载
- 积分:1
-
CAN总线协议介绍,CANopen代码,自己下载到的打了一个包。
CAN总线协议介绍,CANopen代码,自己下载到的打了一个包。-CAN bus protocol description, CANopen Code
- 2023-04-23 06:10:03下载
- 积分:1
-
测试中文指南!快点下,过时不侯哦!
测试中文指南!快点下,过时不侯哦!测试中文指南!快点下,过时不侯哦!...
测试中文指南!快点下,过时不侯哦!
测试中文指南!快点下,过时不侯哦!测试中文指南!快点下,过时不侯哦!
-test Chinese Guide! Hurry up, not outdated Hou! Chinese test Guide! Hurry up, not outdated Hou! Chinese test Guide! Hurry up, not outdated Hou!
- 2022-08-05 14:04:27下载
- 积分:1
-
本文利用核心芯片TDA5051A,采用ASK(幅度键控)调制技术,建立电力线通信系统,实现数字信号在电力线上进行传输。
关键词:电力线通信 TDA5051A...
本文利用核心芯片TDA5051A,采用ASK(幅度键控)调制技术,建立电力线通信系统,实现数字信号在电力线上进行传输。
关键词:电力线通信 TDA5051A 调制解调器
-In this paper, the core chip TDA5051A, using ASK (amplitude shift keying) modulation technology, the establishment of power line communication systems, digital signal transmission in the power line.
Keywords: PLC modem TDA5051A
- 2022-06-02 04:36:21下载
- 积分:1
-
MIDI文件格式的文件。
midi file format document.
- 2022-11-13 07:55:03下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
strings According to the word length sequencing
字符串中跟据单词长度排序-strings According to the word length sequencing
- 2022-03-19 18:07:31下载
- 积分:1
-
这只是为了激活
This just to activate-This is just to activate
- 2022-06-21 00:42:23下载
- 积分:1