登录
首页 » matlab » omlsa

omlsa

于 2021-03-03 发布
0 190
下载积分: 1 下载次数: 13

代码说明:

说明:  cohen大神的OM-LSA仿真代码 MATLAB software for speech enhancement based on optimally modified LSA (OM-LSA) speech estimator and improved minima controlled recursive averaging (IMCRA) noise estimation approach for robust speech enhancement.(MATLAB software for speech enhancement based on optimally modified LSA (OM-LSA) speech estimator and improved minima controlled recursive averaging (IMCRA) noise estimation approach for robust speech enhancement. The algorithms are described in: I. Cohen and B. Berdugo, Speech Enhancement for Non-Stationary Noise Environments, Signal Processing, Vol. 81, No. 11, Nov. 2001, pp. 2403-2418. I. Cohen, Noise Spectrum Estimation in Adverse Environments: Improved Minima Controlled Recursive Averaging, IEEE Trans. Speech and Audio Processing, Vol. 11, No. 5, Sep. 2003, pp. 466-475. I. Cohen and S. Gannot, Spectral Enhancement Methods, in Jacob Benesty, M. Mohan Sondhi and Yiteng (Arden) Huang (Eds.), Springer Handbook of Speech Processing, Springer, 2008, Part H, Ch. 44, pp. 873-901)

文件列表:

omlsa.m, 15176 , 2012-09-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • nilm-eval-master
    NILM-Eval是一个MATLAB框架,允许在不同场景中评估非侵入式负载监控算法,以全面了解其性能.NILM-Eval可以轻松评估多个数据集,住户,数据粒度,时间段和特定算法参数的算法。通过将这些参数封装在配置中。NILM评价仪进一步允许用户轻松地重复其他人执行的实验,评估新数据集上的算法,以及微调配置以提高新算法的性能设置(Nilm-eval is a MATLAB framework that allows evaluation of non-invasive load monitoring algorithms in different scenarios to fully understand their performance. Nilm-eval can easily evaluate algorithms for multiple data sets, households, data granularity, time periods and specific algorithm parameters.By encapsulating these parameters in the configuration.NILM evaluator further allows users to easily repeat experiments performed by others, evaluate algorithms on new data sets, and fine-tune configurations to improve performance Settings for new algorithms)
    2021-01-27 19:38:41下载
    积分:1
  • 邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连...
    邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连续区域以及获得这个区域的各种可能面值的集合。如,当 n=4,m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大的连续区域为1到71。还有其他面值的四种邮票可组成同样大小的区域吗-stamp issue : Let a national issue n different denominations of the stamps and letters each allow up to m stamp affixed, to the m, n, write an algorithm derived from a postage in an increment of the circumstances, may obtain a postage value of the maximum continuous access to this region and regional various denominations could assemble. For example, when n = 4, m = 5, if the values of (1,4,12,21) of the four stamps, postage largest regional consecutive 1-71. There are four other denominations of the stamps can be the same size as the composition of the region? ?
    2022-02-24 19:12:53下载
    积分:1
  • 6363734
    VB中列表分页模型的实例源代码,有需要的就下载吧。(List paging model in VB source code examples, there is a need to download it.)
    2013-08-15 17:36:14下载
    积分:1
  • TMS320F28335CAN
    DSP28338 CAN例程,针对28335如何使用CAN(DSP28338 CAN routine)
    2018-03-24 13:49:33下载
    积分:1
  • arc
    在fluent中模拟焊接电弧所写的焊接电弧程序(Welding arc program written in simulated welding arc in fluent)
    2020-12-13 09:19:15下载
    积分:1
  • F005_Motor control_v0.1.3
    说明:  华大MCU双电阻采样无感FOC方案,适用于对成本敏感场合的应用(Huada MCU double resistance sampling non inductive FOC scheme)
    2021-04-27 13:38:44下载
    积分:1
  • 大商创采集插件
    说明:  大商创淘宝天猫采集插件,根据安装说明安装上传即可。(Big business Taobao Tianmao collection plug-in can be installed and uploaded according to installation instructions)
    2019-01-18 21:24:26下载
    积分:1
  • vec
    A simple vector operation class and header
    2009-04-22 00:13:18下载
    积分:1
  • 实用的DOS系统工程,深入讲解DOS的操作过程 实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手...
    实用的DOS系统工程,深入讲解DOS的操作过程 实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手 -DOS practical engineering, in-depth course on the operation of DOS" s DOS utility program, included on the meticulous, step-by-step in depth, so that you become a master DOS
    2022-05-25 19:56:51下载
    积分:1
  • 通过欧几里德距离对三维空间内的数据点进行聚类: 从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再...
    通过欧几里德距离对三维空间内的数据点进行聚类: 从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再按距离由小到大排序,找出距这两个点最近的若干个点。 除去这些点后对其余的点重复进行上述操作。-By Euclidean distance on three-dimensional space, clustering of data points: from the file read into the three coordinates of the data indicated that cluster. According to the average number of total number of projects and group division. First, calculate the distance between 22 to elect the nearest two points, and then from small to large order to identify these two points away from a number of recent points. After removing these points the rest of the point of repeating to carry out such operations.
    2023-01-05 15:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载