-
LTE_channel_estimation
说明: 有关LTE信道估计的硕士论文。主要讲上行信道的估计算法和实现(Master s thesis for LTE channel estimation)
- 2011-02-17 22:36:26下载
- 积分:1
-
multi-scale-wavelet-transform
说明: 利用小波变换中的多尺度变换进行图像边缘特征检测的主程序!(Using multi-scale wavelet transform in image edge detection of the main program features!)
- 2010-04-26 11:03:25下载
- 积分:1
-
analogamp
ANALOG AMP SIMULATION
- 2011-11-27 05:41:45下载
- 积分:1
-
varyingalphasixpulse
RICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE
- 2014-02-05 15:46:48下载
- 积分:1
-
CA_Markovmodel
针对遥感影像在定量描述土地覆盖和热环境分布方面的优越性,利用支持向量机( SVM)
分类器对遥感影像进行分类,获取土地覆盖图,利用单窗算法反演获取地表温度(For a quantitative description of the superiority of remote sensing images in land cover and distribution of thermal environment, the use of support vector machine (SVM)
Classification of remote sensing image classification, access to land cover map, using a single Window Algorithms get LST)
- 2016-09-04 14:45:28下载
- 积分:1
-
classic_example_of_the_edge_algorithm_matlab
matlab经典实例边缘算法设计classic example of the edge algorithm matlab(matlab classic example of the edge algorithm design classic example of the edge algorithm matlab)
- 2010-08-02 09:38:38下载
- 积分:1
-
MyWav
读语音数据,数据放入了X,fs代表采样率,bit代表采样位数(Read voice data, the data is placed in the X-fs representative sample rate, bit representative sample median)
- 2012-11-08 22:25:41下载
- 积分:1
-
bandel
Bundel model in Photogrammetry
- 2009-09-21 19:22:44下载
- 积分:1
-
xiaozhenqi
具有反馈控制的动力消振器的响应分析 利用MATLAB中的simulink对消振器进行仿真(With feedback control of dynamic absorber response analysis using MATLAB simulink in the simulation of the damper)
- 2010-05-10 21:25:48下载
- 积分: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