-
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
-
lr_lmmse_estimation
说明: 基于导频的ofdm信道估计,采用线性MMSE算法。(Pilot-based channel estimation ofdm using the linear MMSE algorithm.)
- 2011-04-11 20:20:30下载
- 积分:1
-
Fec
Forward error correction code algoritham for matlab codes
- 2013-12-09 18:04:06下载
- 积分:1
-
Histogram
implementing histogram equalization for image enhancement
- 2009-11-10 00:47:34下载
- 积分:1
-
bi-ye--lunwen-
毕业论文PSO,宝库奥代码,非常详细,耗时半年,请好好看看,很不错的(Thesis PSO, treasure Austrian code, very detailed, time-consuming half a year, take a good look, very good)
- 2011-05-04 09:03:54下载
- 积分:1
-
phase-diversity-method
频率估计问题一直是研究的热点。此为一个相位差法估计频率的程序代码,可供学习参考。(Frequency estimation has been the research focus. This is a phase difference method to estimate the frequency of the program code, for learning reference.)
- 2014-09-23 14:49:29下载
- 积分:1
-
3
说明: 数学实验与Matlab周晓阳老师,简单明了,易学易懂!(The mathematical experiment with Matlab Zhou Xiaoyang teacher, straightforward, easy to understand!)
- 2012-10-15 13:08:58下载
- 积分:1
-
ecc_demo
it is the demo of face detection and recognition
- 2011-12-29 20:46:24下载
- 积分:1
-
sor
SOR法求解病态线性方程组的MATLAB源代码(SOR method for solving ill-conditioned linear equations MATLAB source code)
- 2015-05-27 15:05:10下载
- 积分:1
-
gabotranform1
一个不错的Gabor小波基的生成程序,可以生成不同尺度,不同方向的小波基(A good generation of Gabor wavelet procedure)
- 2010-07-02 09:42:38下载
- 积分:1