-
word习题 word习题
word习题 word习题-word exercises word Exercises word exercises
- 2022-01-28 08:26:18下载
- 积分: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
-
worldwind插件机制,希望交流学习,完整版。
worldwind插件机制,希望交流学习,完整版。-worldwind plugin mechanism study communicate hope.
- 2022-02-26 02:04:10下载
- 积分:1
-
包括了《C语言学习和精华文摘》,和C语言资料大全1.0 是c语言学习的很好工具。...
包括了《C语言学习和精华文摘》,和C语言资料大全1.0 是c语言学习的很好工具。-Including the
- 2022-02-13 02:42:39下载
- 积分:1
-
主要关于web使用挖掘的介绍,非常不错的文章。
主要关于web使用挖掘的介绍,非常不错的文章。-mainly on the use of web mining, a very good article.
- 2022-03-18 14:02:05下载
- 积分:1
-
1.学习7段数码显示译码器设计。
2.进一步熟悉VHDL设计技术,掌握CASE语句的使用。
3.掌握文本输入法的顶层设计方法。...
1.学习7段数码显示译码器设计。
2.进一步熟悉VHDL设计技术,掌握CASE语句的使用。
3.掌握文本输入法的顶层设计方法。
-1. Learning 7 decoder design digital display. 2. More familiar with the VHDL design techniques, master the use of CASE statements. 3. Have the text input method of the top-level design methods.
- 2022-06-18 07:27:38下载
- 积分:1
-
固定分区存储方式模拟 计算机专业 操作系统
固定分区存储方式模拟 计算机专业 操作系统-Fixed partition storage Computer simulation of the operating system
- 2022-02-03 21:58:58下载
- 积分:1
-
超经典的51试验程序,绝对是初学单片的好资料。
超经典的51试验程序,绝对是初学单片的好资料。-Ultra-classic 51 testing procedures, is definitely a good beginner-chip data.
- 2022-08-03 10:58:35下载
- 积分:1
-
packet sniffer writing code
packet sniffer writing code
- 2022-09-03 00:00:03下载
- 积分:1
-
亚马逊的目标API
Amazon AIM API -- Generate an Order Fulfillment Report-Amazon AIM API-- Generate an Order Fulfillment Report
- 2023-03-03 01:00:03下载
- 积分:1