-
activlev
matlab code to calculate active leve of speech
- 2010-11-17 15:09:11下载
- 积分: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
-
mergesortedvectors
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
(If we have two vectors individually sorted "a" and "b" but they are not sorted with respect t o each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c = mergesorted (a, b) can be used.)
- 2007-04-11 10:41:19下载
- 积分:1
-
ind_svm_im
this is matlab simulink implimantation of matrix converter fed induction motor drive to analysis harmonic effect on I.M.
- 2013-08-26 05:54:34下载
- 积分:1
-
PHAT
广义互相关函数求时间延迟,PHAT,SCOT等加权方式(GCC for TDOA,PHAT,SCOT)
- 2020-10-30 11:09:56下载
- 积分:1
-
Matlab-In-the-telecommunications
本书讲的是Matlab 在电信工程中的应用,包括基础篇、数字信号处理、和神经网络三大部分(Book is about Matlab applications in telecommunications engineering, including basic articles, digital signal processing, and neural network of three parts)
- 2011-05-21 20:22:35下载
- 积分:1
-
该算法采用神经网络方法,实现功率因数的调节
单位功率因数矫正器(UPQC)由一系列的主动功率滤波器组成,可以调节分布式能源系统中的功率因数,该算法采用神经网络方法,实现功率因数的调节。(A Unified Power Quality Conditioner (UPQC) is an integration of series and shunt active filters to improve power
quality in a power distribution system. Model-based control of UPQC has attracted attentions in recent years, which aims to regulate the source current and the load voltage to the desired reference signals in spite of the existence of harmonic components in the supply voltage and the load current, possible sag or swell in the supply voltage, and variations in the load current. However,most of the previous studies did not take the control saturation )
- 2016-07-28 16:51:29下载
- 积分:1
-
dibr
用matlab实现基于DIBR的虚拟视点图像绘制技术,完成虚拟视点图像生成。(failed to translate)
- 2013-05-09 00:12:56下载
- 积分:1
-
VFDT
小波对信号进行多分辨率分析,提取信号特征(Wavelet multi-resolution signal analysis, signal feature extraction)
- 2009-04-01 15:31:29下载
- 积分:1
-
ImageHistogramAndCentroidComputer_Matlab
This code is used to Solve the Center of picture.
- 2011-10-25 16:06:13下载
- 积分:1