-
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
-
LBGK_D2Q9_poiseuille_channel2D
实现格子boltzmann方法中D2Q9模型的简单算法(lattice boltzmann D2Q9 model)
- 2012-04-13 12:58:49下载
- 积分:1
-
thesissim
this is a matlab code for cdma it is a calculation of ber,snr etc.
- 2010-02-11 01:10:32下载
- 积分:1
-
Machine_Learning
关于机器学习的matlab范例,最好多执行,尤其可以通过一段一段的执行脚本来更好地理解机器学习是如何处理经典问题的(MachineLearning.m is the main script that needs to be d. You can this script section-by-section.
It demostrates the use of different machine learning techniques for a classification problem.)
- 2014-11-17 15:09:54下载
- 积分:1
-
Factor-analysis
因子分析。该程序已经调试好了 直接可以使用(Factor analysis. The program has a good debugging can be used directly)
- 2013-04-02 14:25:35下载
- 积分:1
-
fusegongju
图像融合工具箱先取两幅源图像相应的小波分解系数绝对值最大者的值作为融合图像的分解系数(先取两幅源图像相应的小波分解系数绝对值最大者的值作为融合图像的分解系数)
- 2010-10-23 20:39:19下载
- 积分:1
-
zuixiaoercheng
用最小二乘法反应雷达得到的图像,得到各种数据特征参数(Reaction of the least square method to obtain the radar image data to obtain various characteristic parameters)
- 2013-10-03 09:52:07下载
- 积分:1
-
daishu
matlab基础程序——代数方程解法,适合初学者(matlab-based program- calculus and differential equations, suitable for beginners)
- 2011-11-26 10:39:04下载
- 积分:1
-
dubins
dubins路径的生成,起始圆,结束圆,转弯点(generation of duins path)
- 2014-01-23 15:12:53下载
- 积分:1
-
f500
verilog coding for butterworth filter with cut off
frequency with 500hz
- 2014-02-19 15:37:09下载
- 积分:1