-
针对Bioware的ERF表的说明文档,详细分析的ERF的格式,组成,结构....
针对Bioware的ERF表的说明文档,详细分析的ERF的格式,组成,结构.-Bioware
- 2023-06-14 20:10:03下载
- 积分:1
-
C++ Primer 3rd版本,PDF,英文,1370多页。这本书应该还可以!
C++ Primer 3rd版本,PDF,英文,1370多页。这本书应该还可以!-C++ Primer 3rd version, PDF, in English, more than 1370 pages. This book should be also!
- 2022-07-09 01:52:28下载
- 积分: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
-
计算分形维数的计盒算法,用于边长相等的图像的算法
计算分形维数的计盒算法,用于边长相等的图像的算法-Calculation of fractal dimension of the box algorithms for the edge of the image appearance, such as the algorithm
- 2022-01-26 03:10:53下载
- 积分:1
-
大家多多关注,我刚上传的好东西,好东西大家分享
大家多多关注,我刚上传的好东西,好东西大家分享-Members can concern, I just upload the good stuff, good stuff to share with you.
- 2022-01-25 22:04:35下载
- 积分:1
-
amrwb适用于3G系统的变速率语音编码技术,这篇文档介绍了amrwb中的帧结构。...
amrwb适用于3G系统的变速率语音编码技术,这篇文档介绍了amrwb中的帧结构。-amrwb applicable to the 3G system variable-rate speech coding technology, This document describes the amrwb the frame structure.
- 2022-07-21 15:59:07下载
- 积分: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
-
SED1335 LCD information SED1335 LCD Chinese Chinese data
sed1335 液晶显示器中文资料
sed1335 液晶显示器中文资料-SED1335 LCD information SED1335 LCD Chinese Chinese data
- 2023-02-24 14:15:04下载
- 积分:1
-
paper abstract paper abstract paper abstract
paper abstract paper abstract paper abstract-paper abstract paper abstract paper abstract paper abstract
- 2022-05-21 09:20:49下载
- 积分:1
-
5个必要的文档模板 仅供参考
可行性报告需求分析 等
5个必要的文档模板 仅供参考
可行性报告需求分析 等
-5 the necessary document template for reference only, such as needs analysis feasibility report
- 2022-04-15 10:10:34下载
- 积分:1