-
matlab的第一章节学习手册,本人觉得不错,特让大家分享
matlab的第一章节学习手册,本人觉得不错,特让大家分享-Matlab the first chapters learning manuals, I think it"s good, so special to share
- 2022-08-20 23:19:34下载
- 积分: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
-
- 2023-04-14 08:55:04下载
- 积分:1
-
vb实例,很好很好用的哦,处学者的天堂这是第四部分
vb实例,很好很好用的哦,处学者的天堂这是第四部分-vb example, the good good, oh Department scholars paradise This is the fourth part of
- 2022-03-14 23:07:05下载
- 积分:1
-
介绍无线通讯中,提出一种与MIMO(多收多发天线系统)相类似的天线阵列。...
介绍无线通讯中,提出一种与MIMO(多收多发天线系统)相类似的天线阵列。-introduced wireless communications, and presents a MIMO (Multi resumption multiple antenna system) is similar to the antenna array.
- 2022-05-26 06:59:31下载
- 积分:1
-
WinReg文件格式
WinReg文件格式-WinReg file format
- 2023-02-15 12:45:03下载
- 积分:1
-
本压缩包里面是描述硬盘坏道修复的源程序程序
本压缩包里面是描述硬盘坏道修复的源程序程序-disk repair
- 2022-03-23 09:17:01下载
- 积分:1
-
FPGA 原理图 FPGA 原理图
FPGA 原理图 FPGA 原理图-FPGA schematic FPGA Schematic
- 2022-03-16 05:05:35下载
- 积分:1
-
JGDS document inducts/derives the software package the strut
software package, m...
JGDS文件导入/导出软件包的支撑软件包,主要用于读取gds文件中的BNT代码-JGDS document inducts/derives the software package the strut
software package, mainly uses in to read takes gds in the document the
BNT code
- 2022-07-03 13:36:14下载
- 积分:1
-
对人和车辆的视频监视的综述文章,文章从检测和跟踪的进来的发展对人和车辆的监测跟踪进行了综述。...
对人和车辆的视频监视的综述文章,文章从检测和跟踪的进来的发展对人和车辆的监测跟踪进行了综述。-On video surveillance and vehicle summary article from the detection and tracking into the development of vehicle monitoring and tracking are reviewed.
- 2022-11-16 04:45:03下载
- 积分:1