搜索资源列表
WMMAYUWA
- main program WMAYUWA :to test subroutine MMAYUWA To compute the coefficients of the MA model. Need subroutine :MARYUWA,MCORRE1,MRELFFT,MPSPLOT-WMAYUWA main program : to test subroutine MMAYUWA To compute the Coeff
NJNUAYAARPOWER
- marburg.c 用Burg算法求AR模型的参数。 mar1psd.c 由AR模型参数得到功率谱。 maryuwa.c 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。
MARYUWA
- 该程序源码能够很好地用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。
MARYUWA
- 用Levinson算法求解Yule-Walker方程以得到p阶AR模型的参数a(1)……a(n-1)。
WMMAYUWA
- main program WMAYUWA :to test subroutine MMAYUWA To compute the coefficients of the MA model. Need subroutine :MARYUWA,MCORRE1,MRELFFT,MPSPLOT-WMAYUWA main program : to test subroutine MMAYUWA To compute the Coeff
NJNUAYAARPOWER
- marburg.c 用Burg算法求AR模型的参数。 mar1psd.c 由AR模型参数得到功率谱。 maryuwa.c 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 -marburg.c using Burg algorithm for AR model parameters. mar1psd.c by the AR model parameters obtained
MARYUWA
- 该程序源码能够很好地用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。-The program source code can be very good with Levinson algorithm Yule-Walker equation in order to get rank AR model parameters.
MARYUWA
- 用Levinson算法求解Yule-Walker方程以得到p阶AR模型的参数a(1)……a(n-1)。-Levinson algorithm using Yule-Walker equation in order to obtain p-order AR model parameters a (1) ... ... a (n-1).
MARYUWA
- c语言编写的DSP程序,用Yule-Walker方程,采用levinson递推实现功率谱估计。-c language of the DSP program, with the Yule-Walker equations, levinson recursion to achieve power spectrum estimation.
MARYUWA
- 计算AR模型系数,利用Levinson算法解Yule-Walker方程。-AR model coefficients calculated using the Levinson algorithm for solving Yule-Walker equation.
Arma
- To estimate the parameters of ARMA(ip,iq) model and estimate the PSD First using the Cholesky decomposition method to solve eq(12.8.5) to find AR model s parameters, this is finished by calling subroutine MCHOLS