搜索资源列表
burg
- 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estimates AR model parameters, ther
p_morden.rar
- 用Matlab实现现代功率谱估计,主要有Levinson法,Burg法,协方差法及修正协方差法,四种方法的结果放到一起进行比较,有详细的注释,Using Matlab implementation of modern power spectrum estimation, the main has Levinson Law, Burg method covariance method covariance method, and the amendment, four ways to put to
burg.rar
- burg算法求功率谱,用matlab实现,其中用到了arburg和pburg等函数,burg algorithm for power spectrum, with the realization of matlab, which uses a function such as arburg and pburg
ARburg
- AR模型,用伯格法求谱估计曲线,算法简单实用-AR model method using Burg spectral estimation curve, the algorithm is simple and practical
Burg
- 实现两个语音信号的分离,采用Burg算法-To achieve the separation of two speech signals using the Burg algorithm
arburg
- ar burg算法的matlab程序,可供参考-ar burg algorithm matlab program, available for reference
Burg
- 现代数字信号处理Burg法功率谱估计,有详细的备注-Burg method of modern digital signal processing power spectrum estimation, contains a detailed Remarks
burg
- burg算法的matlab实现,自己编写,有一定的参考价值-burg algorithm matlab realized, I have written has a certain reference value
burg
- 实现了BURG算法,可求出相关参数并绘出了阶次和误差关系的曲线图-err
Burg_AR
- 求AR模型系数的burg算法,比较简明易懂,适合初学者-Order AR model coefficients burg algorithm, compared and easily understandable for beginners
burg
- 实现了用burg法进行功率谱估计,并比较它的结果-Burg achieved by power spectrum estimation method, and compare its results
burg
- 在MATLAB上实现burg算法,简便易懂-Burg on implementation in MATLAB algorithm, simple and understandable
Burg
- 通过此代码,实现伯格法进行谱估计。程序简单,便于理解和学习。-Burg
burg
- The burg method for the AR model parameters(parametric methods for power spectrum estimation)
Burg
- 实现了用burg方法进行谱估计,输出有系数矩阵,方差,各阶预测误差-it realize the Spectral Estimation using the methed of burg.
burg
- burg算法的具体实现,计算步骤完全参考胡广书数字信号处理-burg concrete realization of the algorithm, calculation steps Complete Reference, Hu Guang-shu digital signal processing
burg
- Function BURG: Computation of AR model using Burg s algorithm. Usage: [a,alpha,rc]=burg(x,p)
burg
- burg算法实现,根据算法步骤实现burg算法,含注释-burg algorithm, the steps to achieve burg algorithm based on algorithms, including comments
Burg算法
- burg算法