-
xianxianfanchenzuzhijieqiugen
这是线性议程组的直接解法,有十种不同的解法(这与迭代解法是不同的)……(This is the direct linear solution of the agenda of groups, there are dozens of different method (which is different from the iterative solution) ... ...)
- 2009-05-16 13:34:20下载
- 积分:1
-
guide_program
this is document to learn a simple way to design a graphic interface in matlab.
- 2010-05-07 17:24:38下载
- 积分:1
-
capon
现代信号谱分析 capon 算法MATLAB例程(spectral analysis of signals)
- 2012-05-11 14:27:18下载
- 积分:1
-
SCA
正弦余弦优化算法,用于优化各种模型,附带注释(Sine-cosine optimization algorithm for optimizing various models with annotations)
- 2021-04-13 10:38:57下载
- 积分:1
-
vblast
是一个二乘二天线的多路复用的解码程序,利用Vblast算法来实现的,(Is a second antenna multiplexing二乘decoding procedures, the use of algorithms to achieve the Vblast.)
- 2009-05-08 21:50:55下载
- 积分:1
-
kalman
本程序为用matlab对kalman滤波进行目标跟踪的应用仿真的程序代码(The procedures for the use of matlab kalman filter for target tracking application simulation program code)
- 2013-07-20 09:30:11下载
- 积分:1
-
transferfn2
transfer function model
- 2013-11-03 17:48:45下载
- 积分:1
-
DOA
利用music算法对 DOA 进行估计,基于均匀线阵(estimation of DOA bymusic)
- 2009-06-27 10:43:10下载
- 积分:1
-
Canny_image
使用matlab编程工具实现canny算子检索图像,程序已通过运行。(Finish retrieve images by canny method using matlab,and it could run.)
- 2011-05-10 15:27:22下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1