-
GUIDE
有关Matlab软件开发GUI的开发文件 (Matlab software development related to the development of GUI file)
- 2009-05-25 17:26:50下载
- 积分:1
-
juanjima
采用matlab编程,实现卷积码的编码与译码(Using matlab programming, coding and decoding convolutional codes)
- 2011-05-10 13:22:33下载
- 积分:1
-
matlab12
由于libsvm的matlab版本的工具箱libsvm-mat并没有给出寻参的函数模块,而无论利用libsvm工具箱进行分类还是回归,参数的选取是十分重要的,鉴于此libsvm-mat-2.89-3[FarutoUltimate3.0]在
libsvm-mat-2.89-3的基础上给出相应的辅助函数插件,方便用户来选取最佳的参数,现对该工具箱里主要的辅助函数插件的接口进行介绍。(As the matlab version of the toolbox libsvm libsvm-mat and did not give to find a function module parameters, regardless of classification using libsvm toolbox or regression, parameter selection is very important, in view of the libsvm-mat-2.89-3 [ FarutoUltimate3.0] in libsvm-mat-2.89-3 is given on the basis of the corresponding auxiliary function plugin user to select the best parameters, the toolbox is the main interface to plug the auxiliary functions are introduced.)
- 2011-05-23 16:28:40下载
- 积分:1
-
image
说明: 在matlab环境下对图片进行压缩,使用算法为矩阵的奇异值分解(Matlab environment in the picture compression algorithm using singular value decomposition of the matrix)
- 2011-04-15 10:47:24下载
- 积分:1
-
OFDM_DOPPLER_CP
OFDM对频偏比较敏感,提出了基于循环前缀的频偏估计方法(OFDM is relatively sensitive to frequency offset, frequency offset estimation method is proposed based on cyclic prefix.)
- 2013-03-23 20:10:10下载
- 积分:1
-
frequency-offset-in-ofdm
This Matlab script finds the frequency offset effects in the orthogonal frequency division multiplexing (OFDM)and its effects on the bit error rate (BER).
A reference paper is also included.
- 2013-11-16 22:29:55下载
- 积分:1
-
mutual_information
用互信息求嵌入维数的matlab 该方法有效的计算嵌入维数(The method of the mutual information seeking embedding dimension matlab calculate the embedding dimension)
- 2012-05-31 08:36:12下载
- 积分:1
-
StOMP
压缩感知算法一种,分段正交匹配追踪(StOMP)(Compression sensing algorithm, a piecewise orthogonal matching tracing (StOMP))
- 2017-04-17 16:39:33下载
- 积分:1
-
convolution
利用一系列代码实现conv函数的功能,计算卷积。figure out an convolution(figure out an convolution)
- 2015-03-15 09:51:58下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1