-
Standard-PSO-2007
Standard PSO 2007 implementation using matlab
- 2014-08-13 20:46:39下载
- 积分:1
-
haoyong1
适合初学者的很好的永磁同步电机仿真模型,模型十分清晰(Good for beginners simulation model of permanent magnet synchronous motor, the model is very clear)
- 2011-09-30 11:05:59下载
- 积分:1
-
3d_of_A_star
基于A星算法的航迹规划MATLAB代码,空间是三维的(A satellite-based path planning algorithm MATLAB code, space is three-dimensional)
- 2020-07-04 14:40:01下载
- 积分:1
-
EVLoad
说明: 可以很好的预测日EV负荷,并对电网总负荷产生不同的影响(It can predict daily EV load very well.)
- 2020-06-20 21:00:01下载
- 积分:1
-
LS_Fitlers
MATLAB下用最小二乘设计低通,高通,带通,带阻数字滤波器。(Using MATLAB m-file to design LP, HP, BP and BS fitlers based on Least-square algorithm.)
- 2010-06-27 03:43:37下载
- 积分:1
-
Image-Processing-with-MATLAB
matlab for images processing
- 2011-01-21 20:11:44下载
- 积分:1
-
te_horn
HORN ANTENNA
FDTD CODE IN MATLAB
2D STRUCTURE
- 2013-07-21 23:09:11下载
- 积分:1
-
suijixulie
描述全部已知马尔科夫跳变系统的转移概率的一个生成模态(Describe all known markov jump to change the system transition probability of a generation mode)
- 2020-06-29 00:40:02下载
- 积分:1
-
PDSCH
改程序实现了LTE系统下行链路PDSCH的信道估计(Reform program to achieve a downlink LTE system PDSCH channel estimation)
- 2012-11-11 17:09:35下载
- 积分: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