-
matlabhuizhigezhongxinhaoboxing
matlab绘制各种周期信号如正弦波等常用的信号,下下看吧吧吧。(matlab draw a variety of periodic signals such as sine wave signal, such as commonly used, under the under the bar and see it.)
- 2009-04-21 23:09:42下载
- 积分:1
-
DigitalCommunicationoverFadingChannels_Simon
this book is udefull in working with fading channels
- 2009-05-25 13:40:16下载
- 积分:1
-
myspline02
基于matlab中M文件应用,主要实现数值分析课程的应用(Matlab-based M documents, the main numerical analysis courses Application)
- 2007-06-20 10:36:19下载
- 积分:1
-
MATLAB6.5jssheji
matlab65優化計算與設計操作說明,書中列有源碼及說明(matlab65 calculation and design optimization instructions, the book includes source code and explanations)
- 2006-11-25 05:11:02下载
- 积分:1
-
RAYLEIGH
Code for OFDM with matrix interleaving in modulation Bpsk, Qpsk, 16/32/64 Qam.
- 2013-03-29 17:38:01下载
- 积分:1
-
CollectAnaly
用matalab实现的最短距离算法的系统聚类分析对样本进行分类(With matalab achieve the shortest distance between cluster analysis algorithm to classify the samples)
- 2008-07-28 08:45:08下载
- 积分:1
-
Guyan
Guyan法模型减缩,缩减系统治疗刚度矩阵维数,同时保持低阶模态精确性(Guyan condensaton method)
- 2014-03-31 09:07:07下载
- 积分:1
-
burg_hz
此代码是高级数字信号处理中用到的谱估计伯格法,已经设置好参数,直接运行即可。(This code is the advanced digital signal processing used in Burg spectral estimation method, has been set up parameters can be directly run.)
- 2008-06-25 20:59:10下载
- 积分:1
-
matlab
这是一个基于Matlab语言绘画三角函数图形的源代码(This is a painting based on Matlab language source code for trigonometric graph)
- 2011-05-31 16:52:55下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1