-
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
-
SimTIFFToImage.m
Converts a monochrome mosaiced TIFF file to simulator format. 在matlab上运行,去除模糊图像,重影。(Converts a monochrome TIFF file mosaiced t o simulator format. In Matlab run, remove fuzzy images ghost.)
- 2007-04-30 13:22:41下载
- 积分:1
-
CBB
Compact-Box-Burning (CBB) algorithm,用于网络分形,求覆盖网络最小盒子数的算法,是我自己写的,可以正常运行(Compact-Box-Burning (CBB) algorithm, for network fractal, seeking a minimum number of boxes overlay network algorithms that I wrote it myself, can operate normally)
- 2014-10-16 11:20:27下载
- 积分:1
-
RGA_run_SR-meachinel
The real-coded genetic algorithm to run SR mechenical.
- 2015-02-03 16:29:36下载
- 积分:1
-
sift
sift 特征提取算法matlab实现,有实例(sift 特征提取算法matlab实现,有实例)
- 2020-07-21 14:48:46下载
- 积分:1
-
test
测试对于整个测试集的识别率对于测试集合的识别率(Test for the entire test set recognition rate)
- 2010-11-29 15:16:09下载
- 积分:1
-
stepwise
最小二乘法多元线性回归的matlab实现(Least squares linear regression of the matlab implementation)
- 2011-01-06 20:41:53下载
- 积分:1
-
fun
基于帐篷第三定律计算矩形巷道中多径传输的接收点归一化功率的仿真(Third law calculations based on a rectangular tunnel tents in the multipath reception points normalized power of simulation)
- 2011-06-30 03:07:23下载
- 积分:1
-
matlabmylib
sinc插值函数,在SAR、ISAR,通信等信号处理中有广泛的应用,是非常好的学习代码。(sinc interpolation function, there is a wide range of applications in the SAR, ISAR, communications and other signal processing, is a very good learning code.)
- 2020-09-09 16:48:02下载
- 积分:1
-
Gold
黄金分割法 可以解决 单峰函数 的极值问题
比较的准确和快速(Golden section method can solve the single-peak function of the extremum problem of accurate and rapid)
- 2008-05-18 02:23:10下载
- 积分:1