-
9DOF_IMU_arduino
i2c.pde
adc.pde
9dof.pde
- 2022-01-27 13:18:38下载
- 积分: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
-
vb实例,很好很好用的哦,处学者的天堂这是第一部分
vb实例,很好很好用的哦,处学者的天堂这是第一部分-vb example, the good good, oh Department scholars paradise This is the first part
- 2022-05-10 14:44:59下载
- 积分:1
-
face recognition ieee paper
face recognition ieee paper
- 2022-05-31 12:47:43下载
- 积分:1
-
不需要OLE技术创建EXCEL文件。
不需要OLE技术创建EXCEL文件。-not OLE technology to create Excel documents.
- 2023-04-20 23:25:02下载
- 积分:1
-
我们学校的神经网络课件,pdf格式,老师讲的挺好的
我们学校的神经网络课件,pdf格式,老师讲的挺好的-School of our neural network software, pdf format, very good about the Teacher
- 2023-08-14 16:00:05下载
- 积分:1
-
拟陀螺运动程序,该程序用MATLAB编写,如有不足之处,希望指出.
拟陀螺运动程序,该程序用MATLAB编写,如有不足之处,希望指出.-to Gyro campaign procedures, the procedures for using MATLAB, if inadequate, and it is hoped that.
- 2023-04-07 10:00:03下载
- 积分:1
-
several experimental procedure helpful for beginners
几个c++实验程序 对初学者很有帮助的-several experimental procedure helpful for beginners
- 2023-03-13 02:55:03下载
- 积分:1
-
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和
* 输入: m...
* 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和
* 输入: m--已知数据点的个数M
* f--M维基函数向量
* n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* a--无用
* 输出: 函数返回值为曲线拟和的均方误差
* a为用基函数进行曲线拟和的系数,
* 即a[0]f[0]+a[1]f[1]+...+a[M]f[M].
-* The algorithm using the least-squares method based on the designated function of M and N-known curve data to be imported and* : m-- the known number of data points M* f-- From M* n vector function-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- known data points of the second N-dimensional coordinates shown in a vector*-- useless* Output : function return value to the curve-fitting and the mean square error* for the use of a base function and the curve fitting coefficients,* is a f [0] [0] a [1] f [a] ... a [M] f [M].
- 2022-03-31 18:42:38下载
- 积分:1
-
ArcView软件通过GIS提供的数字平台实现技术。
通过ArcView软件提供一个GIS数字综合平台,以实现信息查阅、数据分析等功能-ArcView software through GIS to provide a digital platform in order to achieve the information access, data analysis and other functions
- 2022-03-26 11:54:34下载
- 积分:1