-
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
-
pwmoutart2361
pwm波形输出,用来产生20ms周期的pwm波,用来驱动舵机。(the output of pwm, it is helpful to the user.)
- 2010-12-30 14:44:25下载
- 积分:1
-
IEEE4M2A
电力系统中的IEEE4机2区域节点系统图及相应的参数,并且有利用PSCAD/EMTDC搭建的系统模型。(Power system IEEE 4-machine 2-area system diagram and the corresponding parameters, and there use of PSCAD/EMTDC to build the system model.)
- 2020-07-15 10:38:51下载
- 积分:1
-
WPDV-HOP 粒子群算法与dv-hop算法的改进
wpdv-hop算法,dvhop算法的一种改进,粒子群算法与dv-hop算法的改进(Improved wpdv-hop algorithm, dvhop algorithm, PSO algorithm with dv-hop Improvement)
- 2020-09-20 21:47:54下载
- 积分:1
-
GARch_Ucsd
Ucsd编写的matlab的GARCH模型分析与预测。包括两个安装包和安装说明(各种matlab版本都有),很详细。主要是好多网上其他无法运行,这个步骤我刚刚试试过,可以运行,(UCSD matlab prepared the GARCH model analysis and forecast. Includes two installation package and installation instructions (there are a variety of matlab version), in great detail. Is mainly a lot of other can not run the Internet, the steps I have just had a try, you can run,)
- 2008-12-17 15:58:37下载
- 积分:1
-
FDI
Function direct I Filter
Call:
[Y,Zf]=FDI(B,A,X,Zi)
Parameters A(N), B(M), X(L)and Y(L) as in FILTER.
Input Parameters:
Zi(max(N,M)-1,2): Conditions iniciales.
Zi(:,1): from zeros.
Zi(:,2): from polos.
Output Parameters:
Zf(max(N,M)-1,2): final conditions.
Zf(:,1): from zeros.
Zf(:,2): from polos.
- 2009-10-05 19:00:29下载
- 积分:1
-
immunity560
一种人工免疫系统算法的源程序,适合绝对其他算法的改进。(An artificial immune system algorithm source code for the absolute other algorithm.)
- 2010-08-03 11:23:57下载
- 积分:1
-
simulink
Simulnk动态仿真教程
1 Simulink基本操作
2 模块库和系统仿真
3 子系统创建与封装
4 Simulink仿真举例
(Simulnk dynamic simulation 1 Simulink Tutorial 2 Basic Operation and System Simulation Blockset 3 subsystems to create and package 4 Simulink simulation example)
- 2007-12-12 10:55:34下载
- 积分:1
-
techniquesofremotesensingimage
常用的几种遥感图像特征提取技术分析,新的纹理图像特征提取方法。(Several commonly used feature extraction techniques of remote sensing image)
- 2010-11-14 16:02:06下载
- 积分:1
-
awgn_mimo_simulation
awgn mimo simulation matlab source code
- 2013-07-10 12:05:12下载
- 积分:1