-
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
-
matlab4
说明: matlab应用在微分方程的解法和他的一些应用程序接口用户指南(matlab application of Differential Equation and some of his API User' s Guide)
- 2010-04-15 13:07:52下载
- 积分:1
-
locas_kanade-matlab
matlab实现的lucas-kanade光流迭代算法(matlab achieved lucas-kanade optical flow iterative algorithm)
- 2009-04-09 17:27:56下载
- 积分:1
-
os
说明: Programming technique for matlab
- 2013-03-04 23:02:31下载
- 积分:1
-
cossincordic
CORDIC算法的Matlab模拟,为了验证FPGA实现CORDIC算法的时间特性优于软件,用Matlab实现了一个计算sin, cos的CORDIC算法(Matlab simulation CORDIC algorithm, in order to verify the FPGA to achieve the time characteristics of CORDIC algorithm is superior to software, using Matlab calculated to achieve a sin, cos of the CORDIC algorithm)
- 2009-06-08 22:23:07下载
- 积分:1
-
sininterpolation
关于正弦插值的算法,从一篇IEEE的论文实现为MATLAB的代码。(sinc interpolation)
- 2009-02-17 22:10:40下载
- 积分:1
-
test5
用复小波对简单的奇异信号进行幅度和相位的分析(Using complex wavelet singularity of a simple signal amplitude and phase analysis)
- 2007-12-13 09:30:28下载
- 积分:1
-
ChannelModelingWhitePaper
A MATLABR based Object-Oriented Approach to Multipath Fading Channel Simulation
- 2010-09-18 21:28:52下载
- 积分:1
-
newton
牛顿迭代法,用于求解非线性方程的解。此程序比较详细,虽然程序看上去很多,但是各方面都很到位。(Newton iterative method for solving nonlinear equations. This procedure in more detail, although the process seems a lot, but all aspects are in place.)
- 2010-11-12 21:19:35下载
- 积分:1
-
Essentials-of-MATLAB-R2007
MATLAB R2007基础教程 对于matlab的基础介绍(Essentials of MATLAB R2007)
- 2012-04-18 13:33:19下载
- 积分:1