搜索资源列表
levinsonf
- 信号为两个正弦信号加高斯白噪声,用levinson递推法进行功率谱估计。-Signal for two sinusoidal signal plus Gaussian white noise, with levinson recursive power spectrum estimation method.
Levinson
- 即用Levinson-Durbin算法求解Yule-Walker方程。-The use of Levinson-Durbin algorithm Yule-Walker equation.
levinson
- 原创_levinson_dubin递推算法,现代谱估计的一种算法-Original _levinson_dubin recursive algorithm, Modern Spectral Estimation Algorithm
LD
- 采用matlab编写的Levinson Durbin 算法,具有可运行的程序,代码中提供了详细的注释,程序最后会将系数收敛的结果打印出来。该程序适合于需要学习和编写LD算法的人使用。-Matlab prepared using Levinson Durbin algorithm, has the operational procedures, the code provides detailed annotations, the program will be the final result
spectral_estimation
- 平稳随机信号谱估计 使用两种谱估计方法将信号和噪声分离:周期图法谱估计和Levinson-Durbin递推法谱估计。其中每种方法又细分为自编程序和使用matlab自带函数两种。- Random signal model is estimated using two methods of spectrum signal and noise separation: periodogram spectral estimation method and Levinson-Durbin r
L_D
- 用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。-
Sami_Arica_Levinson-Durbin
- LEVINSON-DURBIN ALGORITHM in matlap for HRV. ECG data analysis
Levinson
- 采用列文逊递推算法求解对称托伯利兹型方程组。其中t存放T型矩阵的元素。b是右端常数向量。x是解向量。n是阶数。-Using Levinson recursion algorithm for symmetric Tuobolizi equations. Where t T-matrix elements of deposit. b is the right end of the constant vector. x is the solution vector. n is the order.
Levinson_Durbin_Algo
- 功能描述:用matlab语言实现Levinson-Durbin算法 函数名:Levinson_Durbin_Algo 输入参数: (1)R:自相关矩阵或者其估计值 (2)P:AR模型的阶数 输出参数: (1)A:p阶AR模型的参数,它是一个长度为P+1的行向量 (2)E:噪声功率 调用函数:无 被调用:L_D_sim.m 作者:mingcheng 编写时间:2009-11-13 修改时间:2009-11-1
L_D_sim
- 功能描述:测试Levinson-Durbin算法 文件名:L_D_sim.m 测试用例: (1)x(n)+0.81*x(n-2)=u(n),u(n)为高斯白噪声 (2)x(n)=u(n)+u(n-1)+u(n-2),u(n)为高斯白噪声 文件输出:两种测试用例情况下的功率谱 调用函数:function [A,E] = Levinson_Durbin_Algo(R,P) 被调用:无 作者:mingcheng 编写时间:2009-11
Untitled
- 利用MATLAB语言来实现Levinson-Durbin递推算法,并估计AR模型参数,从而对正弦信号加白噪声进行功率谱估计。-Using MATLAB language to implement Levinson-Durbin recursive algorithm, and estimate the AR model parameters, thus sinusoidal signal plus white noise power spectrum estimation.
lpc-c
- LEVINSON-DURBIN的算法描述以及c实现-The algorithm of LEVINSON-DURBIN describes and c realize
find-ai-of-LPC-in-CPP
- Levinson-Durbin 算法求解LPC(线性预测编码)的自相关系数及c语言源代码-Using Levinson-Durbin find ai of LPC in C++
Burg_Levinson_Multitaper_MUSIC
- 基于matlab的对于产生的通信信号的功率谱估计的多种算法,包括Burg法、Levinson法、Multitaper方法、MUSIC法,并包括通信信号产生以及理论谱估计算法。-Based on traffic generated by the matlab signal for the power spectrum estimation algorithms, including the Burg method, Levinson method, Multitaper method, MUSIC
levinson
- levinson durbin算法,功率谱估计-Levinson Durbin algorithm, power spectrum estimation
levinson-durbin
- this file Implement Levinson-Durbin Algorithm With MATLAB m.file.
Levinson-durbin.ZIP
- 用Levinson方法实现功率谱密度的估计。在N=1024条件下调试程序过程中用Levinson-Durbin快速递推法得出的图形不稳定,每次调试结果都不大相同,AR模型的阶次应选择在N/3<P<N/2之间,式中的N是记录的数据长度,这样可以得到高分辨率的估计谱,并且很少出现伪峰。-Levinson method used to achieve power spectral density estimate. Commissioning conditions under N = 10
Levinson-Durbin
- 实现用Levinson-Durbin算法求解Yule-Walker方程,用迭代方法求解与谱估计有关的-Implemented by Levinson-Durbin algorithm Yule-Walker equations, iterative method for solving the spectral estimation related
durbin
- Levinson-Durbin算法、解Toeplitz方程函数-Levinson-Durbin algorithm, solve Toeplitz equation function
LEVINSON[1]
- LEVINSON-DURBIN算法的应用:基于Y-L公式的一个实验,AR模型,内含有levinson-durbin实现的matlab源码-LEVINSON-DURBIN algorithm applications: an experimental YL-based formula, AR model, containing levinson-durbin realize matlab source