-
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
-
1.The content is too simple
2.Is not a sourcecode or document
3.lack of file...
1.The content is too simple
2.Is not a sourcecode or document
3.lack of files
4.Directory or platform is not correct selected
5.Description is not detailed
6.Compressed file has password
7.Sourcecode duplicate or already exist
- 2022-05-16 07:52:50下载
- 积分:1
-
有关单片机读写U盘的资料,包括USB相关的协议UFI、CBI等,以及FAT12/FAT16/FAT32/NTFS文件格式,硬盘数据结构...
有关单片机读写U盘的资料,包括USB相关的协议UFI、CBI等,以及FAT12/FAT16/FAT32/NTFS文件格式,硬盘数据结构-Single-chip U disk read and write the relevant information, including the USB-related agreements UFI, CBI, as well as FAT12/FAT16/FAT32/NTFS file format, hard disk data structure
- 2023-05-13 01:55:04下载
- 积分:1
-
大家自己看吧,不错的图,希望对大家有帮助
大家自己看吧,不错的图,希望对大家有帮助-Check it out all their own, a good map, you would like to help
- 2023-01-13 22:25:03下载
- 积分:1
-
本书详细介绍CCNA考试的内容,主要有:互连网络的模型、Cisco路由器、交换机和集线器的特点;Cisco IOS软件的初步知识;TCP/IP协议套件的综合概括...
本书详细介绍CCNA考试的内容,主要有:互连网络的模型、Cisco路由器、交换机和集线器的特点;Cisco IOS软件的初步知识;TCP/IP协议套件的综合概括;管理广域网,配置ISDN、帧中继和ATM;学习IP配置;Novell IPX协议栈、IPX封装类型和SAP及RIP的配置;使用访问表进行基本的通信量管理;默认的局域网连网,跨域配置VLAN。 在每一章中,均有针对认证目标的详细说明、有关认证的总结信息、2分钟练习和自我测试题,可帮助读者更好地理解认证的内容。 -book CCNA detailed examination of the contents, including : network interconnection model, Cisco routers, switches and hubs characteristics; Cisco IOS software preliminary knowledge; TCP/IP protocol suite summarize; WAN management, configuration ISDN, Frame Relay and ATM; Learning IP configuration; Novell IPX protocol stack, IPX Packaging type and SAP and RIP configuration; Use Form visit the basic traffic management; the default LAN networking, cross-border VLAN configuration. In each chapter, there is the goal against certification details, a summary of the authentication information, 2-minute exercises and self-tests that will help readers gain a better understanding of the contents of certification.
- 2023-03-16 19:05:05下载
- 积分:1
-
mc39i_hd介绍 介绍 介绍
mc39i_hd介绍 介绍 介绍-mc39i_hd Introduction Introduction Introduction Introduction
- 2022-03-02 11:12:51下载
- 积分:1
-
场景3小时
scene in 3 hours-scene in 3 hours.....
- 2023-07-20 21:15:04下载
- 积分:1
-
shape格式说明,用于自己动手编写转换程序
shape格式说明,用于自己动手编写转换程序-shape note format for the preparation of yourself conversion
- 2022-08-12 17:26:06下载
- 积分:1
-
< 液压传动>> 现在学校比较通用的教材电子档,建议参考!...
< 液压传动>> 现在学校比较通用的教材电子档,建议参考!
- 2023-08-23 21:40:06下载
- 积分:1
-
this document is very important for vhdl code
this document is very important for vhdl code
- 2022-01-28 07:26:39下载
- 积分:1