-
Finite-Element-Procedures
有限元分析的源程序,包括几乎所有的求解算法和程序,直接应用 不需要二次修改。(Finite element analysis of the source code, including almost all of the solution algorithm and procedures, direct applications do not require secondary modifications.)
- 2020-12-16 22:29:12下载
- 积分:1
-
Matlab-Programming-for-Engeering
《Matlab编程》书电子档,详细阐述了如何使用Matlab编程、程序编制以及注意事项,是一本不可多得的好书(" Matlab programming" in digital format, described in detail how to use the Matlab programming, programming and precautions, is a rare books)
- 2011-06-08 15:18:56下载
- 积分: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
-
kiejai_v43
小波包分析提取振动信号中的特征频率,ML法能够很好的估计信号的信噪比,利用自然梯度算法。( Wavelet packet analysis to extract vibration signal characteristic frequency, ML estimation method can be a good signal to noise ratio, Use of natural gradient algorithm.)
- 2017-03-02 12:21:28下载
- 积分:1
-
MATLABzuotu
几个MATLAB实现的GUI界面,如多选菜单,可控制小球运动速度的用户界面,函数变换等主要共初学者参考使用!(several MATLAB GUI interface, such as more election menu control the ball movement speed of the user interface, the main function transform a total beginners reference!)
- 2007-06-27 11:23:46下载
- 积分:1
-
music
music算法的实现。区分多个频率相邻信号效果明显(music algorithm. Separate multiple frequency adjacent signal effect is obvious)
- 2011-01-13 16:34:11下载
- 积分:1
-
EKF-simulation
扩展卡尔曼滤波在跟踪运动轨迹中的应用(matlab程序)(Extended Kalman filter (EKF) simulation demo)
- 2014-01-02 19:53:59下载
- 积分:1
-
aber3_data_opt_sys
上传个东西太费劲了 用MATLAB写的一段相差程序(about optical abrration )
- 2010-07-05 23:17:43下载
- 积分:1
-
EXTENDED_KALMAN_FILTER_example
扩展卡尔曼滤波源代码
希望能够对学习Kalman技术的朋友有所帮助(Extended Kalman filter source code hope to be able to learn from friends Kalman technical help)
- 2008-01-11 21:04:47下载
- 积分:1
-
encode_bit
关于turbo码编码的仿真程序,简单实用,是初学者的理想程序(On the turbo coding of the simulation program, simple and practical, is the ideal program for beginners)
- 2009-11-24 18:37:13下载
- 积分:1