-
fsortrow
矩阵排序,按照行排序。
例如 矩阵[ 1 2 3 4 5
4 1 3 2 1
3 5 6 9 7]排序后为:
[ 1 2 3 4 5
3 5 6 9 7
4 1 3 2 1]
(matrix row sort )
- 2012-03-13 09:12:53下载
- 积分:1
-
Algorithm-for-DOA-Location
是一种测向交叉定位算法 通过大量阅读论文获得,可以参考。有兴趣,可以一块讨论(Algorithm for DOA Location)
- 2012-02-12 17:23:12下载
- 积分:1
-
sy3
说明: matlab程序,有约束最优化问题直接法--复合形法(matlab program, constrained optimization problems are the direct method- the complex method)
- 2008-11-04 11:59:46下载
- 积分:1
-
EOF
说明: 经验正交函数分析FORTRAN程序,用于变量场的时空结构分离(配套书籍《现代气候统计诊断与预测技术》)。(empirical orthogonal function, FORTRAN procedure, used to separate the spatio-temporal structure of climate variables.)
- 2019-03-07 17:15:59下载
- 积分:1
-
YALL1-v1.1
ADM for Compressive sensing
- 2021-05-14 09:30:02下载
- 积分:1
-
poly
求两个多项式的最大公约式,多项式按照如下格式输入,如果输入
3 //次数
1 2 3 4 //系数
则表示
1+2x+3x^2+4x^3(For two of the largest convention-type polynomials, polynomial input in accordance with the following format, if you type 3// number 1 2 3 4// coefficient express 1+ 2x+ 3x ^ 2+ 4x ^ 3)
- 2008-05-16 18:44:14下载
- 积分:1
-
Montecarlo_SNR
用牛顿迭代法估计正弦信号的幅度,相位,频率,选用多次montecalor算法估计参数均值,并与理论上参数估计的CRLB下限进行比较。(Newton iterative method estimates the sinusoidal signal amplitude, phase, frequency, use multiple montecalor algorithm to estimate the parameters mean, and with the theoretical limit of parameter estimation CRLB compare.)
- 2021-03-01 11:29:35下载
- 积分:1
-
fdtd-3D
计算同轴电缆的时域有限差分算法的matlab程序(Finite-difference time-domain algorithm matlab program calculated coaxial cable)
- 2012-10-18 15:06:49下载
- 积分:1
-
newTon.m
牛顿插值法进行多项式逼近,matlab编译成功,直接可用(Newton interpolation polynomial approximation method, matlab compiled successfully, directly available)
- 2013-07-09 13:33:06下载
- 积分:1
-
Nnnrrfxxfce
牛顿法计算方程,能计算非线性方程/方程程组,有需要的能试试,主要是数学方法的实现
(Newton method to calculate the equation to calculate the nonlinear equation/equation of equations, needs to try, mainly the implementation of the mathematical methods)
- 2012-08-20 07:22:55下载
- 积分:1