-
这个矩阵C++模板类图书馆是执行常见的矩阵运算…
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
- 2022-06-03 16:33:22下载
- 积分:1
-
说明: 1.本程序为复合形法
!* 2.程序功能是求解约束最优化问题...
说明: 1.本程序为复合形法
!* 2.程序功能是求解约束最优化问题-Note : 1. The procedures for the complex method!* 2. Programming is solving constrained optimization problem
- 2022-12-01 18:25:02下载
- 积分:1
-
Kalman滤波【标准、常规】
线性最小二乘估计算法是应用最广泛的参数估计方法,它在理论研究和I:程应用中都具有重要的作用。后续发展起来的卡尔曼滤波参数估计算法同样也在这两方面起到很重要的作用。本章中对目标的运动建立较为简单的数学模型,并用最小二乘和卡尔曼滤波对其参量进行估计,经过拟
合推出目标轨迹。通过大量的仿真实验,验证卡尔曼滤波估计在目标跟踪定位系统中的定位跟踪效果要好于最小二乘估计。
- 2022-06-30 18:36:58下载
- 积分:1
-
任意进制间(2
任意进制间(2-16)转换计算程序!-between arbitrary bases (2-16) conversion program!
- 2022-02-09 17:40:45下载
- 积分:1
-
MSP430G0553官方例程注释
资源描述MSP430G2553官方例程,带有注释,可以方便学习调试430单片机,基本所有的程序都有,IO,中断串口SPI,IIC,AD,内部温度采集,Lauchpad对应使用方便
- 2022-01-26 03:50:30下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
利用c语言编写,编译成动态链接库而成的matlab整数规划工具箱,包含c语言源程序,...
利用c语言编写,编译成动态链接库而成的matlab整数规划工具箱,包含c语言源程序,-use of language, compiled DLL from the Matlab Integer Programming Toolbox contains language source c,
- 2022-06-16 08:49:44下载
- 积分:1
-
任务 8 皇后
八皇后问题是在 8 × 8 的棋盘上放置八国际象棋皇后,所以,没有两个皇后威胁到对方的问题。因此,一种解决方案要求没有两个皇后共享相同的行、 列或对角线。八皇后问题是一个例子更一般的 n 皇后问题的 n 皇后置于 n × n 的棋盘,存在所有自然数 n 除 n = 2 或 n = 3。[] 1
- 2022-03-23 22:09:38下载
- 积分:1
-
MIMO通信系统模型
应用背景
随着4G-LTE技术的逐步发展,人们对通信质量和通信速度的要求越来越高,MIMO技术可实现多输入多输出,增大系统数据的吞吐量。
关键技术该资源为MIMO-OFDM通信系统模型,采用STBC编码进行预编码,在MATLAB下搭建模型,由训练序列获得信道信息来进行接收端的译码工作。
- 2023-02-10 14:20:03下载
- 积分:1
-
高斯消去法的类
C++编写高斯消去法求解线性方程组,将程序include到主程序,然后建立Guss对象,求解可得到最终解,奇异矩阵将会出错!
- 2022-03-07 20:42:44下载
- 积分:1