CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Levinson

搜索资源列表

  1. levinson

    2下载:
  2. ADI BF535 DSP 双精度Levinson-Durbin 算法汇编优化源码-ADI BF535 DSP double precision levinson_durbin algorithm
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:50246
    • 提供者:刘微
  1. Levinson

    0下载:
  2. 课程设计做的 Levinson算法实现功率谱估计,带实验说明文档。
  3. 所属分类:DSP编程

    • 发布日期:2014-01-17
    • 文件大小:44317
    • 提供者:郑生朋
  1. levinson

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

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

    1下载:
  2. 数字信号处理Leviinson-Durbin方程求解非常重要,本文给出了Leviinson-Durbin方程的求解,希望能与大家共享-Digital signal processing Leviinson-Durbin equation is very important, this article gives Leviinson-Durbin equations, hoping to share with you
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:711
    • 提供者:guanyuqiu
  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. LD

    1下载:
  2. 语音识别中lpc特征提取算法,采用LEVINSON-DURBIN算法,c编程,简单易懂,还包含该算法原理的word详细说明资料。-Lpc speech recognition feature extraction algorithm using LEVINSON-DURBIN algorithm, c programming, easy-to-read, the algorithm also includes detailed information of the word.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:43079
    • 提供者:魏玮
  1. levinsonanddurg

    0下载:
  2. AR模型估计的levinson算法和burg算法程序-AR model estimation algorithm levinson algorithm and procedures burg
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:962
    • 提供者:mw
  1. ARmodel

    0下载:
  2. 包含数字信号处理 基于AR模型的几种算法 BURG算法,YULEWALKER算法,LEVINSON算法-Includes digital signal processing based on the AR model algorithm BURG Algorithms, YULEWALKER algorithm, LEVINSON algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:4883
    • 提供者:张强
  1. LSQR-DC

    2下载:
  2. 又一种最小平方反褶积程序 使用了莱文森递推算法,可以单独调用。 解矩阵方程很有用。-And a least-squares deconvolution procedure using the Levinson recursive algorithm, can be called. Useful solution of the matrix equation.
  3. 所属分类:Energy industry

    • 发布日期:
    • 文件大小:212143
    • 提供者:但是借
  1. toeplitz

    0下载:
  2. Toeplitz matrix and levinson algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:416994
    • 提供者:danification
  1. HayesMatlabFiles

    0下载:
  2. Matlab files for programs in Monson Hayes book. Functions such as Levinson durbin,Pisarenko, MUSIC, LMS, RLS etc.
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:24601
    • 提供者:sam
  1. Untitled

    0下载:
  2. 用MATLAB实现Levinson-Durbin递推算法-Use MATLAB to achieve Levinson-Durbin recursive algorithm
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:769
    • 提供者:陈森法
  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. levinson

    0下载:
  2. levinson-durbin recursion
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:704
    • 提供者:abbou djamel
  1. musicdsp

    0下载:
  2. musicdsp source code archive-Analysis Beat Detector Class Coefficients for Daubechies wavelets 1-38 DFT Envelope detector Envelope Detector class (C++) Envelope follower with different attack and release Fast in-place Walsh-Hadamard Tra
  3. 所属分类:Audio program

    • 发布日期:2017-03-28
    • 文件大小:825946
    • 提供者:Alan Tang
  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
« 12 3 4 5 6 »
搜珍网 www.dssz.com