-
MLS
当信噪比较大时,采用广义最小二乘法可能会出现多个局部收敛点,解决这个问题的方法可用多级最小二乘法,一般来说多级最小二乘法包含三级辨识过程。利用输入输出数据,通过多级最小二乘法,可分别求的辅助模型,过程模型和噪声模型的参数估计值。在高噪声的情况下,多级最小二乘法明显优于广义最小二乘法,其收敛点唯一。(When the signal noise ratio (SNR), and by use of the generalized least squares method may appear more local convergence point, the way of solving this problem can be used multistage least squares method, and generally multistage least squares method includes three identification process. Using input/output data, through the multistage least squares, respectively for the auxiliary model, process model and noise model parameter estimation. In the high noise, multistage least squares method is obviously superior to the generalized least squares method, and its convergence point only.)
- 2012-12-28 16:15:39下载
- 积分:1
-
zuixiaoerchengfa
本人收集matlab实现最小二乘法线性、一元多项式拟合、多元二次拟合、自编函数曲线拟合程序,有文档说明(I collect the linear least squares method matlab realize, one yuan polynomial fitting, multivariate quadratic fit, self-function curve fitting procedures, documentation)
- 2013-07-11 11:38:00下载
- 积分:1
-
bocengsaunfa
剥层算法,用于设计纯相移取样光纤光栅,自己写的还比较详细(Layer stripping algorithm for the design of pure phase shift sampled fiber grating, write their own but also more detailed)
- 2013-09-07 12:49:21下载
- 积分:1
-
FILTER
matlab 五种滤波器程序,五种高通滤波器的程序(the matlab five filter program, program of five high-pass filter)
- 2013-04-03 15:44:37下载
- 积分:1
-
wavecode--C++
小波变换算法,用于多种信号处理,C++编写,非常有用(wavelet transform algorithm used in a variety of signal processing, C prepared very useful)
- 2006-05-18 14:17:10下载
- 积分:1
-
Receiver1
GPS卫星中的C/A码发生器的matlab仿真。以及,C/A码自相关与互相关的验证。(Matlab simulation of C/A code generator of GPS satellite is done. Then the character of C/A code is verified.)
- 2021-01-11 10:58:49下载
- 积分:1
-
MarrPoggio
Implementation of Marr-Poggio-Grimson stereo pair matching. The demonstration for random dot stereopair is included.
- 2014-10-26 05:06:25下载
- 积分:1
-
GA-matlab-code
遗传算法的Matlab源代码,能直接运行,适合初学者,很容易上手。(Genetic algorithm Matlab source code, can be directly run, suitable for beginners, very easy to use.)
- 2013-07-16 20:02:16下载
- 积分:1
-
Kalman_Matlab
一个kalmen filter 的介绍,就是matlab中如何使用kalmen filter(A paper about the introduction of the kalmen filter)
- 2013-11-20 15:45:23下载
- 积分:1
-
fit_logistic
Fit time series Q(t) to a logistic function.
Inputs (vectors of same size): t (time) & Q
Outputs: Qpre (logistic model fit to data) and three independent parameters: thalf, Qinf, and a, describing the logistic
Q(t) = Qinf/(1 + exp(-a*(t-thalf)))
Qinf is value as t --> infinity
thalf is time of symmetric inflection point
a is time decay constant
Written by James Conder, Southern Illinois University, Oct. 2010
- 2014-02-14 18:29:17下载
- 积分:1