-
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
-
ECG-rpeakdetect
心电信号R波检测,对于心电信号分析研究有很大的作用(Can accurately identify ECG R wave and marked , play a significant role
on the study of the ECG analysis )
- 2021-01-06 13:38:54下载
- 积分:1
-
buxhbm
15.11循环码编码和译码,检验并证明其检错纠错能力(it is(15,11)Cyclic code encoding and decoding.)
- 2011-12-25 12:37:17下载
- 积分:1
-
Matlabgold
Gold序列是基于m序列优选对产生的,是由两个长度相同、速率相同、但码字不同的m序列优选对模2加后得到的,一对长度为N的m序列优选对可以产生N+2条Gold码。(Gold sequence is based on the optimization of m sequences generated by both the length of the same, the same rate, but different m codeword sequence optimization of mode 2 increases obtained, a pair of length N of the m sequence optimization can generate N 2 Article Gold code.)
- 2008-02-26 10:13:14下载
- 积分:1
-
aqsesGUI.tar
The aqsesGUI software is a software package for processing Magnetic Resonance Spectroscopy signals. The software contains methods to load, preprocess and process MRS data.
- 2008-08-03 16:01:27下载
- 积分:1
-
mohu
这是一个模糊算法的框架,只需修改模糊规则表,就可以移植到自己的工程中。(This is an algorithm of fuzzy algorithm framework, only need to modify the fuzzy rules table after can be transplanted to their own project.)
- 2016-01-21 15:36:49下载
- 积分:1
-
filter
一阶无限冲激响应低通滤波器和一阶无限冲激响应高通滤波器,用matlab计算并画出它们的增益响应(First order IIR low-pass filter and the first order IIR high-pass filter, using matlab to calculate and draw them gain response)
- 2010-11-14 01:02:39下载
- 积分:1
-
宽带信号DOA估计
宽带信号DOA估计,matlab源码,程序(The broadband DOA Estimation, matlab source code, the program)
- 2021-01-19 13:08:43下载
- 积分:1
-
pocs-spocs-recovery
压缩感知重构算法的功能代码 内附功能函数的详细说明(Compressed sensing reconstruction algorithm of the function code included a detailed description of performance function)
- 2009-09-09 21:35:36下载
- 积分:1
-
Wiley__Practical_Genetic_Algorithms__2004__2Ed__O
it is a book for learning practical genetic algorithm in matlab
- 2013-07-09 17:04:32下载
- 积分:1