搜索资源列表
ppburg
- 作业Burg算法,用于数字信号处理中功率谱估计,简单实用。-operations Burg algorithm for digital signal processing power spectral estimation, simple and practical.
ARMODE
- 武汉理工大学程磊编写的AR模型的Burg算法的matlab程序,有用-Wuhan Polytechnic University Hai prepared by the AR model Burg algorithm Matlab procedures useful
burg.rar
- 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算法-To achieve the separation of two speech signals using the Burg algorithm
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
- burg算法的具体实现,计算步骤完全参考胡广书数字信号处理-burg concrete realization of the algorithm, calculation steps Complete Reference, Hu Guang-shu digital signal processing
burg
- burg算法实现,根据算法步骤实现burg算法,含注释-burg algorithm, the steps to achieve burg algorithm based on algorithms, including comments
burg
- matlab 实现ar模型中的burg 算法 ,源程序非调用 。可以直接使用-The matlab burg algorithm in ar model, source of non-call.
burg
- 利用matlab实现burg算法的程序,不是调用pburg函数,希望能帮助要做课程作业的童鞋们。-The matlab burg algorithm program, not call pburg function, hoping to help the children ' s shoes to do course work.
welch-and-burg
- welch 和burg 算法实现功率谱估计-welch and burg algorithm to achieve power spectrum estimation
Burg算法
- burg算法
burg
- burg算法,适用于数据噪声较大,fft之后不够平滑难以进行进一步的数学处理的情况.-burg algorithm, for noisy data, and are not smooth after fft thus difficult to process further mathematical processing.
burg
- Burg算法估计功率谱的matlab程序-Burg algorithm estimates the power spectrum matlab program
Burg
- 自己编写的现代谱估计方法中的Burg算法,并和MATLAB中的函数pburg函数进行对比,两个函数性能相当,便于大家学习掌握这个算法。-Modern spectral estimation methods have written Burg algorithm, and MATLAB functions pburg function comparison, the performance of the two functions is quite near to make you master
burg-power-spectrum-estimation
- 信号处理中的基于burg算法的功率谱估计的matlab仿真程序-matlab program of burg power spectrum estimation algorithm
burg
- 实现burg算法 估计信号的功率谱PSD 不是简单的调用库函数-Achieve burg algorithm to estimate the power spectrum of the signal PSD is not a simple function call library
burg
- burg算法实现函数、时间序列估计AR模型系数-burg algorithm function, time-series AR model coefficients
burg算法
- 采用burg算法实现对n阶AR模型进行matlab函数的计算。用户需输入初始值以及计算阶数,程序算出对应的AR参数。