burg法估计AR模型参数

时间:2023-03-09 14:21:56
【文件属性】:
文件名称:burg法估计AR模型参数
文件大小:5KB
文件格式:M
更新时间:2023-03-09 14:21:56
matlab AR模型 burg法 用burg法估计AR模型参数的matlab代码 % A = ARBURG(X,ORDER) returns the coefficients of the autoregressive (AR) A = ARBURG(X,ORDER) 使用Burg方法返回 X 的自回归参数信号模型估计的系数。 % parametric signal model estimate of X using Burg's method. % The model has order ORDER, and the output array A has ORDER+1 columns. 该模型有 ORDER 阶,并且输出数组 A 有 ORDER + 1 列。 % The coefficients along the Nth row of A model the Nth column of X. 沿 A 的第N行的系数模拟 X 的第N列。 % If X is a vector then A is a row vector. 如果 X 是一个向量,则 A 是一个行向量。

网友评论