-
LM
说明: 列文伯格—马奎特算法的matlab实现程序(The Matlab program of the Levenberg-Marquardt algorithm)
- 2013-09-04 11:04:41下载
- 积分:1
-
MATLABsimulinkonQPSK
说明: 对于初学者是个很好的入手资料 学会如何写程序(For beginners a good start with information to learn how to write procedures)
- 2008-09-25 21:46:20下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
classical-algorithm-matlab-source
包括 解方程、规划问题、差值拟合、打印、绘图、回归、代数方程组、微分方程、随机数生成等等。
(Including solving equations, planning issues, the difference is fitting, printing, plotting, regression, algebraic equations, differential equations, random number generation, etc..)
- 2013-01-07 21:44:07下载
- 积分:1
-
FM_AM
一个简单的modulation的例子,关于AM,FM,载波等(a simple modulation example, on the AM, FM, etc. Carrier)
- 2007-05-20 17:27:42下载
- 积分:1
-
Inv_3P_3L_SP_Uabc_Iabc
三相三线逆变器仿真,仿真环境Matlab2014a,电压外环,电流内环。(Three phase three line inverter Simulation in Matlab2014a/Simulink。)
- 2015-09-10 10:00:17下载
- 积分:1
-
求滞回曲线耗能
说明: 可以快速实现从滞回曲线中计算耗能面积,和耗能系数,运行速度快,且稳定。(It can calculate the energy consumption area from the hysteretic curve quickly and stably.)
- 2021-02-20 00:09:43下载
- 积分:1
-
1111
农历时间显示农历时间显示农历时间显示农历时间显示(javascript)
- 2010-02-08 11:42:48下载
- 积分:1
-
power_smstarting
power_smstarting.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_smstarting.rar,
Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:38:58下载
- 积分:1
-
Jakes-working
Jakes model simuation. Autocorrelation and crosscorrelation as outputs
- 2014-12-14 21:57:41下载
- 积分:1