-
tspo_ga
遗传算法解决TSP的一种新的快速算法MATLAB程序,运行效果也不错(Genetic algorithm to solve TSP is a new fast algorithm for MATLAB programs, run effects are well)
- 2009-09-15 10:05:23下载
- 积分:1
-
1985512MIMO
这是一个基于GUI系统。 GUI是在命令行调用通过键入“ui_start”。 GUI是自我解释性。
工具提示是由于在蓝颜色。将光标定位需要这些详细的说明。主要文件
“runsim.m”。在这些模拟的单变量的选择是没有明确给出。这是因为单输入单输出的结果为特定
(This is a GUI-based system. GUI is invoked on the command line by typing " ui_start" . GUI is self explanatory. Tool tip is due to blue color. Position the cursor need these detailed instructions. Main File " runsim.m" . Single variable in these simulations is not clear given the choice. This is because the single-input single-output results for a particular)
- 2010-05-18 16:44:33下载
- 积分:1
-
engine
发动机系统仿真,matlab/simulink 系统仿真和运算,可以根据油门估算出扭矩(Engine system simulation, matlab/simulink simulation and computing systems, torque can be estimated based on throttle)
- 2013-12-07 02:32:57下载
- 积分:1
-
pll_test
phase locked loop pll as fm demodulator
- 2013-07-25 19:33:20下载
- 积分:1
-
ppoisson
Smooths scattered Poisson response data with a P-spline
- 2009-03-29 08:46:07下载
- 积分:1
-
bark2343
实现巴克码筛选,可以选出所有长度的巴克码码组。并进行画图(Achieve screening, Barker code, you can elect all of the length of the Barker code group. And for drawing)
- 2012-07-02 21:16:04下载
- 积分:1
-
001
因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算优化文件 }
先找到 $MATLAB7inwin32目录下的atlas_Athlon.dll(AMD系列CPU使用)和atlas_P4.dll(奔4用)文件,放到MCR目录中(随便),然后设置环境变量
变量名:BLAS_VERSION
变量值:D:MCRv70atlas_Athlon.dll(Because the MATLAB mathematical operations need to use some of the processor (MATLAB is used by default INTEL mathematical processing unit), so you need to set BLAS (Basic Linear Algebra Subroutines, is " based on linear geometry subroutine" means) environment variable. First make sure your MATLAB folder the following files: atlas_Athlon.dll (AMD series please use this), atlas_P4.dll (P4' s with this), atlas_PIII.dll (P3' s use this), atlas_PII.dll ( P2, use this), these are the values corresponding to processor operations to optimize file} first find $ MATLAB7 bin win32 directory atlas_Athlon.dll (AMD series CPU use) and atlas_P4.dll (Pentium 4 with) file, put MCR directory (random), and then set the environment variable variable name: BLAS_VERSION variable value: D: MCR v70 atlas_Athlon.dll)
- 2010-12-13 23:50:49下载
- 积分:1
-
qpsk_ber
说明: 通信系统的仿真,在现在的毕业设计和课程设计中都有要求的(communications system simulation, the current graduation design and curriculum design, have requested the)
- 2006-05-04 20:24:26下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
PSO
粒子群优化算法。这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。(Particle Swarm Optimization. This program is the most basic particle swarm optimization program using Matlab, very simple. Only a few dozen lines of code.)
- 2012-11-21 15:21:57下载
- 积分:1