-
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
-
inmin01
用积分最小值准则来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的[K T τ],已知参数k=vars(1);T=vars(2);ι=vars(3),iC=vars(4) (Minimum criteria of integral seeking P, PI, PID' s parameters, which Gc is the corrector transfer function, kp is proportional coefficient, Ti for the integral time constant, Td for the differential time constant, input parameters vars as with hysteresis- inertia model of [KT τ], known parameters k = vars (1) T = vars (2) ι = vars (3), iC = vars (4) )
- 2010-05-18 20:35:38下载
- 积分:1
-
gonglupu_FM
用Matlab实现四种混沌调频信号并画出其功率谱图(make four chaotic frequency modulation signal and its power spectrum plotted on a graph)
- 2021-04-02 11:59:07下载
- 积分:1
-
ImageFusion
图像融合 matlab编程环境 很简单的一个程序但是很能说明图像融合中的问题(Image fusion matlab programming environment is a very simple procedure, but is illustrative of the problem of image fusion)
- 2010-11-10 22:00:29下载
- 积分:1
-
Fuction_Struct
function struct example
dev - c
- 2014-08-13 13:13:57下载
- 积分:1
-
matlab-grib
matlab 读取GLDAS提供的grib数据,提供计算实例(matlab read GLDAS provided grib data, providing examples of calculation)
- 2013-10-07 20:12:04下载
- 积分:1
-
knn.m
knn 只是个函数实现 需要其它函数的引用(k-nearest neighbor
u need to import this function to other functions to run it)
- 2013-11-20 00:35:34下载
- 积分:1
-
work_1_1
频率偏移估计,对初学者有很大帮助.请有用的欢迎下载(Frequency offset estimation of great help for beginners. Useful welcome to download)
- 2013-05-13 11:02:23下载
- 积分:1
-
DMC2210-hardware
DMC2210硬件手册。该手册是DMC2210控制卡的硬件参数说明以及硬件编程所应注意的问题等。(DMC2210 hardware manual. The manual is a hardware parameter descriptions and hardware programming DMC2210 control card should pay attention to the issues.)
- 2014-01-15 12:26:40下载
- 积分:1
-
smithbj
二阶耦合系统的解耦控制,前馈解耦,带smith预估补偿解决大滞后问题。(Decoupling control system coupled second order feedforward decoupling.)
- 2017-04-06 23:59:35下载
- 积分:1