搜索资源列表
inverse
- 用matlab写的五种矩阵求逆程序,里面含有说明文件
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
topelize矩阵快速解法的matlab程序
- 计算电磁学中离散海伦方程之后会得到topelize矩阵,当矩阵规模很大时采用一般的矩阵求逆程序会变得很慢,这个程序采用新的方法对这种矩阵可以快速的求解
4
- 最小二乘法拟合曲线(用到矩阵求逆、矩阵乘法、矩阵转置)-Least square fitting curve (use matrix inversion, matrix multiplication, matrix transpose)
MatrixInverse
- 求逆矩阵算法,输入原矩阵、维数以及允许误差,输出其逆矩阵-MatrixInverse
szjs1
- 矩阵求逆的算法,比较完备,基本上可以求任何矩阵的逆-Matrix inversion algorithm, a more complete, is basically the inverse matrix for any
SMI2
- 波束形成自适应算法——样本相关矩阵直接求逆算法(SMI)-Beamforming adaptive algorithm- the sample correlation matrix inversion algorithm directly (SMI)
matrix
- 矩阵相乘和求逆,矩阵求逆进行LV分解,测试结果与matlab一样-Matrix multiplication and inverse, matrix inverse to LV decomposition, the same test results with matlab
SMI
- 块自适应处理算法先有采样快拍数据计算采样协方差矩阵,再来计算自适应权矢量。典型的块自适应处理算法为采样矩阵求逆(SMI)算法。仿真了采样矩阵求逆法(SMI)的波束形成方向图旁瓣的高低受信号快拍数的影响。-Block adaptive processing algorithms prior sample snapshot data of the sampling covariance matrix, again computing adaptive weight vector. A typical
inv_matrix
- 矩阵分解求逆中的Cholkski分解算法的Matlab仿真。-Inverse matrix decomposition decomposition algorithm in the Matlab simulation Cholkski.
File2
- 矩阵求逆(lu分解法),已在matlab下进行测试,计算精度大概为小数点后4位-Matrix inversion (lu decomposition method), has been tested under matlab, after the decimal point accuracy is approximately 4
VCPPcall-DLL-generated-from-Matlab
- 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
c_chaoliu-
- c语言编写的牛顿拉夫逊法解潮流程序,和matlab相比,c语言编写潮流程序最大的难点在于矩阵求逆,本程序使用的求逆方法是初等行变换法。-The Newton-Raphson method solving power flow proceduresprepared by C language, and compared to MATLAB program, the trend is the most difficult to inverse matrix, the procedure using
toepliez-matrix-matlab-with
- 对称toepliez矩阵求逆的matlab实现-Symmetrical toepliez inverse matrix matlab
C_matrix_invert
- C语言实现矩阵求逆的MATLAB原型。 C语言实现矩阵求逆的MATLAB原型。-C for matrix invert! matlab for matrix invert! hope be useful for you !
Inverse
- 使用C编写的复数矩阵求逆,使用高斯消去法,已经和matlab结果做过对比,无误-Written in C and the complex matrix inverse, using the Gaussian elimination method, has been done and matlab results contrast, correct
matrix-inverse-matlab
- 高斯消元法矩阵求逆,程序详细,仅供学习使用-Gaussian elimination of matrix inversion and detailed procedures, only to learn to use
Matlab
- 雷达信号处理 阵列波束形成 最小均方误差 采样协方差矩阵求逆 Capon波束形成-Radar Signal Processing
matlab
- MATLAB矩阵分析与处理 矩阵结构变换 矩阵求逆与线性方程组求解-MATLAB matrix analysis and processing Matrix structure transformation Matrix inversion and linear equations
Matlab
- 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi