-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
Root_Loci
根轨迹文件 多刚体动力学 方程 根分布 稳定分析 (Root locus document root distribution multibody dynamics equations stability analysis)
- 2014-09-21 21:13:28下载
- 积分:1
-
DAVAR
用于计算Davar,较为方便,用于allan方差的初步学习(Used to calculate Davar, more convenient for the Allan variance of the preliminary study)
- 2013-04-17 13:44:46下载
- 积分:1
-
kriging
kriging方法源程序,用于kriging方法构建近似模型,方便易懂(kriging method source,Kriging method used to construct an approximate model, easy to understand)
- 2021-04-26 10:08:45下载
- 积分:1
-
mgjyxl
第一个把专家青睐的数学模型技术(NNM 算法模型)引入词汇记忆软件中,并取得了巨大的成功。NNM 算法模型与经典的“艾滨豪斯遗忘曲线”真正的融合于一体,使得该著名的理论在计算机与数学模型下第一次得到了淋漓尽致的发挥。(First a mathematical model of the popular technology expert (NNM algorithm model) the introduction of vocabulary learning software, and has achieved great success. NNM algorithm model and the classic " Ai Bin House forgetting curve" true integration in one, making the well-known theory in computer and mathematical models has been most vividly the first time under play.)
- 2011-07-23 17:03:32下载
- 积分:1
-
pre-distortion
针对功放得到非线性失真,采用查表法预失真对功放的非线性进行补偿,仿真表明了补偿方式的有效性。(Obtained for nonlinear distortion amplifier, using the look-up table predistortion to compensate for non-linear power amplifier, simulation shows the effectiveness of compensation.)
- 2013-11-20 16:15:34下载
- 积分:1
-
math
this document contain some demonstrations in mathematics , it can bee very helpful for beginners
- 2013-01-26 18:45:06下载
- 积分:1
-
Kalman
说明: 非常好的卡尔曼滤波学习程序。文章中有原题,有解题步骤,有实现程序。适合卡尔曼学习过程中的人。(Very good learning process Kalman filter. The article in the original title, there are problem-solving steps to achieve the procedure. Kalman learning process for people.)
- 2008-11-20 16:32:54下载
- 积分:1
-
Runge-Kutta
Using Runge-Kutta 10 inoder to solve
- 2011-06-05 01:41:52下载
- 积分:1
-
adi
matlab的adi方法求解偏微分方程,精确度较高(ADI method of MATLAB for solving partial differential equations)
- 2021-04-17 17:38:52下载
- 积分:1