-
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
-
123
信号预处理,对于信号的一些干扰进行排除——(Signal preprocessing for signal interference exclude-)
- 2013-03-24 19:16:32下载
- 积分:1
-
turboprog
该程序是turbo码仿真程序,由12个m文件组成,分别是turbo编码(包括凿孔和非凿孔turbo码生成),译码网格和软判决迭代译码等模块,主程序可以直接运行,也可根据需要修改相应参数(The program is turbo code simulation program, from 12 m paper, namely, turbo coding (including bore and non-bore turbo code generation), decoding grid and soft-decision iterative decoding modules, the main program can direct operation, may also need to be amended in accordance with the corresponding parameters)
- 2007-12-25 10:30:43下载
- 积分:1
-
Examples_Of_Programming_In_Matlab
Examples Of Programming In Matlab,
英文电子书,快速掌握matlab编程。(Examples Of Programming In Matlab, English e-books, quickly grasp the matlab programming.)
- 2008-06-28 13:23:19下载
- 积分:1
-
Band_pass
Band pass filter for procesing images
- 2010-12-31 22:47:37下载
- 积分:1
-
JRAS08
Omni-directional mobile robot controller based on trajectory linearization
- 2015-01-11 01:28:16下载
- 积分:1
-
mlr
Mixture of linear regressors. The routines contained in this file allow inference and learning of a mixture of linear-Gaussian regression models. Learning is performed by maximizing the data likelihood via the expectation maximization algorithm.
- 2009-12-16 13:28:19下载
- 积分:1
-
KSVD
说明: ksvd字典学习,KSVD算法程序,完成KSVD重构字典的程序(Ksvd dictionary learning KSVD algorithm program to complete the dictionary KSVD reconstruction program)
- 2019-11-20 21:05:24下载
- 积分:1
-
FSK
说明: 使用matlab软件实现fsk的调制与解调(fsk modulation and demodulation)
- 2011-04-09 21:23:52下载
- 积分:1
-
Smithcontrol
smith 预估控制 smith 预估控制(smith control smith control)
- 2010-01-10 20:14:37下载
- 积分:1