现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-walker)方程。 形参说明: r:双精度实型一维数组,存放Yule-walker方程的元素r(0),r(1),...r(p)。 p:AR模型阶数。 a:AR模型系数a(0),a(1),...a(p)。 v:预测误差功率
标签: Levinson-Durbin Yule-walker 谱估计 算法
上传时间: 2014-01-26
上传用户:ippler8
该程序源码能够很好地用Levinson算法求解Yule-walker方程以得到 阶AR模型的参数 。
标签: Yule-walker Levinson 程序源码 AR模型
上传时间: 2016-04-08
上传用户:aa54
谱估计(建立二阶AR模型)、利用FFT求解功率谱估计、利用AR模型的Yule-walker方程求解模型参数等
标签: Yule-walker FFT AR模型 谱估计
上传时间: 2017-01-11
上传用户:gdgzhym
codes and curves by walker
上传时间: 2017-03-13
上传用户:heart520beat
a walker simulation in vb
标签: simulation walker in vb
上传时间: 2014-01-15
上传用户:wl9454
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
标签: diffusion-limited-aggregation DLA generates 320x240
上传时间: 2014-01-16
上传用户:225588
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.95的区间上估计有色噪声x的PSD ex6_39 在置信度为0.95的区间上估计两个有色噪声x,y之间的CSD ex6_40 用程序代码来实现Welch方法的功率谱估计 ex6_41 用Welch方法进行PSD估计,并比较当采用不同窗函数时的结果 ex6_42 用Yule-walker AR法进行PSD估计 ex6_43 用Burg算法计算AR模型的参数 ex6_44 用Burg法PSD估计 ex6_45 比较协方差方法与改进的协方差方法在功率谱估计中的效果 ex6_46 用Multitaper法进行PSD估计 ex6_47 用MUSIC法进行PSD估计 ex6_48 用特征向量法进行PSD估计
上传时间: 2013-12-10
上传用户:mpquest