-
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
-
Adobe PDF格式标准ISO 1.7。用于编写服务器
adobe pdf 1.7格式的iso标准。用于写服务器端的pdf生成器时可能用的上。-adobe pdf 1.7 standard iso format. Used to write server-side pdf generator may be used on.
- 2022-07-21 20:20:51下载
- 积分:1
-
历年教师资格已经成了好多人的选择,两学考试必备.
历年教师资格已经成了好多人的选择,两学考试必备.-qualified teachers over the years has become a lot of people"s choices, two school examinations required.
- 2022-02-02 16:29:13下载
- 积分:1
-
文章介绍了迦罗瓦域中的运算如何在matlab中实现,讲解的非常详细,并有实例说明,简单易懂,不过是英文版的,英语水平不好的话看起来可能吃力些。...
文章介绍了迦罗瓦域中的运算如何在matlab中实现,讲解的非常详细,并有实例说明,简单易懂,不过是英文版的,英语水平不好的话看起来可能吃力些。
- 2022-01-28 11:22:15下载
- 积分:1
-
通过一句 的问答方式,详细讲解了LINUX的一些操作。
通过一句 的问答方式,详细讲解了LINUX的一些操作。-through one ask after one ask ,insight the operation of linux system.
- 2022-07-01 17:15:03下载
- 积分:1
-
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。...
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。-From our work with the software engineering courseware, feel better, I hope you are learning useful.
- 2023-06-23 11:40:04下载
- 积分:1
-
ARM开发软件,使用教程。包括各种软件使用方法。
ARM开发软件,使用教程。包括各种软件使用方法。-ARM development software, the use of tutorials. Include a variety of software to use.
- 2022-01-21 20:50:21下载
- 积分:1
-
source code for the gasket programme
source code for the gasket programme
- 2022-02-09 18:26:10下载
- 积分:1
-
matlab的说明书,可以初学者用,很少见的齐全篇
matlab的说明书,可以初学者用,很少见的齐全篇-matlab
- 2022-02-01 04:38:39下载
- 积分:1
-
Here for the use of cameras to be added. Camera can also be used for ordinary te...
这里对于摄像头的使用加以补充。摄像头也可用于普通文字的扫描,以解一时之需。这里需要的软件是Office 2003,以前的版本不能实现该功能。 -Here for the use of cameras to be added. Camera can also be used for ordinary text scanning, to relieve temporary relief. Here the need for software is Office 2003, previous versions not the feature.
- 2022-09-09 19:15:02下载
- 积分:1