-
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
-
这个帖子对需要学习维修主板的朋友门将有所帮助,可以提点一些初学者们。...
这个帖子对需要学习维修主板的朋友门将有所帮助,可以提点一些初学者们。-This post needs to learn to repair motherboard help friends goalkeeper, he can ask a number of beginners who points.
- 2022-01-31 08:36:11下载
- 积分:1
-
常用java连接数据库的数据库驱动类,有mysql,sqserver,oracle等的
常用java连接数据库的数据库驱动类,有mysql,sqserver,oracle等的-common java connecting to the database database-driven category, mysql, sqserver. the oracle
- 2022-08-21 19:43:51下载
- 积分:1
-
upsd3200开发应用说明以及PSOC的应用
upsd3200开发应用说明以及PSOC的应用-upsd3200 development and application notes, and the application of PSOC
- 2023-07-14 23:45:03下载
- 积分:1
-
STM32 USB读卡器
应用背景HID 传输太慢了,我现在做的实验需要2M以上的数据传输,而且是数据流,实时数据,所以想试一下bot行不行,纠结好多天了,你说的USB_Istr()里面操作的是不是只有一些标志位,老实说这段代码看不懂 T^T 还是找不到发送和接收的缓存器,仿真跟踪的话也看不到的吧,网上看到如果是F105或者F107的就可以用OTG,可惜战舰板是F103的......我就自己用了双管道。关键技术USB 调试,可以直接模拟U盘的功能,支持FLASH和SD卡两种模式的。读写速度也用了双管道机制,比较适合移植开发,支持中文的FATFS 和长文件名称!
- 2023-07-16 09:45:03下载
- 积分:1
-
Fortran常用算法程序集
Fortran常用算法程序集-徐士良间:第一章所有的源程序,欢迎寻找此书源程序的朋友下载使用 -Fortran common assembly algorithm-徐士良between: the first chapter of the source of all, welcome to the book to find friends to download the source code to use
- 2022-02-09 14:51:23下载
- 积分:1
-
This library implements the KLT Tracking algorithm [2004] for Feature Tracking i...
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
- 2022-03-07 02:59:13下载
- 积分:1
-
栅格图像坐标文件TFW中的说明,还是人家的,不知有用没?我觉得是有用的...
栅格图像坐标文件TFW中的说明,还是人家的,不知有用没?我觉得是有用的-Raster image coordinates is described in the TFW file, or other people s, I do not know no useful? I think it is useful
- 2022-08-21 08:57:48下载
- 积分:1
-
TKKL
TKKL-4控制理论、计算机控制系统实验指导书。.rar-TKKL-4 control theory, computer control system experiment instructions. . rar
- 2023-04-10 14:45:03下载
- 积分:1
-
A simple communication documents, requests for service by writing this open with...
一个通信的简单文件,请求服务用.........用写字本打开-A simple communication documents, requests for service by writing this open with .........
- 2022-03-22 23:59:15下载
- 积分:1