-
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
-
bpsk
matlab实现BPSK基带信号,用均方根升余弦成型滤波(bpsk)
- 2011-01-04 19:42:18下载
- 积分:1
-
Turboencoding
本程序详细地描述了TD-SCDMA的Turbo编码器和Turbo译码器,对大家的学习很有帮助(This procedure is described in detail TD-SCDMA' s Turbo encoder and Turbo decoder, to all of us to learn very helpful)
- 2009-11-25 09:51:41下载
- 积分:1
-
DFcoorpertivecommunication
the simulink of DF coorpertive communication
- 2010-05-30 09:29:37下载
- 积分:1
-
entropy
entropy of ofdm inter carrier interference scheme
- 2009-02-14 00:25:47下载
- 积分:1
-
zuiduanlusuanf
Dijkstra最短路算法 flod算法:求任意两点之间的最短路.可以把矩阵直接带进去求解。(Dijkstra shortest path algorithm flod algorithm: seeking the shortest path between any two points. Can be brought directly into the matrix to solve.)
- 2010-09-09 14:02:24下载
- 积分:1
-
projekt
Implement two methods face recognition: PCA and LDA for ORL face base
- 2011-01-03 07:43:41下载
- 积分:1
-
imagecrop
说明: 用matlab对各种图像进行裁剪,是图像处理中经常用到的步骤(Various images with matlab crop,which is often used in image processing steps)
- 2010-04-02 09:51:08下载
- 积分:1
-
QAMCreate
QAM调制信号生成,可针对多种类型成型滤波器(QAM modulation signal generation can be formed for a variety of types of filter)
- 2014-08-27 16:53:20下载
- 积分:1
-
matlab
解ABCD的四元方程求解ABCD的值,并通过此值计算出电力器件vto,rt的值,从而使并联器件变得简单,有效(Solution ABCD equation solving the value of the ABCD and power devices VTO rt value calculated by this value, so that the the parallel device becomes simple, effective)
- 2013-05-13 21:44:18下载
- 积分:1