搜索资源列表
ARMODE
- 武汉理工大学程磊编写的AR模型的Burg算法的matlab程序,有用-Wuhan Polytechnic University Hai prepared by the AR model Burg algorithm Matlab procedures useful
Burg_matlab
- AR模型的Burg算法的matlab程序! 只要把程序里面的K的值改为所求问题的阶次,把x改成所求问题的数据矢量就可以非常方便的求出Burg算法的AR模型的参数!
GongLvPuGuJi
- 用Matlab编写的功率谱估计,输入数据是100年太阳黑子活动记录,用周期图法、最大熵值估计(AR法及Burg法),画出信号功率谱进而算出太阳黑子活动周期。
F1
- AR谱估计算法的matlab仿真,包括Yule-Walker方法、协方差方法、修正协方差方法和burg递推法等-AR spectral estimation algorithm matlab simulation, including the Yule-Walker method, covariance method, modified covariance method and the recursive law burg
ARburg
- AR模型,用伯格法求谱估计曲线,算法简单实用-AR model method using Burg spectral estimation curve, the algorithm is simple and practical
ar_burg
- matlab使用burg法的AR模型谱估计源代码 使用时只需改变加载的文件名 调整模型的阶数就可以了-burg method matlab using AR model spectrum estimation simply by changing the source code used to load the file name to adjust the order of the model can be a
burg
- The burg method for the AR model parameters(parametric methods for power spectrum estimation)
experiment2
- 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
AR
- 利用MATLAB建立AR模型,并用burg算法对其求解-AR model using MATLAB to establish and solve them with burg algorithm
FFF12
- AR谱估计算法的matlab仿真,包括Yule-Walker方法、协方差方法、修正协方差方法和burg递推法等-AR spectral estimation algorithm matlab simulation, including the Yule-Walker method, covariance method, modified covariance method and the recursive law burg
burg
- matlab 实现ar模型中的burg 算法 ,源程序非调用 。可以直接使用-The matlab burg algorithm in ar model, source of non-call.
gaijin-Burg
- 功率谱估计是分析随机信号的一种重要方法, 是信息学科的研究热点。文章介绍了现代功率谱估计中AR 模 型参数的几种典型求解算法, 并借助MATLAB 平台对各种算法的功率谱进行仿真。-The power spectrum estimation is an important method for analysis of random signals, information science research focus. The article describes several typica
xytld
- AR模型功率谱估计 自相关算法 burg算法 用Matlab编程仿真实现-AR model autocorrelation power spectrum estimation algorithm burg algorithm simulation using Matlab programming
arburg
- 一个利用伯格算法估计AR模型参数的matlab程序,程序可以运行- AR parameter estimation via Burg method.
psd
- 经典谱估计和现代谱估计方法matlab程序,周期图法,Welch法,AR模型的yuler,Burg,协方差和修正的协方差法-Classical and modern spectral estimation spectral estimation method matlab program, yuler periodogram, Welch method, AR model, Burg, covariance and modified covariance method
burg算法
- 采用burg算法实现对n阶AR模型进行matlab函数的计算。用户需输入初始值以及计算阶数,程序算出对应的AR参数。