-
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
-
用vb编写遗传算法,实际应用部分(如适应度函数需要自己编写,程序中已注明),此为转载代码...
用vb编写遗传算法,实际应用部分(如适应度函数需要自己编写,程序中已注明),此为转载代码-Vb prepared using genetic algorithm, the practical application of some (such as the fitness function needs its own written procedures have been specified), this is reproduced in the code
- 2022-02-05 17:50:49下载
- 积分:1
-
一片非常好的关于netbeans使用方法的电子书籍,NETBEANS是一款非常棒的JAVA开发平台,非常棒,对JAVA学习者有很大帮助...
一片非常好的关于netbeans使用方法的电子书籍,NETBEANS是一款非常棒的JAVA开发平台,非常棒,对JAVA学习者有很大帮助-NetBeans on a very good use of e-books, NETBEANS is a great JAVA development platform, great for JAVA learners are very helpful
- 2023-07-20 05:05:04下载
- 积分: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
-
Jms说明 Jms说明 Jms说明
Jms说明 Jms说明 Jms说明-jms jms jms jms jms
- 2023-01-30 14:05:03下载
- 积分:1
-
介绍LED的使用方法。没事看看估计会有一些帮助。
介绍LED的使用方法。没事看看估计会有一些帮助。-Introduced the use of LED. Estimated that there will be nothing to see some help.
- 2022-03-06 03:38:19下载
- 积分:1
-
OFDM ―― OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术仿真。...
OFDM ―― OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术仿真。-OFDM- OFDM (Orthogonal Frequency Division Multiplexing) that is orthogonal frequency division multiplexing simulation.
- 2022-10-28 17:35:04下载
- 积分:1
-
Handbook_hangkang1 to pursue further studies to see if this
Handbook_hangkang1
要进修就看这个-Handbook_hangkang1 to pursue further studies to see if this
- 2023-02-09 13:25:04下载
- 积分:1
-
riff 文件格式
riff 文件格式-riff document format
- 2022-08-21 20:53:42下载
- 积分:1
-
这是一个DEM和等高线图象,可以给大家练习用
这是一个DEM和等高线图象,可以给大家练习用-This is a DEM and contour images, we can use practice
- 2022-07-28 06:21:03下载
- 积分:1