CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 语音合成与识别 搜索资源 - 最小最小算法

搜索资源列表

  1. Natural gradient ML or nonlinear decorrelation alg

    0下载:
  2. 极小边际熵等价于叉四阶累积量的平方和最小。通过迭代使四阶累积矩阵对角化,实现交叉四阶累积量的平方和的极小化。他是语音识别的重要预处理算法-minimum entropy equivalent to the marginal four bands fork cumulative amount of square and smallest. Through iterative four bands so that the cumulative matrix diagonalization, four
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3.44kb
    • 提供者:韩仲志
  1. 2LMSE最小均方误差算法

    0下载:
  2. 模式识别中关于 LMSE最小均方误差算法 一中算法-pattern recognition on the wan minimum mean square error algorithm an algorithm
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者:任大
  1. MMSE_IC

    2下载:
  2. 基于LMS(最小均方误差算法)的自适应滤波 基于LMS(最小均方误差算法)的自适应滤波-based on the LMS (MMSE) algorithm based on the LMS adaptive filtering (minimum mean square error algorithm) the adaptive filtering based on the LMS (minimum mean square error algorithm) Adaptive Filter
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4.33kb
    • 提供者:林青
  1. LSAgai

    1下载:
  2. 对数谱最小均方误差语音增强算法(LSA-MMSE),对加入有音无音判决进一步提高信噪比,消噪效果非常好。适合各种平稳噪声。-right spectrum minimum mean square error speech enhancement algorithm (LSA - MMSE). sound right to a sound judgment without further improve signal-to-noise ratio, denoising effect was very
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2.48kb
    • 提供者:yaohua
  1. math

    0下载:
  2. 一些数学处理函数,包括:用窗函数方法设计线性相位FIR数字滤波器、归一化最小均方(LMS)算法的自适应数字滤波器
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3.78kb
    • 提供者:chenjie
  1. math2

    0下载:
  2. 一些数学处理函数,包括:用频域最小误差平方方法设计线性相位FIR低通数字滤波器、最小均方(LMS)算法的自适应数字滤波、离散小波变化函数
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2.97kb
    • 提供者:chenjie
  1. lms_flp32

    0下载:
  2. 用汇编语言实现的最小均方算法的程序。请在visual DSP下运行
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:17.44kb
    • 提供者:Wang Zhao
  1. LMS

    0下载:
  2. 针对自适应阵列天线所提出的各类自适应算法-最小均方差算法。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:于克
  1. LMS-MATLAB

    1下载:
  2. 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:187.61kb
    • 提供者:
  1. LMSzhishiying

    0下载:
  2. LMS自适应算法,是最小二乘法的基础程序,适于编程前期
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:wgl
  1. matlablms

    0下载:
  2. LMS算法MatLab实现 LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:155.16kb
    • 提供者:jj
  1. chapter6_1

    0下载:
  2. 用自相关法求使信号s均方预测误差为最小的预测系数 算法为Levinson-Durbin快速递推算法 -Method using the signal from the associated mean square prediction error s for the smallest prediction coefficient algorithm Levinson-Durbin recursive algorithm for fast
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-08
    • 文件大小:1.11kb
    • 提供者:小心
  1. LMS

    3下载:
  2. LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-08-26
    • 文件大小:826byte
    • 提供者:wan
  1. LSL

    0下载:
  2. 最小均方算法lms源程序,算法简单,实用,可准确无误的运行-Minimum mean-square source lms algorithm, the algorithm is simple, practical, accurate operation can be
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:560byte
    • 提供者:赵小飞
  1. snr

    0下载:
  2. 基于最大信噪比的盲源分离算法,适合初学者使用-Based on the maximum signal to noise ratio Blind source separation algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:697byte
    • 提供者:houruiling
  1. ss-improve

    0下载:
  2. 谱减法消除噪音的c代码,是在本站下载的源代码ss.tar.gz的基础上使用改进算法改进的,原程序只能消除最开始很小段的语音噪声。改进后的程序经测试,能够很好地消除语音噪声。在此感谢ss.tar.gz源程序的提供者。-C-code for spectrum-sub to cancel voice noise, can cancel noise very well.
  3. 所属分类:语音合成与识别

    • 发布日期:2013-07-15
    • 文件大小:800.37kb
    • 提供者:Guan
  1. lms

    0下载:
  2. 使用最小均方算法,对声音进行滤波。去掉声音中混有的噪音。-Using the least mean square algorithm, the sound is filtered. Some of the sound mixing to remove noise.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:591byte
    • 提供者:叶芝高
  1. C_ZTQ

    0下载:
  2. 基于最小均方误差的助听器语音去噪算法, 用于以最大程度消除助听器接受的语音杂音.-Speech denoising algorithm based on the minimum mean square error of a hearing aid for the hearing aid acceptable voice murmur eliminated to the greatest extent.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-16
    • 文件大小:1.73kb
    • 提供者:天佑
  1. LMS

    0下载:
  2. 实现FIR系统中的最小均方误差自适应滤波算法(LMS),并通过误差曲面研究其性能。-FIR system in the minimum mean square error adaptive filtering algorithm (LMS), and study its performance through the error surface.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-13
    • 文件大小:63.21kb
    • 提供者:沈旭
  1. NLMS

    1下载:
  2. 语音降噪经典算法NLMS最小均方算法MATLAB程序(Speech noise reduction classical algorithm NLMS minimum mean square algorithm MATLAB program)
  3. 所属分类:语音合成

    • 发布日期:2020-11-16
    • 文件大小:1kb
    • 提供者:工程机械
« 12 »
搜珍网 www.dssz.com