CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - burg ar
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - burg ar - List
[
Mathimatics-Numerical algorithms
]
burg
DL : 0
用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, thereby realizing the power spectrum estimation. - Participation : x -- double-precision real one-dimensional arrays, length n, storage random sequence. N -- integer variables, random sequence length. P -- integer variables, AR model of order. A -- double-precision real one-dimensional arrays, length (p 10). AR storage coefficient of a model (0), a (1 ),..., a (p). V -- double precision real-pointer, it forecast errors at power, AR model that inspired the white noise variance.
Date
: 2008-10-13
Size
: 22.44kb
User
:
lkz
[
Develop Tools
]
burg.
DL : 0
burg法估计AR(P)模型参数的算法。里面ef是前项误差bf是后项误差,mse是预测误差的均方值。程序的最后输出的是把各阶预测误差放在一个下三角距阵中-burg estimates the AR (p) model parameter algorithm. Ef is inside the former bf error is the latter error, mse is forecast error of the mean square value. Procedures for the final output stage is the prediction error on a triangular matrix under which
Date
: 2008-10-13
Size
: 799byte
User
:
李伟
[
matlab
]
BURG法求AR参数
DL : 0
Date
: 2009-03-27
Size
: 113.83kb
User
:
zhanghuiqiang1987@163.com
[
Mathimatics-Numerical algorithms
]
burg
DL : 0
用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, thereby realizing the power spectrum estimation.- Participation : x-- double-precision real one-dimensional arrays, length n, storage random sequence. N-- integer variables, random sequence length. P-- integer variables, AR model of order. A-- double-precision real one-dimensional arrays, length (p 10). AR storage coefficient of a model (0), a (1 ),..., a (p). V-- double precision real-pointer, it forecast errors at power, AR model that inspired the white noise variance.
Date
: 2025-07-09
Size
: 22kb
User
:
lkz
[
matlab
]
ARMODE
DL : 0
武汉理工大学程磊编写的AR模型的Burg算法的matlab程序,有用-Wuhan Polytechnic University Hai prepared by the AR model Burg algorithm Matlab procedures useful
Date
: 2025-07-09
Size
: 1kb
User
:
程磊
[
Wavelet
]
MARBURG
DL : 0
Routine marburg: To estimate the AR parameters by Burg algorithm. Input Parameters: n : Number of data samples ip : Order of autoregressive process x : Array of complex data samples x(0) through x(n-1) Output Parameters: ep : Real variable representing driving noise variance a : Array of complex AR parameters a(0) to a(ip) ierror=0 : No error =1 : ep<=0 . ef : complex work array. ef[0] to ef[n-1] eb : complex work array. eb[0] to eb[n-1] in chapter 12-Routine marburg: To estimate the AR parameters by Burg algorithm. Input Parameters: n: Number of data samples ip: Order of autoregressive process x: Array of complex data samples x (0) through x (n-1) Output Parameters: ep: Real variable representing driving noise variance a: Array of complex AR parameters a (0) to a (ip) ierror = 0: No error = 1: ep <= 0. ef: complex work array. ef [0] to ef [n-1] eb: complex work array. eb [0] to eb [n-1] in chapter 12
Date
: 2025-07-09
Size
: 1kb
User
:
king_key
[
Books
]
burg.
DL : 0
burg法估计AR(P)模型参数的算法。里面ef是前项误差bf是后项误差,mse是预测误差的均方值。程序的最后输出的是把各阶预测误差放在一个下三角距阵中-burg estimates the AR (p) model parameter algorithm. Ef is inside the former bf error is the latter error, mse is forecast error of the mean square value. Procedures for the final output stage is the prediction error on a triangular matrix under which
Date
: 2025-07-09
Size
: 1kb
User
:
李伟
[
matlab
]
gonglvpuguji
DL : 0
各种功率谱估计算法!包括AR谱估计,BURG算法,YULE-WALK方程-various power spectrum estimation algorithm! Including AR spectral estimation, BURG algorithm, YULE-WALK equation
Date
: 2025-07-09
Size
: 2kb
User
:
da niu
[
Other
]
cxm
DL : 0
about dsp,use Burg arithmetic to get the parameter of AR model ,and so on-about dsp. Burg use arithmetic to get the parameter of AR mo del, and so on
Date
: 2025-07-09
Size
: 8kb
User
:
zhoujianfang
[
Other
]
abouthomework
DL : 0
用周期图法求出的功率谱曲线和burg算法求出的AR功率谱曲线(p=50)-Periodogram calculated using the power spectrum curves and burg algorithm to derive the AR power spectral curve (p = 50)
Date
: 2025-07-09
Size
: 9kb
User
:
赵西玲
[
source in ebook
]
AR
DL : 0
有用BURG法实现AR模型功率谱估计的详细试验结果,对学数字信号处理的人很有帮助,能让你很好的理解BURG算法,和AR 模型。-BURG useful method power spectrum estimated AR model detailed test results, digital signal processing for school people very helpful, allowing you a good understanding of BURG algorithm, and the AR model.
Date
: 2025-07-09
Size
: 97kb
User
:
张丽
[
Mathimatics-Numerical algorithms
]
Burg_AR
DL : 0
求AR模型系数的burg算法,比较简明易懂,适合初学者-Order AR model coefficients burg algorithm, compared and easily understandable for beginners
Date
: 2025-07-09
Size
: 1kb
User
:
田建勋
[
matlab
]
AR
DL : 0
AR模型参数的FORTRAN和C两种语言的几种算法(BURG,YUMA等)-ARmodel parameters of the Fortran and C languages[URG,YUMA,c.]
Date
: 2025-07-09
Size
: 6kb
User
:
刘建
[
Documents
]
burg(1)
DL : 0
主要是BURG法对声信号进行谱估计的程序。 还有利用BURG法求AR模型系数-BURG mainly on the sound signal spectral estimation process. BURG method are the use of AR model coefficients
Date
: 2025-07-09
Size
: 114kb
User
:
张强
[
matlab
]
Spectral-estimation-of-AR-model-and-music-esprit.r
DL : 1
谱估计,包括自相关,协方差,修正协方差,burg法,另外还有MUSIC和ESPRIT法-Spectral estimation, including the auto-correlation, covariance, Covariance amended, burg method, as well as MUSIC and ESPRIT method
Date
: 2025-07-09
Size
: 4kb
User
:
[
matlab
]
burg
DL : 0
The burg method for the AR model parameters(parametric methods for power spectrum estimation)
Date
: 2025-07-09
Size
: 1kb
User
:
hakan
[
matlab
]
experiment2
DL : 0
AR过程的线性建模与功率谱估计 Yule-Walker法(自相关法) 协方差法;(2) Burg方法;(3) 修正协方差法 -The linear AR process modeling and Yule-Walker power spectrum estimation method (autocorrelation method) covariance method (2) Burg method (3) modified covariance method
Date
: 2025-07-09
Size
: 165kb
User
:
王琴
[
Algorithm
]
arburg
DL : 0
ar burg算法的matlab程序,可供参考-ar burg algorithm matlab program, available for reference
Date
: 2025-07-09
Size
: 1kb
User
:
vincent
[
matlab
]
burg
DL : 0
Function BURG: Computation of AR model using Burg s algorithm. Usage: [a,alpha,rc]=burg(x,p)
Date
: 2025-07-09
Size
: 1kb
User
:
horac
[
Compress-Decompress algrithms
]
ARMO-Burg-AR-model
DL : 0
在对随机信号的分析中,功率谱估计是一类重要的参数研究,功率谱估计的方法分为经典谱法和参数模型方法。参数模型方法是利用型号的先验知识,确定信号的模型,然后估计出模型的参数,以实现对信号的功率谱估计。根据wold 定理,AR模型是比较常用的模型,根据Burg算法等多种方法可以确定其参数。-In the analysis of random signals, power spectrum estimation is a kind of important parameter research. The method of power spectrum estimation is divided into classical spectrum method and parameter model method. The parametric model method uses the prior knowledge of the model to determine the model of the signal and then estimates the parameters of the model to achieve the power spectrum estimation of the signal. According to the Wold theorem, the AR model is a more commonly used model, and its parameters can be determined by various methods such as the Burg algorithm.
Date
: 2025-07-09
Size
: 9kb
User
:
吴漫
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.