搜索资源列表
yulewalker
- 现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型阶数。 a:AR模型系数a(0),a(1),...a(p)。 v:预测误差功率- The modern spectrum estimated (Levinson-Durbin) the algorithm solves with 鑾辨枃妫?- t
adsp3
- AR随机过程的建模,给定一个AR过程,对其进行建模,分别利用Yule-Walker方程和协方差法进行功率谱估计-AR random process modeling, given an AR process, its modeling, respectively, Yule-Walker equations and covariance method of power spectrum estimation
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)。
Dsp_c.rar
- dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
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
spectralanalysis
- 谱估计(建立二阶AR模型)、利用FFT求解功率谱估计、利用AR模型的Yule-Walker方程求解模型参数等-Spectral estimation (the establishment of second-order AR model), using FFT to solve the power spectrum estimation using AR model of Yule-Walker equation model parameters such as
chap08
- ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
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
Y-W
- Yule—Walker方程构造信号的AR模型,Burg递推算法计算不同阶数的预测器系数-Yule-Walker equation for constructing the signal of AR model, Burg recursive algorithm to calculate the number of different order predictor coefficient
dsp2
- AR过程的线性建模与功率谱估计,计算其自相关序列的估计,利用所估计的自相关值和Yule-Walker法(自相关法),估计系数值。-The linear AR process modeling and power spectrum estimation, calculation of the estimated autocorrelation sequence, using the estimated autocorrelation values and Yule-Walker method (a
ARMA2D
- 主程序arma2Ddemo是对模拟图像的2DAR和ARMA参数估计。-arma2Ddemo: See and run the demo arma2Ddemo for an example of 2D AR and ARMA parameters estimation from simulated images. - sim_ar2d: generation of simulated 2D AR process. - sim_arma2d: generation of simula
AR_Spectrum
- 适用于AR模型的功率谱估计,包括基于Yule-Walker方法估计序列功率谱以及基于最大熵方法的功率谱估计。-AR model for power spectrum estimation, including methods based on Yule-Walker power spectrum estimation sequence and the method based on maximum entropy power spectrum estimation.
MARYUWA
- 计算AR模型系数,利用Levinson算法解Yule-Walker方程。-AR model coefficients calculated using the Levinson algorithm for solving Yule-Walker equation.
Yule-Walker
- 本程序采用宽带AR模型的Yule-Walker法的功率谱进行谱估计的-The program uses broadband AR model method Yule-Walker power spectrum estimation spectrum
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
dsp
- AR过程的线性建模与功率谱估计 理解AR过程的产生机理,复习实验1估计自相关序列的方法。 2.利用估计出的自相关序列来求解信号的功率谱,即用周期图法来估计功率谱。 3.分别采用自相关法(Yule-Walker法),协方差法,Burg法,修正协方差法来估计功率谱,并与周期图法进行比较,分析性能孰优孰劣。 4.学习matlab在数字信号处理中的应用。 -Linear AR process modeling and power spectrum estimation
6
- ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
Yule-Walker
- AR模型谱估计,AR模型Y_W方法实现,Yule-Walker算法,谱估计方法-AR model spectrum estimation, AR model Y_W method implementation, Yule-Walker algorithm, spectral estimation method