-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
CR_pm
认知无线电功率控制算法中各认知用户最小发射功率的计算(Calculation of each cognitive user minimum transmit power in cognitive radio power control algorithm)
- 2012-05-04 11:06:21下载
- 积分:1
-
MMA14ver2
compressive sensing 新版本MMA14( This is an example using the Subspace Pursuit
Algorithm of Wei Dai and Olgica Milenkovic
"Subspace Pursuit for Compressive Sensing: Closing the
Gap Between Performance and Complexity"
and the Re-weighted algorithm of Rick Chartrand and Wotao Yin
"Iteratively Reweighted Algorithms for Compressive Sensing"
In order to run this example you need to install all these m.files
in the same directory and type trialSP2 at the prompt.
Written by Igor Carron
http://nuit-blanche.blogspot.com
Creative Commons Licence with attribution)
- 2009-12-12 09:31:56下载
- 积分:1
-
Computational_Intelligence_Paradigms__Theory__amp
A book on computational intelligence
- 2012-09-18 18:38:11下载
- 积分:1
-
state_
state space model for induction machiine
- 2012-10-07 21:06:33下载
- 积分:1
-
Program_0.1
Tutorial One (You should run it in the Command Window)
- 2012-04-22 18:27:41下载
- 积分:1
-
ambiguity-function
ambiguity function matlab code
- 2013-10-29 20:12:36下载
- 积分:1
-
simulink_labs
simulink实例仿真源码应有尽有,通信方向在学习Simulink的可以参考一下!(The simulation simulink source everything, communication, direction in learning Simulink that can refer to!)
- 2009-10-21 21:43:29下载
- 积分:1
-
guanxianguangshanjietiao
包含两个文件,其一,为光纤光栅的匹配解调发,其二为温度变化对光栅中心波长的影响(Consists of two files, one for fiber grating matching demodulation hair, and the second as the temperature changes in the grating center wavelength)
- 2012-09-19 21:57:40下载
- 积分:1
-
clusting
模糊C均值聚类的例程,matlab环境下(Fuzzy C-Means clustering routines, matlab environment)
- 2011-08-10 12:43:19下载
- 积分:1