-
dplizi_matlab
这是二维动态规划法的一个的算例 联合开发网 - pudn.com
- 2012-04-17 19:35:05下载
- 积分:1
-
RAKE
利用MATLAB软件来仿真RAKE接收机分集接收性能的程序(Performance simulation of RAKE receiver diversity using MATLAB software program)
- 2015-05-03 11:18:55下载
- 积分:1
-
LMSALGORITHEM
说明: LMS 算法MATLAB代码,可以经常LMS的计算.这个是.M文件.希望大家多交流(LMS algorithm MATLAB code, LMS can often calculated. the yes. M documents. we hope that more exchanges)
- 2006-02-06 08:26:00下载
- 积分:1
-
电动汽车里使用空调系统的simulink仿真
这是一个电动汽车里使用空调系统的simulink仿真,可以用于毕业设计,让同学把重心放在自己需要研究的方面,简化了塔模型的麻烦(This is an electric car using the air conditioning system simulink simulation, can be used for graduation design, allow students to focus on aspects of their research needs, simplifying the tower model trouble)
- 2014-09-01 01:57:23下载
- 积分:1
-
Advanced-Engineering-Mathematics-With-Matlab
Advanced Engineering Mathematics With Matlab
- 2012-02-05 07:25:50下载
- 积分:1
-
ac_motor_b
ac motor speed control simulation and text mmmmm nnnn nbbbb hhhh ddddd sssw wwww w ww w w w w w w w www
- 2014-08-16 01:07:45下载
- 积分:1
-
MATLAB-Algorithm
基本的分类,预测,回归等算法,适合初学者学习,配有注释,容易理解(Basic classification, prediction, regression algorithm, suitable for beginners to learn, with comments, easy to understand)
- 2015-04-01 11:38:17下载
- 积分:1
-
ipslove
整数规划工具箱
解压后 调用ipslv_mex()函数求解整数规划问题,经过本人测试,只能在matlab6.5以下的版本用(Integer programming toolkit called after decompression ipslv_mex () function for solving integer programming problems, after my testing, only in the following version matlab6.5)
- 2008-04-13 10:59:08下载
- 积分:1
-
Deskt48op
matlab毕业编程【谷速软件】应用程序启动时显示闪屏 (matlab graduate program displays a splash screen when [Valley] application launch speed software)
- 2014-12-23 19:52:34下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1