-
matpower chouce
说明: matpower 学习手册-----------(matpower manual-----------)
- 2020-09-02 03:28:08下载
- 积分:1
-
short-time-autocorrelation-function
说明: 计算任一语音信号的短时自相关函数,并用画图的形式表现出来,可自定义样本数,和采样频率。方便简洁。(Any calculation of short-time speech signal autocorrelation function, and use the form of drawing out the number of samples can be customized, and the sampling frequency. Easy to clean.)
- 2011-04-02 11:46:45下载
- 积分:1
-
fisher-linear
fisher线性分类器,包括训练和测试样本(fisher linear classification)
- 2013-02-27 15:24:15下载
- 积分:1
-
hamm74MAP
Hamming 7,4 MAP algorithm step by step explained.
- 2013-09-21 19:31:05下载
- 积分:1
-
tuxiang-lv-bo
主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提. 更多还原
(Mainly discuss how to get the picture after extracting its boundary information, the first use of the image contrast of the gray uniform solution to the problem is not clear, then use a Gaussian filtering method for image filtering noise, and then use Canny edge detection algorithm to extract the boundary, the method find boundary method comes with Matlab significantly improved procedures for the use of Matlab for image fractal dimension provides a more accurate premise. more reduction)
- 2013-12-16 09:44:29下载
- 积分:1
-
1
说明: c source Code for arthmetic
- 2010-06-17 22:44:15下载
- 积分:1
-
turbo
是turbo码的matlab仿真程序,里面有详细的注释(Turbo code is a matlab simulation program, which has detailed notes)
- 2007-09-13 18:34:20下载
- 积分:1
-
Matlab
说明: 姿态定位完整的matlab算法,具体有讲解版,文章版权已经申请,可以传播但是请勿发表文章,违者必究(Posture positioning complete matlab algorithm, on the specific version, the article has applied for copyright, can spread but not published an article rights reserved)
- 2008-09-23 20:47:27下载
- 积分:1
-
chaoliujizuobiao
用牛顿拉夫逊法的极坐标形式计算电力系统潮流(Newton Raphson method polar form power flow calculation)
- 2013-07-18 15:45:16下载
- 积分: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