-
这些程序挺有意思的
也很实用
有意者有空考可下载
这些程序挺有意思的
也很实用
有意者有空考可下载-these procedures are quite interesting the very practical Interested parties can download the time take a look at
- 2022-08-04 05:33:19下载
- 积分: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
-
unas팩
new version
unas팩
new version
- 2022-04-11 02:22:49下载
- 积分:1
-
微机原理课程讲义。。。。
包括课后习题及答案
微机原理课程讲义。。。。
包括课后习题及答案-Microcomputer Principle Course Training Manual. . . . Including after-school exercises and answers
- 2022-05-18 11:55:14下载
- 积分:1
-
很好用,比较有用的一个文档,你可以在写开题报告的时候用到,祝你用的开心!...
很好用,比较有用的一个文档,你可以在写开题报告的时候用到,祝你用的开心!-Good use of a more useful document, you can write at the time problem that the report used to wish you the fun!
- 2023-02-27 14:25:04下载
- 积分:1
-
FX2 development board download B
FX2开发板程序下载B -FX2 development board download B
- 2022-08-21 17:07:30下载
- 积分:1
-
detailed WAV file format
详细的WAV 文件格式-detailed WAV file format
- 2022-07-03 10:50:10下载
- 积分:1
-
家庭树的设计,使用C++语言,你会发现父亲的名字等…
家谱的设计,用的是c++语言编写的,可以查找父亲和儿子的姓名等-Family tree design, using c++ Languages, you can find the names of father and son, etc.
- 2022-06-14 03:30:35下载
- 积分:1
-
windows operating system is not a simple garbage detail seen harvest
windows 操作系统精讲 简单详细 不是垃圾 看过有收获-windows operating system is not a simple garbage detail seen harvest
- 2023-02-01 09:45:05下载
- 积分:1
-
常见的一些文件如WORD、JPG等的文件格式
常见的一些文件如WORD、JPG等的文件格式-common documents such as Word, the JPG file format
- 2022-05-11 02:20:48下载
- 积分:1