搜索资源列表
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
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
lms_yule_walker
- lms算法的仿真和yule_walker方程的仿真。这两种算法都是随机信号处理的有效方法。-lms algorithm yule_walker of the simulation and the simulation equations. These two algorithms are effective random signal processing methods.
MARYUWA
- c语言编写的DSP程序,用Yule-Walker方程,采用levinson递推实现功率谱估计。-c language of the DSP program, with the Yule-Walker equations, levinson recursion to achieve power spectrum estimation.
ARmodel
- 生成一个正弦信号,使用levinson-durbin算法和最终预测阶数准则FPE估计其AR模型的阶数,并且通过解Yule-Walker方程求得AR模型的参数,进而求得该正弦信号的功率谱-Generating a sinusoidal signal, using levinson-durbin algorithm to predict the order and final order of the criteria FPE estimates its AR model and AR model
Levinson-Durbin
- 实现用Levinson-Durbin算法求解Yule-Walker方程,用迭代方法求解与谱估计有关的-Implemented by Levinson-Durbin algorithm Yule-Walker equations, iterative method for solving the spectral estimation related
final.m
- this is a matlab code for calculating AR parametre and white noise variance using Yule-Walker equations.
