Welcome![Sign In][Sign Up]
Location:
Search - arma analysis

Search list

[matlabARMASA

Description: An AutoRegressive Moving Average Spectral Analysis toolbox for use with Matlab.-An AutoRegressive Moving Average Spectra l Analysis toolbox for use with Matlab.
Platform: | Size: 366592 | Author: riverian | Hits:

[matlabARMASA_1_7

Description: 一个非常好的时间序列工具箱,详细使用说明见P. M. T. Broersen, Automatic Spectral Analysis with Time Series Models, IEEE Transactions on Instrumentation and Measurement, Vol. 51, No. 2, April 2002, pp. 211-216. -a very good time series toolbox, detailed description of the use of P. T. M. Broersen. Automatic Spectral Analysis with Time Series M odels. IEEE Transactions on Instrumentation and Meas urement, Vol. 51, No. 2, April 2002, pp. 211-216.
Platform: | Size: 403456 | Author: rex | Hits:

[matlabLSARMA

Description: Least Square - ARMA 算法的MATLAB代码, 是频谱分析(通常是在高级DSP这门课中会用到的)的常用算法-Least Square-ARMA algorithm MATLAB code, Analysis of the spectrum (usually at the senior DSP This class will be used) to the commonly used algorithm
Platform: | Size: 1024 | Author: Frankie | Hits:

[matlabMYWARMA

Description: MYW - ARMA 算法的MATLAB代码, 是频谱分析(通常是在高级DSP这门课中会用到的)的常用算法-MYW- ARMA algorithm MATLAB code, Analysis of the spectrum (usually at the senior DSP This class will be used) to the commonly used algorithm
Platform: | Size: 1024 | Author: Frankie | Hits:

[matlabsourcewt

Description: arma模型的功率谱估计代码。还包括系统的极零点分析等完整软件包。-arma model of the power spectrum estimation code. The system also includes a very complete analysis of 0.1 package.
Platform: | Size: 8192 | Author: 李琪 | Hits:

[Finance-Stock software systemCaptain_for_matlab7_0

Description: 动态时间序列分析工具包.包括有ARMA,harmonic model,kalman filter等方法-Dynamic time series analysis tool kit. Including ARMA, harmonic model, kalman filter, etc.
Platform: | Size: 1214464 | Author: 不告诉 | Hits:

[ARM-PowerPC-ColdFire-MIPSarma_analysis

Description: ARMA模型时间序列分析法简称为时序分析法,是一种利用参数模型对有序随机振动响应数据进行处理,从而进行模态参数识别的方法。参数模型包括AR自回归模型、MA滑动平均模型和ARMA自回归滑动平均模型。这里给出了一个求出ARMA模型参数的MATLAB程序。-ARMA model for time series analysis method referred to as time series analysis is a parametric model for the orderly use of random vibration data in response to treatment, thereby to carry out modal parameter identification method. Parameter model including the autoregressive AR model, MA model and ARMA moving average Autoregressive Moving Average Model. Here gives an ARMA model parameters are obtained MATLAB procedures.
Platform: | Size: 35840 | Author: 宋知用 | Hits:

[source in ebookARMA

Description: 这是一个在matlab下时间序列分析ARMA模型的建立和预测程序。-This is a time series analysis matlab under the ARMA model and prediction procedures.
Platform: | Size: 2048 | Author: www | Hits:

[Speech/Voice recognition/combineARMARTS

Description: 运用于语音信号的高阶谱估计和分析,能够进行累计量和高阶矩计算!效果好!-Applied to high-end speech signal spectral estimation and analysis, to carry out high-order cumulant and moment calculation! Good!
Platform: | Size: 1024 | Author: hujun | Hits:

[Mathimatics-Numerical algorithmsACLASSOFNON-EMBEDDABLEARMAPROCESSES

Description: 一篇关于时间序列分析外文文档,这是我在国外的网站上下的关键词:ARMA-Time series analysis on a foreign-language documents, this is my web site up and down outside the key word: ARMA
Platform: | Size: 92160 | Author: yangfan | Hits:

[Mathimatics-Numerical algorithmsANoteonNon-NegativArmaProcesses

Description: 关于时间序列分析要注意的,关键词:ARMA-On time series analysis should be noted, Keywords: ARMA
Platform: | Size: 502784 | Author: yangfan | Hits:

[matlabMEMS_ARMA

Description: MMES陀螺信号的ARMA模型分析,运行通过了,并有卡尔曼滤波。-MMES gyro signal analysis of ARMA models, run through the, and Kalman filtering.
Platform: | Size: 2048 | Author: zhangqintuo | Hits:

[Software Engineeringyefu_tuoluo_jianmofenxi

Description: 采用时间序列分析理论,利用实际测量的数据,建立了液浮陀螺随机漂移的ARMA模型。最终,为便于将模型应用于卡尔曼滤波器中,本文给出了一种实际可行的液浮陀螺漂移模型 -Using time series analysis theory, the use of actual measurement data, the establishment of a liquid floating gyro random drift of the ARMA model. Ultimately, in order to facilitate the model used in Kalman filter, this paper presents a practical solution floating gyro drift model
Platform: | Size: 51200 | Author: 我爱 | Hits:

[matlabsm-matlab-2ed

Description: P. Stoica经典著作《Spectral Analysis of Signals》程序。包括AR模型、ARMA、MUSIC等40多个程序-P. Stoica classic " Spectral Analysis of Signals" procedures. Including the AR model, ARMA, MUSIC, such as more than 40 procedures
Platform: | Size: 405504 | Author: wangke | Hits:

[ARM-PowerPC-ColdFire-MIPS001012

Description: 分别用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果。包含实验目的,步骤,程序,结果,分析。-Least square method, respectively, and svd-tls on arma-power spectrum estimation process and the results of the comparison. Contains experimental purposes, steps, procedures, results, analysis.
Platform: | Size: 50176 | Author: 莫新康 | Hits:

[Other3

Description: 典型时间序列模型分析 设有ARMA(2,2)模型, X(n)+0.3X(n-1)-0.2X(n-2)=W(n)+0.5W(n-1)-0.2W(n-2) W(n)是零均值正态白噪声,方差为4 (1)用MATLAB模型产生X(n)的500观测点的样本函数,并会出波形; (2)用你产生的500个观测点估计X(n)的均值和方差; (3)画出理论的功率谱 (4)估计X(n)的相关函数和功率谱 -Analysis of typical time series model with ARMA (2,2) model, X (n)+0.3 X (n-1)-0.2X (n-2) = W (n)+0.5 W (n-1)-0.2 W (n-2) W (n) is zero mean normal white noise, variance of 4 (1) generated by MATLAB model X (n) of the 500 observation points, the sample function and the waveform (2) You generated an estimated 500 observation points X (n) the mean and variance (3) draw the theory of power spectrum (4) of the estimated X (n) of the correlation function and power spectrum
Platform: | Size: 3072 | Author: qiuxue | Hits:

[AlgorithmDataanalysis

Description: 数据分析,arma,回归,时间序列模型,回归分析等介绍。-Data analysis, arma, regression, time series models, regression analysis Introduction.
Platform: | Size: 1309696 | Author: jack_white | Hits:

[matlabmatlabARMA

Description: 在matlab下时间序列分析ARMA模型的建立和预测程序ARMA-Under the matlab time series analysis and forecasting ARMA model procedures for ARMA
Platform: | Size: 2048 | Author: b181 | Hits:

[AI-NN-PRtime_series_analysis

Description: 麻省理工大学的时间序列分析课程讲义。讲义详细介绍了时间序列分析的相关背景、数学模型及应用的知识,是非常不错的时间序列分析的资料-Time Series Analysis MIT course notes. Lecture details the background time series analysis, mathematical models and application of knowledge, is a very good time series data
Platform: | Size: 1795072 | Author: 王二 | Hits:

[DocumentsARMA相关模型及其应用

Description: 时间序列分析是数理统计中的一个重要分支,用随机过程理论和数理统 计方法研究随机数据序列的规律。时间序列分析提供了一套具有科学依据的 动态数据处理方法,该方法的主要手段是对各种类型的数据采用相应的数学 模型去近似描述。通过对模型的分析研究,便可更本质地了解数据的内在结 构和复杂特性,从而达到预测其发展趋势并进行必要的控制的目的。(Time series analysis is an important offset of statistics, which studys the orderliness of stochastic data series with stochastic process theory and statistical methods. Time series analysis provides a suit of methods dealing with dynamic data, the most important measure of this method is to approximately depict many kinds of data by relevant mathematical models. With the analysis and investigation, we can constitutionally know the inherent structure and complex character, so we can achieve the purpose of forecasting its development trend and putting up essential control.)
Platform: | Size: 732160 | Author: wave1 | Hits:
« 12 3 4 »

CodeBus www.codebus.net