-
主要介绍C语言的基础教程和C语言的函数讲解
主要介绍C语言的基础教程和C语言的函数讲解-introduces the C language based tutorials and C language function on
- 2022-05-18 21:18:38下载
- 积分:1
-
学习MATLAB入门的有效途径,对学习新手很有帮助。欢迎下载。...
学习MATLAB入门的有效途径,对学习新手很有帮助。欢迎下载。-learning portal, is an effective way to learn useful novice. Welcome to download.
- 2022-07-07 22:06:05下载
- 积分:1
-
一个数据课程设计开发文档,有代表性。内容丰富
一个数据课程设计开发文档,有代表性。内容丰富-Curriculum design and development of a data documentation, they are representative. Rich in content. .
- 2022-12-06 11:55:03下载
- 积分: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
-
一些标定的论文,主要是自标定的论文和算法思想
一些标定的论文,主要是自标定的论文和算法思想-Some calibration of the thesis, mainly self-calibration algorithm of the papers and thought
- 2022-12-03 15:00:09下载
- 积分:1
-
ti company msp430adc12 ultra low
ti公司超低功耗单片机msp430adc12模块-ti company msp430adc12 ultra low-power single-chip module
- 2023-01-21 20:30:04下载
- 积分:1
-
粒子滤波器和姿态处理的论文,这是粒子滤波的实现,可以实现基本的粒子滤波的算法,也就是用MARLAB实验粒子滤波的程序....
粒子滤波器和姿态处理的论文,这是粒子滤波的实现,可以实现基本的粒子滤波的算法,也就是用MARLAB实验粒子滤波的程序.
-particle filter and posture of paper, which is the realization of particle filter, can achieve basic particle filter algorithm, which is used MARLAB experimental particle filter procedures.
- 2023-04-15 04:00:04下载
- 积分:1
-
Writing for the graduation project word document format (catalog, index and othe...
针对毕业设计word文档写作格式(目录、索引等操作)-Writing for the graduation project word document format (catalog, index and other operations)
- 2022-08-21 12:55:59下载
- 积分:1
-
text生成pdf文件
text生成pdf文件-pdf documents generated text
- 2022-01-25 18:58:14下载
- 积分:1
-
ZIP文件查看器, 用来查看ZIP文件的内容。
ZIP文件查看器, 用来查看ZIP文件的内容。-ZIP file viewer, used to check the contents of ZIP files.
- 2022-02-02 10:50:26下载
- 积分:1