-
jianmo2
油田规划数学建模的matlab程序,我自己建模写的。(Mathematical modeling of oil field matlab program, written in my own modeling.)
- 2009-10-30 21:20:40下载
- 积分:1
-
QpskSim
无线通信调制C++源代码,包含QPSK调制方式(Wireless communication modulation C++ source code, including QPSK modulation )
- 2014-08-07 07:32:26下载
- 积分:1
-
Kjunzhijulei
使用k均值算法对多个数据集进行分类,已测试通过,简单易懂(classification to many datasets using k-means algorithm ,simple and easy-understanding.)
- 2013-11-09 01:18:48下载
- 积分:1
-
rs_encode
很不错的RS纠错编码原理及其实现方法。pdf格式(rs encode and decode.)
- 2010-06-20 23:09:19下载
- 积分:1
-
FBG
均匀光栅C++仿真程序,传输矩阵法,方便学习(Uniform grating matlab simulation program, transfer matrix method)
- 2009-12-10 18:07:41下载
- 积分:1
-
gf28
MATLAB实现的伽罗华域乘法,在AES的安全算法中应用到(MATLAB implementation Galois field multiplication, in the AES security algorithm applied to the)
- 2009-12-11 21:31:05下载
- 积分:1
-
dsjzb_peizhun
参数估计是图像处理的一个很重要的环节 将坐标转化为对数极坐标可以有效的实现参数的估计 (Image processing parameter estimate is a very important part of the coordinates into polar coordinates on the number of parameters can be estimated to achieve effective)
- 2011-01-17 18:31:22下载
- 积分:1
-
power_thermal
matlab下实现研究VSC-HVDC的次同步振荡特性 模型很不好找哦(matlab research under the VSC-HVDC model of sub-synchronous oscillation is 不好找 Oh)
- 2014-09-24 15:12:06下载
- 积分:1
-
colorImgSRAD
彩色图像的SRAD滤波算法,基于matlab用c语言编写,附带注释,简单易懂实用。(SRAD color image filtering algorithm based on matlab with c language, with comments, straightforward and practical.)
- 2015-01-27 12:17:46下载
- 积分:1
-
kmeansK
KMEANSK Performs K-means clustering given a list of feature vectors and k
The argument k indicates the number of clusters you want the data to be
divided into. data_vecs (N*R) is the set of R dimensional feature
vectors for N data points. Each row in data_vecs gives the R
dimensional vector for a single data point. Each column in data_vecs
refers to values for a particular feature vector for all the N data
points. The output data_idxs is a N*1 vector of integers telling which
cluster number a particular data point belongs to. It also outputs
centroids which is a k*R matrix, where each rows gives the vector for
the cluster center. If we want to segment a color image i into 5
clusters using spacial and color information, we can use this function
as follows:
- 2011-12-22 19:45:32下载
- 积分:1