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

搜索资源列表

  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
    • 文件大小:3526
    • 提供者:韩仲志
  1. 2LMSE最小均方误差算法

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

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:任大
  1. 抓交通肇事犯

    0下载:
  2. 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic violation, the young man escaped.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1011
    • 提供者:姚紫欣
  1. 求具有abcd=(ab+cd)2性质的四位数

    0下载:
  2. 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:姚紫欣
  1. 奇数平方的一个有趣性质

    0下载:
  2. 平方的一个有趣性质 编程验证“大于1000的奇数其平方与1的差是8的倍数”。 *问题分析与算法设计 本题是一个很容易证明的数学定理,我们可以编写程序验证 它。 题目中给出的处理过程很清楚,算法不需要特殊设计。可以 按照题目的叙述直接进行验证(程序中仅验证到3000)。-square interesting nature of a certification program "more than 1,000 of its odd square o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:姚紫欣
  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
    • 文件大小:4432
    • 提供者:林青
  1. ossystem

    0下载:
  2. 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4139
    • 提供者:Li
  1. RLS-MATLAB

    0下载:
  2. Rls递推二乘最小算法的MAtlab 仿真。-Rls recursive least square algorithm MAtlab simulation.
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:王州强
  1. Square-rooting-Algorithm-(8-bit)

    0下载:
  2. Square root algorithm for 8051 microcontroller
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:608
    • 提供者:microorganisme
  1. KLTLMS

    0下载:
  2. Karhunen Loeve Least Mean Square Algorithm for mobile communications 3G
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-07
    • 文件大小:919
    • 提供者:mehdi
  1. f_lms

    0下载:
  2. 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inte
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:740
    • 提供者:xieliwei
  1. endpoint

    0下载:
  2. 语音端点检测程序,利用均方能量算法逐帧进行判断-Voice activity detection procedure, and use the energy mean square algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:4800
    • 提供者:马亮
  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
    • 文件大小:591
    • 提供者:叶芝高
  1. code

    0下载:
  2. Normalized mean square algorithm for speech signals
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:621917
    • 提供者:sridevi
  1. lms1

    0下载:
  2. Least Mean Square algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:732
    • 提供者:Pawan
  1. complexnlms

    0下载:
  2. Channel equalization using Normalised Least Mean Square Algorithm.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:786
    • 提供者:sridevi
  1. Single-carrier-equalization

    0下载:
  2. 在Labview平台上利用线性最小二乘算法,实现线性均衡器的设计-By using the linear least square algorithm in Labview platform, design and implementation of a linear equalizer
  3. 所属分类:LabView

    • 发布日期:2017-05-06
    • 文件大小:1374814
    • 提供者:余薇薇
  1. 51asm

    0下载:
  2. 本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-The libraries in the open square algorithm for rapid approximation algorithm, it can achieve the Newton iteration method the same precision, and about twenty times faster, more than double by
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:15970
    • 提供者:ddbxl
  1. 111186758csLMS

    0下载:
  2. 这是一种改进的最小均方算法,算法具有较快的收敛速度和较低的稳态误差,计算简单。(This is an improved minimum mean square algorithm. The algorithm has fast convergence speed and low steady-state error, and the calculation is simple.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:球球团团
  1. NLMS

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

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