CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - burg算法

搜索资源列表

  1. Burg_matlab

    0下载:
  2. 做自适应的都知道burg算法。这是它的matlab仿真代码-do know adaptive algorithm Burg. This is its Matlab simulation code
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:816byte
    • 提供者:wu zemin
  1. abouthomework

    0下载:
  2. 用周期图法求出的功率谱曲线和burg算法求出的AR功率谱曲线(p=50)
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:8.61kb
    • 提供者:赵西玲
  1. lbq

    0下载:
  2. 用matlab 实现各种算法,如burg算法,LMS算法,比较基础,适合初学者。-Using matlab implementation of various algorithms, such as burg algorithm, LMS algorithm, a comparative basis, suitable for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.08kb
    • 提供者:miaoyuan
  1. levinsonanddurg

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

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

    0下载:
  2. 对信号在AR模型下进行的的yuler_walker,和burg算法谱估计-AR model of the signal under the yuler_walker, and spectral estimation algorithm burg
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1016byte
    • 提供者:lijing
  1. LMSandsunspotcycle

    0下载:
  2. 正弦干扰陷波:LMS自适应滤波器算法 太阳黑子出现周期的研究:周期图法,Levison-Durbin法、Burg法求功率谱 及matlab入门学习课件-Sinusoidal interference Notch: LMS adaptive filter algorithm sunspot cycle appears Study: periodogram, Levison-Durbin method, Burg method for power spectrum and matla
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:495.17kb
    • 提供者:courger
  1. S

    0下载:
  2. 实现功率谱估计的函数: Arburg:用Burg算法估计AR模型的参数; Arcov: 用协方差法估计AR模型的参数; Armcov:用改进的协方差法估计AR模型的参数; Aryule:用Yule_Walker算法估计AR模型的参数; -To achieve a function of power spectrum estimation: Arburg: AR with Burg algorithm to estimate model parameters Arcov:
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:8.3kb
    • 提供者:betty
  1. Burg-algorithm-of-AR

    0下载:
  2. 基于burg算法实现的AR模型功率谱计算,算法已经仿真通过,有前向预测误差及后向预测误差,非常适合与学习加深现代谱估计的理论 -Burg algorithm to achieve the AR model power spectrum calculation algorithm has been through simulation, the forward prediction error and prediction error is ideal for learning to dee
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.81kb
    • 提供者:陈诚
  1. MMSPo

    0下载:
  2. 现代信号处理中关于Levinson算法,Burg算法,,ARMA模型法,MUSIC算法,已通过测试。 -Modern signal processing on the Levinson algorithm, Burg algorithm, ARMA model law, MUSIC algorithm, has passed the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:cscm0077
  1. ar_burg

    0下载:
  2. 经典谱估计AR模型的BURG算法 可与自带函数PBURG对比-The classic AR model spectrum estimation BURG algorithm and comes with a function PBURG contrast
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:1.28kb
    • 提供者:rh
  1. homework2

    0下载:
  2. 基于AR模型的burg算法,根据100年间每年12个月记录到的太阳黑子出现次数的平均值求太阳黑子的活动周期。(matlab程序和实验报告)-Burg algorithm based on AR model, according to 100 years, 12 months per year sunspot record to appear and sunspot activity cycle of the average number of times. The (matlab Program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:142.36kb
    • 提供者:moxiaokai
  1. burg

    0下载:
  2. 在matlab上实现burg算法的仿真,有益于深刻理解burg算法-Burg algorithm implemented in matlab simulation, good for a deep understanding burg algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.21kb
    • 提供者:lubo2288
  1. Levinson

    0下载:
  2. 用Levinson算法,Burg算法,ARMA模型法,MUSIC算法来估算功率谱。并进行比较。-With Levinson algorithm, Burg algorithm, ARMA model method, MUSIC algorithm to estimate the power spectrum. And compared.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:32.83kb
    • 提供者:王桂莲
  1. amp-latency-AR-test

    0下载:
  2. Burg算法功率谱估计,采样点数nfft不会影响MAX值和位置. s=data22(6,:) s=s(50:150) nfft=2048 fs=500 EEG [px1,f1]=pburg(s,6,nfft,fs) figure plot(f1,px1) title( CI——Burg算法功率谱估计 ) xlabel( Frequency(Hz) ) ylabel( Power ) IndMax=find(diff(sign(diff(p
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:587byte
    • 提供者:yanlili0703
  1. ar.burg

    1下载:
  2. AR模型的burg算法,输入二维脑电信号,经调试可正常运行,很好的matlab源码。希望有用。-Burg algorithm AR model, enter the two-dimensional EEG, debugging can be run properly, good matlab source. I hope useful.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.36kb
    • 提供者:allen
  1. haha

    0下载:
  2. Burg算法的程序,还有改进的 Burg算法的程序-Burg algorithm procedures, as well as improved procedures Burg algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.04kb
    • 提供者:小南
  1. burg

    0下载:
  2. 用burg算法对信号的功率谱进行估计,基于MATLAB-Burg algorithm with the signal power spectrum estimation, based on MATLAB。
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:713byte
    • 提供者:yuanmengyan
  1. my_Burg_AR_estimation

    0下载:
  2. 基于BURG算法的AR模型的现代谱估计仿真代码,对学习现代谱估计很有帮助。-BURG algorithm of AR model based on modern spectral estimation simulation code, to learn modern spectral estimation helpful.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:860byte
    • 提供者:李明
  1. Burg

    0下载:
  2. AR谱估计 burg 算法,用来求解功率谱-Burg algorithm for AR spectrum estimation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:656byte
    • 提供者:李军
  1. 基于Burg算法的最大熵谱估计

    0下载:
  2. 网上找的burg算法,可以借鉴一下。也可以通过百度文库搜寻作者。(The Burg algorithm on the Internet can be used for reference. You can also search for the author through the Baidu library.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:44kb
    • 提供者:玄玄玄
« 12 »
搜珍网 www.dssz.com