-
九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。...
九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。-Nine-dimensional Kalman filter tracking algorithm, including the three xyz direction and the location of the direction, velocity, acceleration.
- 2022-04-18 23:39:23下载
- 积分:1
-
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a cl...
Polynomial fit functions
=== ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
- 2022-11-25 05:50:02下载
- 积分:1
-
Fortran的SVD(经验正交函数分解子程序),适合…
fortran的SVD(经验正交函数分解子程序),适合地学数据处理。-fortran the SVD (empirical orthogonal function decomposition subroutine), suitable for earth science data processing.
- 2023-08-30 00:35:04下载
- 积分:1
-
测试分析器
应用背景心电图一个简单的心电移动软件对安卓平台特征用户管理健康数据管理实时心电数据可视化如何使用在您的设备上启用蓝牙功能b)发现心电图数据源和连接它按一次点击开始实时心电数据的可视化作者faywong & lt;philip584521 @ Gmail。COM & gt;版权所有关键技术心电图机的原型为远程新生儿监测和干预项目。依赖Python 2.7Arduino >;= 1.5.6-r2(Arduino由于)流图(来源包括,但streamplot依赖的需要得到满足)-https://github.com/s-gv/stream-plotMATLAB/倍频程如果你想运行模拟TI SmartRF Flash程序员IAR 8051 & gt;= 8.30(如果你想重新编译源代码的CC2540)钛ccdebugger(编程CC2540)如何使用
- 2022-01-26 07:17:13下载
- 积分:1
-
矩阵运算
// 矩阵乘法: C=AB, A[m×v], B[v×n], C[m×n] ... for row-major matrices
// 允许A,B,C 带入相同参数.
double* matr_x(double*C, const double*Ao, const double*Bo, const int m,const int v, const int n){
if(!Ao || !Bo) return 0; if(!C) C=new double[m*n];
double* A=new double[m*v], * B=new double[v*n];
memcpy(A,Ao,m*v*sizeof(double)); memcpy(B,Bo,v*n*sizeof(double));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-07 01:39:24下载
- 积分:1
-
c++数组。一维数组的插入,删除,排序
c++数组。一维数组的插入,删除,排序-c array. One-dimensional arrays of the insert, delete, sort, etc.
- 2023-02-13 11:30:04下载
- 积分:1
-
常用数值算法集哈,很有用的,请大家多下载哈
常用数值算法集哈,很有用的,请大家多下载哈-commonly used numerical algorithm sets Kazakhstan, and very useful, please download over Kazakhstan
- 2022-03-23 17:35:44下载
- 积分:1
-
用双点弦截法计算f(x)=0
用双点弦截法计算f(x)=0-Two-point cut-off method string f (x) = 0
- 2022-03-26 14:23:10下载
- 积分:1
-
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。...
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。-svm (support vector machine) demonstration program, an executable program, non-console programs for classification and graphical display.
- 2022-02-05 06:36:25下载
- 积分:1
-
snjfliskanklnjklm dklsmdl /,adsfsfsf
Lagrange算法程序,望各位喜欢,共享资源,开心大家-snjfliskanklnjklm dklsmdl /,adsfsfsf
- 2022-01-26 00:37:29下载
- 积分:1