CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Levinson

搜索资源列表

  1. levinson

    2下载:
  2. 用C开发的莱文森算法-the c levinson algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8022
    • 提供者:杨刚
  1. levinsonf

    0下载:
  2. 信号为两个正弦信号加高斯白噪声,用levinson递推法进行功率谱估计。-Signal for two sinusoidal signal plus Gaussian white noise, with levinson recursive power spectrum estimation method.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:892
    • 提供者:王健
  1. Levinson

    0下载:
  2. 即用Levinson-Durbin算法求解Yule-Walker方程。-The use of Levinson-Durbin algorithm Yule-Walker equation.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:742323
    • 提供者:chester
  1. levinson

    0下载:
  2. 原创_levinson_dubin递推算法,现代谱估计的一种算法-Original _levinson_dubin recursive algorithm, Modern Spectral Estimation Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1125
    • 提供者:曹仲晴
  1. LD

    1下载:
  2. 采用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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:783
    • 提供者:杨思科
  1. L_D

    1下载:
  2. 用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算法的性能进行分析。-
  3. 所属分类:matlab例程

    • 发布日期:2017-05-02
    • 文件大小:3425
    • 提供者:zf
  1. Sami_Arica_Levinson-Durbin

    0下载:
  2. LEVINSON-DURBIN ALGORITHM in matlap for HRV. ECG data analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:742
    • 提供者:ali
  1. Levinson

    1下载:
  2. 采用列文逊递推算法求解对称托伯利兹型方程组。其中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.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1172
    • 提供者:Shepard
  1. Levinson_Durbin_Algo

    1下载:
  2. 功能描述:用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
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:778
    • 提供者:赵明诚
  1. L_D_sim

    0下载:
  2. 功能描述:测试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
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1100
    • 提供者:赵明诚
  1. lpc-c

    0下载:
  2. LEVINSON-DURBIN的算法描述以及c实现-The algorithm of LEVINSON-DURBIN describes and c realize
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:43231
    • 提供者:zhangxiang
  1. find-ai-of-LPC-in-CPP

    0下载:
  2. Levinson-Durbin 算法求解LPC(线性预测编码)的自相关系数及c语言源代码-Using Levinson-Durbin find ai of LPC in C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3665
    • 提供者:范哲林
  1. Burg_Levinson_Multitaper_MUSIC

    0下载:
  2. 基于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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4199
    • 提供者:
  1. levinson

    0下载:
  2. 用Levinson递推公式计算偏相关系数 - Use Levinson recursion formula to calculate the partial correlation coefficient
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:805
    • 提供者:任世远
  1. Levinson(1)

    3下载:
  2. 利用matlab实现现代法中的levinson算法,没有利用matlab中的函数库调用,对需要做课程实验报告的人应该有帮助。-The matlab levinson algorithm in modern France, should help those who need to do the course lab report.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1417
    • 提供者:july
  1. levinson

    1下载:
  2. levinson durbin算法,功率谱估计-Levinson Durbin algorithm, power spectrum estimation
  3. 所属分类:matlab例程

    • 发布日期:2013-05-19
    • 文件大小:682
    • 提供者:李明
  1. levinson-durbin

    0下载:
  2. this file Implement Levinson-Durbin Algorithm With MATLAB m.file.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:520
    • 提供者:mostafa
  1. Levinson-durbin.ZIP

    0下载:
  2. 用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
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3779
    • 提供者:王兵
  1. Levinson-Durbin

    0下载:
  2. 实现用Levinson-Durbin算法求解Yule-Walker方程,用迭代方法求解与谱估计有关的-Implemented by Levinson-Durbin algorithm Yule-Walker equations, iterative method for solving the spectral estimation related
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3986
    • 提供者:杨晓
  1. levinson

    0下载:
  2. 利用Levinson递归算法求解对称Toeplitz方程,即求解预测反卷积算法-Use of Levinson recursive algorithm for solving symmetric Toeplitz equation, namely deconvolution algorithm to solve the prediction
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:516
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com