-
DAC0832芯片的中文资料 希望大家能用的上
DAC0832芯片的中文资料 希望大家能用的上-DAC0832 chips Chinese data on the hope that everyone can use
- 2023-09-05 04:05: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
-
CANopen 协议介绍流行欧洲的CAN
CANopen 协议介绍流行欧洲的CAN-bus高层协议-CANopen protocol introduce popular in Europe high-level CAN-bus protocol
- 2022-01-23 10:32:58下载
- 积分:1
-
147497_ALTERA_ACEX1K.pdf introduce alter acex1k series chip
147497_ALTERA_ACEX1K.pdf介绍alter acex1k系列芯片-147497_ALTERA_ACEX1K.pdf introduce alter acex1k series chip
- 2022-06-30 07:45:41下载
- 积分:1
-
全国城市JSON数据包
应用背景
2015年最新全国省,市JOSN数据包,不是数据库数据哦
支持WEB开发中的JS数据调用,实现省市区三级联动菜单
包含省市区的编号和拼音,支持编号拼音和汉字的检索
关键技术
JSON全国省市区数据包,可实现web开发中省市区三级联动菜单和省市区智能查询功能,数据包小加载速度快比数据库数据方便
- 2022-05-14 23:38:26下载
- 积分:1
-
FTP程序完全使用说明.mht,包括详细介绍。
FTP程序完全使用说明.mht,包括详细介绍。-FTP procedures fully use. Mht, including a detailed briefing.
- 2022-07-10 15:03:20下载
- 积分:1
-
EFWQTGFUW WAVSGFN W GMNERAGN ER OAGNMSDF/.GNSA /MNGDSA FDS
EFWQTGFUW WAVSGFN W GMNERAGN ER OAGNMSDF/.GNSA /MNGDSA FDS -EFWQTGFUW WAVSGFN W GMNERAGN ER OAGNMSDF/.GNSA/MNGDSA FDS
- 2022-02-01 02:06:46下载
- 积分:1
-
Bus PC104PLUS technical documentation in English. PC104 bus information to devel...
PC104PLUS总线英文技术文档。开发PC104总线必看资料。-Bus PC104PLUS technical documentation in English. PC104 bus information to develop a must-see.
- 2022-03-17 17:56:09下载
- 积分:1
-
JAVA压缩技术可能有些小错误不是本人写的
JAVA压缩技术可能有些小错误不是本人写的-Java compression technology may be some minor errors than I write
- 2022-04-15 15:29:21下载
- 积分:1
-
本程序模拟一个机器人躲避障碍的仿真.其中有不完善的地方
迫于精力有限,具体过程还有点粗糙,读者可以加以修正...
本程序模拟一个机器人躲避障碍的仿真.其中有不完善的地方
迫于精力有限,具体过程还有点粗糙,读者可以加以修正
-a simulation of the robot avoid obstacles to the simulation. Which forced the inadequacies in the energy are limited, There is a process in concrete rough, and readers can be amended
- 2022-02-13 21:10:53下载
- 积分:1