-
001
因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算优化文件 }
先找到 $MATLAB7inwin32目录下的atlas_Athlon.dll(AMD系列CPU使用)和atlas_P4.dll(奔4用)文件,放到MCR目录中(随便),然后设置环境变量
变量名:BLAS_VERSION
变量值:D:MCRv70atlas_Athlon.dll(Because the MATLAB mathematical operations need to use some of the processor (MATLAB is used by default INTEL mathematical processing unit), so you need to set BLAS (Basic Linear Algebra Subroutines, is " based on linear geometry subroutine" means) environment variable. First make sure your MATLAB folder the following files: atlas_Athlon.dll (AMD series please use this), atlas_P4.dll (P4' s with this), atlas_PIII.dll (P3' s use this), atlas_PII.dll ( P2, use this), these are the values corresponding to processor operations to optimize file} first find $ MATLAB7 bin win32 directory atlas_Athlon.dll (AMD series CPU use) and atlas_P4.dll (Pentium 4 with) file, put MCR directory (random), and then set the environment variable variable name: BLAS_VERSION variable value: D: MCR v70 atlas_Athlon.dll)
- 2010-12-13 23:50:49下载
- 积分:1
-
chapert7
这是通信系统仿真的第七章的例题的仿真程序代码!挺好的,希望对大家有用!(Communication System Simulation This is the seventh chapter of the simulation program code examples! Very good, and I hope useful for everyone!)
- 2008-07-08 15:48:39下载
- 积分:1
-
classification-for-SVM
说明: 对数据进行SVM处理,最后以进行定量及分类处理,对得到的预测和训练的数值进行RME等的计算(The data processing, and end with SVM quantitative and classification to get treatment, the numerical prediction and training for calculation of RME etc.
)
- 2011-03-17 08:47:29下载
- 积分:1
-
dpsk
使用matlab编程,首先编写M位的伪随机序列,然后调用产生dpsk信号 (Matlab programming produced by DPSK signal)
- 2009-02-25 20:35:30下载
- 积分:1
-
Aztec_barcode_reader
很好的一个一维条码检测识别源码,作为参考很有用(Very good detection and recognition of a one-dimensional bar code source, as a useful reference)
- 2010-07-30 10:14:50下载
- 积分:1
-
phc-bandstructure
1d phc band structure with PWE method
- 2011-05-07 20:28:10下载
- 积分:1
-
BALM
双线性增广拉格朗日系数算法,可用于图像运动分割,是运动结构算法的预处理算法,可用于恢复物体三维结构。(Augmented Lagrangian coefficient bilinear algorithm can be used for image motion segmentation, campaign structure preprocessing algorithm is the algorithm can be used to restore the three-dimensional structure of objects.)
- 2015-01-14 16:44:32下载
- 积分:1
-
validity
一种层次聚类的方法,用matlab实现的源代码,可对点数据等进行聚类分析(A hierarchical clustering method, using matlab to achieve the source code, can be carried to the point of data clustering analysis)
- 2013-11-03 20:49:00下载
- 积分:1
-
单纯形
说明: 单纯形法matlab程序,输入A,b,c,得到整个过程的单纯形表与最优解,最优值,每一步变换的单纯形表都有给出,完全没有错,很详细,有运行结果说明。(The simplex method matlab program, input A, B, C, get the simplex table and the optimal solution of the whole process, the optimal value, the simplex table of each step transformation are given, there is no error at all, very detailed, there are running results.)
- 2020-05-26 22:33:20下载
- 积分:1
-
TYZmyLDA
LDA算法的matlab程序。本代码是对一维信号进行LDA降维处理的函数。(LDA algorithm matlab program. This code is a one-dimensional signal processing functions LDA dimensionality reduction.)
- 2013-07-17 11:29:46下载
- 积分:1