搜索资源列表

  1. lzw_yang

    0下载:
  2. the famous Lempel Ziv Welch compressor.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8557
    • 提供者:solitude
  1. hmm的c++语言实现

    3下载:
  2. c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:8119
    • 提供者:宋敏
  1. 杰克·韦尔奇的管理经典

    0下载:
  2. 本文作者从1997年开始跟踪研究GE的管理模式,1999年访问了GE美国总部;随后,在 99《财富》论坛上海年会上,他又现场聆听了韦尔奇先生的一席发言。这一切促使他把自己对GE及韦尔奇的许多理解撰写成文,以期对正在走向世界、冲刺“财富500强”的中国企业家们有所启示。-author of this article from the 1997 study began tracking the GE management model, in
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:67220
    • 提供者:陶立欣
  1. LZW算法源码C语言

    0下载:
  2. LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:邓海波
  1. lzw压缩

    0下载:
  2. 无损数据压缩的源码,Lempel Ziv Welch算法-lossless data compression source code, the Lempel Ziv Welch algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6014
    • 提供者:别志松
  1. kftool_matlab

    0下载:
  2. kalman滤波的matlab程序Updated: January 11, 2002To execute the Matlab version simply execute gui.mEnjoy.Greg Welch-Kalman filtering Matlab procedures Updated : January 11, 2002To execute the Matlab version simply execu te gui.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8308
    • 提供者:洛阳
  1. pwelch

    0下载:
  2. 序列x(n)的Welch法功率谱估计 用matlab来实现
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:852
    • 提供者:cjl
  1. SPECTRUM_LMS

    0下载:
  2. 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5630
    • 提供者:yidishui
  1. JackWelchAndGeneralRoad

    0下载:
  2. 通用公司的CEO杰克.韦尔奇与通用之路。感觉很有收获。-General Electric Company CEO Jack. Welch and generic way. Feeling great harvest.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2517525
    • 提供者:xue
  1. HMMmodel

    0下载:
  2. This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Seriou
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:15630
    • 提供者:aaaaaaa
  1. Hidden_Markov_model_for_automatic_speech_recogniti

    0下载:
  2. Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM alg
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23484
    • 提供者:张志
  1. longteng4

    0下载:
  2. Welch法:Welch法对Bartlett法进行了两方面的修正:一是选择适当的窗函数w(n),并在周期图计算前直接加进去,加窗的优点是无论什么样的窗函数均可使谱估计非负。二是在分段时,可使各段之间有重叠,这样会使方差减小。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:632
    • 提供者:赵西玲
  1. powerp

    0下载:
  2. 关于功率谱估计的,周期图法,自相关法,bartlett法和welch法,还有一个复倒谱估计的代码
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:吴彬彬
  1. ImageFilterBasedP2DHMTModelinWaveletDomain

    0下载:
  2. 文章提出了一种基于小波域伪二维隐Markov 树(P2DHMT)的图像的滤波新方法。首先建立了小波域的伪 2DHMT 模型,给出了基于EM、Baum-Welch 等算法的模型参数估计方法;
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:301338
    • 提供者:wang
  1. coherence

    0下载:
  2. This program is a new way to estimate the coherence function. It s based on the MVDR and is much more reliable than the classical Welch s method implemented in MATLAB. There are 2 programs: the main program called
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:59970
    • 提供者:叩瑞龙
  1. FFTpowerspectrumandtheestimated

    0下载:
  2. 用Fourier变换求取信号的功率谱---周期图法 用Fourier变换求取信号的功率谱---分段周期图法 用Fourier变换求取信号的功率谱---welch方法 功率谱估计----多窗口法(multitaper method ,MTM法) 功率谱估计----最大熵法(maxmum entmpy method,MEM法) 功率谱估计----多信号分类法(multiple signal classification,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2002
    • 提供者:walkinghill
  1. averageperiodfft

    0下载:
  2. 平均周期法计算 fft的结果,Bartlett平均周期图的方法是将N点的有限长序列x(n)分段求周期图再平均,Welch法对Bartlett法进行了两方面的修正,一是选择适当的窗函数w(n),并再周期图计算前直接加进去,加窗的优点是无论什么样的窗函数均可使谱估计非负。二是在分段时,可使各段之间有重叠,这样会使方差减小。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1117
    • 提供者:刘洋
  1. matlabcode

    0下载:
  2. 有直接法,间接法,Bartlett法,Welch法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1473
    • 提供者:yyb_whu
  1. lzw_yang

    0下载:
  2. the famous Lempel Ziv Welch compressor.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:solitude
  1. welch

    0下载:
  2. MATLAB程序,估计实际应用中得到数据的功率谱(this is a matlab program And it's feature is to estimat the power spectrum of the data obtained in practical applications)
  3. 所属分类:网址推荐

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:wwll
« 1 2 3 45 6 7 8 9 10 »

源码中国 www.ymcn.org