搜索资源列表
利用burg算法计算lpc系数
用c语言编写的,利用burg算法计算lpc系数
burg
- 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estim
Burg_matlab
- 做自适应的都知道burg算法。这是它的matlab仿真代码-do know adaptive algorithm Burg. This is its Matlab simulation code
yulewalk
- DSP 实现基于BURG算法的功率谱估计-BURG DSP algorithm based on the power spectrum estimation
gonglvpuguji
- 各种功率谱估计算法!包括AR谱估计,BURG算法,YULE-WALK方程-various power spectrum estimation algorithm! Including AR spectral estimation, BURG algorithm, YULE-WALK equation
Burg
- 用burg算法实现功率谱的估计,可以改变信噪比SNR,阶次P,可以分析分辨率-Burg algorithm using power spectrum estimation, can change the signal to noise ratio SNR, order P, can be analyzed resolution
burg
- 这是个数字信号处理的burg算法的 matlab实现,里面各个参数可调,效果非常不错-This is a digital signal processing matlab algorithm to achieve burg, which adjustable parameters, the effect is very good
abouthomework
- 用周期图法求出的功率谱曲线和burg算法求出的AR功率谱曲线(p=50)-Periodogram calculated using the power spectrum curves and burg algorithm to derive the AR power spectral curve (p = 50)
Burg_matlab
- AR模型的Burg算法的matlab程序! 只要把程序里面的K的值改为所求问题的阶次,把x改成所求问题的数据矢量就可以非常方便的求出Burg算法的AR模型的参数!-AR model of Burg algorithm matlab program! As long as the procedures inside the value of K changed the order for the problem, the proble
NJNUAYAARPOWER
- marburg.c 用Burg算法求AR模型的参数。 mar1psd.c 由AR模型参数得到功率谱。 maryuwa.c 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 -marburg.c using Burg algorithm for AR model parameters. mar1psd.c by the AR model parameters obtained
burg
- burg算法的matlab实现,自己编写,有一定的参考价值-burg algorithm matlab realized, I have written has a certain reference value
burg
- 实现了BURG算法,可求出相关参数并绘出了阶次和误差关系的曲线图-err
burg
- 在MATLAB上实现burg算法,简便易懂-Burg on implementation in MATLAB algorithm, simple and understandable
BURG
- 本文件为语音识别lpc源码中的burg算法部分。该算法简单实用,适合于进行线性预测参数的计算-This document is for lpc-source speech recognition algorithm in the part of the burg. The algorithm is simple and practical, suitable for the calculation of the linear predi
ARmodel
- 包含数字信号处理 基于AR模型的几种算法 BURG算法,YULEWALKER算法,LEVINSON算法-Includes digital signal processing based on the AR model algorithm BURG Algorithms, YULEWALKER algorithm, LEVINSON algorithm
burg
- burg算法求功率谱,用matlab实现,其中用到了arburg和pburg等函数-burg algorithm for power spectrum, with the realization of matlab, which uses a function such as arburg and pburg
burg
- burg算法的具体实现,计算步骤完全参考胡广书数字信号处理-burg concrete realization of the algorithm, calculation steps Complete Reference, Hu Guang-shu digital signal processing
Burg
- 实现两个语音信号的分离,采用Burg算法-To achieve the separation of two speech signals using the Burg algorithm
burg
- 我的作业,自己编的burg算法,希望对大家有帮助,和大家一起share-algorithm of burg
基于Burg算法的最大熵谱估计
- 网上找的burg算法,可以借鉴一下。也可以通过百度文库搜寻作者。(The Burg algorithm on the Internet can be used for reference. You can also search for the author through the Baidu library.)