-
C-and-Matlab
C++与matlab混合编程实例,用于实现在VS2010中调用matlab程序(C++ and matlab mixed programming, call matlab program VS2010)
- 2013-07-11 09:53:43下载
- 积分:1
-
test_wav
说明: 使用小波对脑电信号进行分解,去噪,重构
小波‘db1’-‘db10’分别处理对比(Using wavelet to decompose, denoise and reconstruct EEG signal)
- 2020-05-27 17:00:03下载
- 积分:1
-
Matlabmannual
用户手册是一本关于MATLAB的参考书,其中有大量的实例和相关应用介绍,值得大家收藏,可以作为学习教材和开发的参考书. English version(User)
- 2007-09-28 20:27:30下载
- 积分:1
-
Matlab-Use-Guider
说明: 详细介绍了matlab的使用,非常适用于初学者。(Details the use of matlab, ideal for beginners.)
- 2011-03-06 19:45:41下载
- 积分:1
-
nengliangjiance-
可模拟能量检测 在任职无线网络中的频谱感知中有重要应用(Can simulate the energy detection in wireless networks in office, there are important applications of the spectrum sensing)
- 2011-04-22 15:14:08下载
- 积分:1
-
lecture5_Finite-Volume-M-ethod
lecture series of matlab
- 2012-10-10 02:44:41下载
- 积分:1
-
GPV
Contains photovoltaic genrator modeling
- 2012-11-13 03:47:14下载
- 积分:1
-
SimpleLocalization
results than conventional LBP based schemes.Several observations can be made for CLBP. First, LBP is aspecial case of CLBP by using only CLBP_S. Second, we willshow that the sign component preserves more image localstructural information than the magnitude component. Thisexplains why the simple LBP (i.e. CLBP_S) operator worksmuch better than CLBP_M for texture classification. Third, theproposed CLBP_S, CLBP_M and CLBP_C code maps have
- 2014-09-22 10:55:03下载
- 积分:1
-
lianxudianji
带有前馈系统的电机伺服控制系统的matlab建模,基于simulink的仿真,原创,可用(Motor servo control system with feedforward system matlab modeling, based on simulink simulation, originality, available)
- 2013-03-27 20:15:29下载
- 积分: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