-
com本质论
com本质论-com essentialism
- 2022-03-02 03:58:26下载
- 积分: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
-
这是一个matlab应用的论文和源代码,拿来和大家共享,希望有用得着的!...
这是一个matlab应用的论文和源代码,拿来和大家共享,希望有用得着的!-This is a Matlab Application papers and source code, and used to share the hope that a worthwhile!
- 2022-11-15 05:20:03下载
- 积分:1
-
一个测量角度的传感器中文技术资料,应用于单片机开发领域,适用于单片机开发人员...
一个测量角度的传感器中文技术资料,应用于单片机开发领域,适用于单片机开发人员-an angle measuring sensors Chinese technical data and application MCU development field, applied to SCM developer
- 2022-10-13 07:40:03下载
- 积分:1
-
- 2022-01-26 02:00:20下载
- 积分:1
-
详细的介绍了COM技术,是学习COM基本技术和思想很好的资料。...
详细的介绍了COM技术,是学习COM基本技术和思想很好的资料。-Detailed introduction of the COM technology, are studying the basic COM technology and a very good idea of the information.
- 2022-02-05 18:19:31下载
- 积分:1
-
testtesttest
testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest
- 2022-05-20 09:49:23下载
- 积分: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
-
可做课程设计参考使用
可做课程设计参考使用-do curriculum design reference
- 2022-02-06 22:56:11下载
- 积分:1
-
AT命令整理(打电话与收发短信),用短信猫发送at指令
AT命令整理(打电话与收发短信),用短信猫发送at指令-AT command processing (send and receive phone calls with the message), using cat to send at command message
- 2023-02-25 02:55:03下载
- 积分:1