-
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
-
disanzhang
功率谱估计和信号频率估计方法 周期图法 BT法(Power spectrum estimation and the signal frequency estimation methods periodogram )
- 2013-12-08 21:46:31下载
- 积分:1
-
matlabstudy
说明: 参加数模竞赛时搜集的关于matlab学习的资料,比较有用(Participated in several modeling contest to learn when to collect information on matlab, more useful)
- 2010-04-03 11:26:08下载
- 积分:1
-
power_1phPWM
电力电子中使用的单相控制系统互补双管驱动仿真模型(Power 1phase PWM)
- 2013-10-16 23:19:40下载
- 积分:1
-
Kalman.tar
Kalman filter related Matlab source codes
- 2012-04-23 12:53:25下载
- 积分:1
-
69491702beamform
经典的波束赋型代码,有均匀圆形阵列,均匀线性阵列,圆柱阵列,球形阵列等(Classic beamforming code, uniform circular array, uniform linear array, cylindrical array, ball grid array, etc.)
- 2021-03-07 16:49:29下载
- 积分:1
-
comparison-of-some-power-spectrum-estimation
这里几种功率谱估计方法,对它们的性能进行了比较,可供参考!(Here several methods of power spectrum estimation of their performance are compared for the reference!)
- 2009-03-28 20:33:30下载
- 积分:1
-
GAFCM
遗传算法改进的模糊C-均值聚类MATLAB源码
模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。
(Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and then use the standard fuzzy C-means clustering algorithm to obtain the optimal classification result.)
- 2020-09-29 15:27:44下载
- 积分:1
-
upf_demos
该程序包实现的是无味(Unscented)粒子滤波算法,与一般粒子滤波的不同处是:采用UKF近似粒子滤波的建议分布函数。(The package to achieve the tasteless (Unscented) particle filter, particle filter in general the differences are: use of UKF approximate particle filter proposal distribution function.)
- 2009-11-10 22:03:55下载
- 积分:1
-
m_seq
generating maximum legnth sequence bu determining the generator function and initial condition
- 2009-12-29 04:55:23下载
- 积分:1