搜索资源列表
ARMA-Java源代码
- 函数ARMA(data, p, q), 纯java代码。 里面有main函数,可以直接测试。 根据教科书的c++代码改的java代码。 只有一个文件,使用非常方便。 (注:这个代码应该不好找,因为matlab的armax转换成jar包是无法使用的,JSML又不是开源的) 对于想用java实现arma的程序员无疑还是很有用的。
ARMAX.rar
- ARMAX辨识,利用输入输出数据辨识系统模型,ARMAX identification using input and output data to identify
MatlabSystemIdentification
- Matlab在系統辨識中的應用,以ARMAX Model為實例(內含Matlab code)-Matlab application in system identification in order to ARMAX Model as an example (containing Matlab code)
si
- 系统辨识作业,仿真比较OE模型 ARMAX模型 和ARX模型的便是效果,内涵ppt。-System identification operation, the simulation model compared OE and ARX model ARMAX model is the effect, meaning ppt.
ARX+ARMAX
- Here,we want to estimate a system with ARX and ARMAX. the euation of system is : 2(s+1)/s^2+2s+2 so first, we find the discrete equation that sampling frequency is 100ms. Here,in our sample,na=nb=2,nc=1 also ,this algorithm find the poles and
extended_rls
- 本例程为系统辨识中的增广最小二乘法的matlab实现,用于解决ARMAX模型的辨识。-This routine as augmented least-square method in the identification of the system of matlab, is used to solve the ARMAX model identification.