-
kmeans
k-means clustering is a method of vector quantization, originally signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster. This results in a partitioning of the data space into Voronoi cells.
- 2014-11-30 01:08:07下载
- 积分:1
-
pmsm_ideal
synchronous motor matlab simulink
- 2013-12-19 01:02:14下载
- 积分:1
-
perceptron
% 单层感知器 与、或、以及其他逻辑功能的实现
% 采用step逐步逐行运行方式,了解学习过程的细节
% 尝试重新定义程序中的T,观察感知器实现异或运算(T=1 0 1 0]的可能性。(% Implementation of Single Layer Perceptron and, or, and Other Logic Functions
% Use step-by-step operation to understand the details of the learning process
% Trying to redefine T in the program, observing the possibility of XOR operation (T = 1010) implemented by the perceptron.)
- 2020-06-20 03:40:01下载
- 积分:1
-
Root-MUSIC--DOA
利用求根MUSIC算法进行DOA估计的源程序(Root MUSIC algorithm using the DOA estimation of the source)
- 2013-11-02 00:19:00下载
- 积分:1
-
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
-
ELD
和声搜索算法求解电力系统经济调度优化问题(Harmony search algorithm solve power system ecolomic dispatch optimization problem)
- 2020-12-21 09:09:08下载
- 积分:1
-
yyzq
语音增强程序 可以作为参考使用,区分清辅音和拙辅音!!!(Speech enhancement procedures can be used as reference!!!)
- 2014-12-25 17:04:10下载
- 积分:1
-
EE76-power-system-simulation-lab
EE76-Power system simulation lab
- 2012-11-02 02:40:18下载
- 积分:1
-
LMSEQUAL
用LMS算法实现自适应均衡器的MATLAB程序(LMS algorithm using adaptive equalizer in the MATLAB program)
- 2006-11-24 14:23:34下载
- 积分:1
-
depso_11
说明: 差分粒子群算法是一种新的模仿鸟类群体行为的智能优化算法,现已成为进化算法的一个新的重要分支。在基本粒子群算法和改进粒子群算法原理的基础上,实现了粒子群算法在函数优化、图像压缩和基因聚类中的应用。(Differential particle swarm optimization (DPSO) is a new intelligent optimization algorithm which imitates the behavior of bird swarm. It has become a new important branch of evolutionary algorithm. Based on the basic particle swarm optimization (PSO) algorithm and the improved principle of PSO, the application of PSO in function optimization, image compression and gene clustering is realized.)
- 2019-03-14 09:17:30下载
- 积分:1