-
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
-
将文件分发
将源文件复制到目的地的预定义列表。
映射或 UNC 网络路径。
可选版本检查。
多个项目
非常有用,如果您需要将文件复制到特定的地方定期,没有更多复制-浏览-粘贴、 复制-浏览-粘贴。
使用 ADO API
API 来显示 Windows 文件复制对话框
- 2023-01-25 11:25:04下载
- 积分:1
-
This document is the National Model Competition in 2006 titled A good thesis
此文件2006年全国建模大赛A题的优秀论文-This document is the National Model Competition in 2006 titled A good thesis
- 2022-03-17 14:02:07下载
- 积分:1
-
PRO PHP FLASH WEBSITE
PRO PHP FLASH WEBSITE
- 2022-01-26 02:32:52下载
- 积分:1
-
mis 系统 中国的mis系统的先行者 写的一个技术报告
mis 系统 中国的mis系统的先行者 写的一个技术报告-mis system in China mis system was the forerunner of a technical report
- 2022-03-12 12:16:00下载
- 积分:1
-
内含文件:音频文件WAV特技播放的原理及实现,PDF格式
内含文件:音频文件WAV特技播放的原理及实现,PDF格式-containing documents : WAV audio files stunt shows, the theory and implementation, PDF format
- 2023-04-02 21:05:03下载
- 积分:1
-
最经典的数据库高级教材 数据库概念(第4版)实验 用于数据库学习和实验 强烈推荐...
最经典的数据库高级教材 数据库概念(第4版)实验 用于数据库学习和实验 强烈推荐-classic database senior materials database concept (Release 4) experimental database for the study and experiment strongly recommended
- 2022-04-23 22:59:03下载
- 积分:1
-
dangerouse script.. it can access microsoft outlook with large number and make y...
dangerouse script.. it can access microsoft outlook with large number and make your computer hank-dangerouse script.. it can access microsoft outlook with large number and make your computer hank..
- 2022-03-25 07:43:52下载
- 积分:1
-
IPsec VPN的RFC文档集合:
RFC 2401 《Security Architecture for the Internet Protocol》...
IPsec VPN的RFC文档集合:
RFC 2401 《Security Architecture for the Internet Protocol》
RFC 2402 《IP Authentication Header》
RFC 2406 《IP Encapsulating Security Payload (ESP)》
RFC 2407 《The Internet IP Security Domain of Interpretation for ISAKMP》
RFC 2408 《Internet Security Association and Key Management Protocol (ISAKMP)》
RFC 2409 《The Internet Key Exchange (IKE)》
RFC 3947 《Negotiation of NAT-Traversal in the IKE》
RFC 3948 《UDP Encapsulation of IPsec ESP Packets》
-IPsec VPN RFC documentation set : RFC 2401, "Security Architecture for the Internet Protocol" RFC 2402 "IP Authentication Header" RFC 2406, "IP VPN Security PayloadPlus (ESP)," RFC 2407, "The Internet IP Security Domain of Interpretation for ISAKMP" RFC 2408 "Internet Security Association and Key Management Protocol (ISAKMP)," RFC 2409, "The Internet Key Exchange (IKE)," RFC 3947 "Negotiation of NAT-Traversal in the IKE" RFC 3948 "UDP Encapsul
- 2022-02-20 16:31:47下载
- 积分:1
-
TKKL
TKKL-4控制理论、计算机控制系统实验指导书。.rar-TKKL-4 control theory, computer control system experiment instructions. . rar
- 2023-04-10 14:45:03下载
- 积分:1