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

搜索资源列表

  1. 后处理演示

    0下载:
  2. 视频音频处理演示文件,其中视频编解码包括XVID,H263P和H264,音频采用ILBC,音频做了AEC处理。-demonstration video audio processing documents, which include video codec XVID, H263P and H264, used ILBC audio, audio processing done by the AEC.
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:1235572
    • 提供者:afax
  1. 2005621114504

    0下载:
  2. 本文详细讨论了添加到 RTC 的媒体改进特性,这些改进使得最终用户和开发者都能有更愉快的体验。当应用程序被构建在 RTC 客户端 API 之上,最终用户能获得丰富的音视频体验,而开发者可以使程序得到一系列免费的改进。使用这些 API 构建的应用程序还能够访问 RTC 提供的即时消息和出席功能。有关这些API的信息,可在 Windows Platform SDK中获得。 本文讨论了以下的特性和改进之处: 音频视频编解码器的可获得性 回波抵消(AEC) 冗余音频编码
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:5503130
    • 提供者:2
  1. adaptfxlmsdemo

    1下载:
  2. signal process ( AEC )-signal process (AEC)
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:3497
    • 提供者:hcs
  1. phapi

    0下载:
  2. 包含了 gsm2,ilbc,ilbc2,aec,mec3,tonegen 的一套音频编码和处理的源程序,并进行了封装-contains gsm2, ilbc, ilbc2, aec, mec3. tonegen set of audio coding and processing of the source, and the Packaging
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:885151
    • 提供者:lich
  1. aec

    0下载:
  2. 回声低消算法,DM6467平台,codeengine-aec DM6467 codeengine
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:120115
    • 提供者:东方
  1. adaptdemos

    0下载:
  2. Acoustic Echo Cancellation (AEC) This emonstration illustrates the application of adaptive filters to acoustic echo cancellation (AEC). in matlab and pdf
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:812397
    • 提供者:shn
  1. EchoCanceller

    0下载:
  2. my Acoustic Echo Cancellation (AEC) in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:614
    • 提供者:shn
  1. aec-fdaf

    0下载:
  2. fdaf AEC matlab file with audio files to do the test
  3. 所属分类:Audio program

    • 发布日期:2017-11-11
    • 文件大小:1272586
    • 提供者:adel
  1. AEC

    5下载:
  2. 基于LMS算法和NLMS算法的自适应声回波消除器AEC,实现的主要功能是:在用户对电视发出的指令混杂了电视扬声器的声学回声的情况下,滤掉电视声音得到较为纯净的用户语音指令信号。-The main function of the adaptive filter based on the LMS algorithm and the NLMS algorithm is mixed: in the instruction issued by the user on the television TV s
  3. 所属分类:Audio program

    • 发布日期:2015-04-16
    • 文件大小:1024
    • 提供者:AnyaTan
  1. AEC

    0下载:
  2. AEC加密算法的实现,VS2005编译,欢迎下载-AEC encryption algorithm, VS2005 compile, welcome to download
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:918328
    • 提供者:xiao剑平
  1. aec

    0下载:
  2. 回声消除的关键文档,对开发语音对讲的同事有帮助。从不同的角度详细介绍语音回声消除的技术-voice aec paper,form multview point give you an whole introduce to this field
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5450515
    • 提供者:kkno2
  1. aec

    5下载:
  2. 自己写的回声对消算法rls,frls,nlms,apa的matlab仿真,还附有音频文件,和详细的文档说明,很详细,非常适合本科生做毕业设计。-A project on AEC, including rls, frlf, nlms and apa, is carefully writen and would be very helpful to undergraduate students.
  3. 所属分类:Audio program

    • 发布日期:2016-12-18
    • 文件大小:4961280
    • 提供者:张蔚
  1. AEC

    0下载:
  2. 语音AEC的demo程序和库源代码,在win7下验证可行。-audio aec demo in windows7.
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2528382
    • 提供者:刘军
  1. AEC

    0下载:
  2. C/C++ 的AEC 算法 取自于google 的webrtc 开源项目-C/C++ AEC form google webrtc project
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:169829
    • 提供者:刘飞
  1. aec-master

    0下载:
  2. webrtc 的回声抵消(aec、aecm)算法主要包括以下几个重要模块:1.回声时延估计 2.NLMS(归一化最小均方自适应算法) 3.NLP(非线性滤波) 4.CNG(舒适噪声产生),一般经典aec算法还应包括双端检测(DT)。考虑到webrtc使用的NLMS、NLP和CNG都属于经典算法范畴,故只做简略介绍,本文重点介绍webrtc的回声时延估计算法,这也是webrtc回声抵消算法区别一般算法(如视频会议中的算法)比较有特色的地方。-webrtc echo canceller (aec,
  3. 所属分类:Audio program

    • 发布日期:2017-05-03
    • 文件大小:573920
    • 提供者:xiaofeng
  1. AEC

    0下载:
  2. matlab代码,回声消除,一种计算复杂度低的双端通话检测算法-matlab code for Acoustic Echo Cancellation (AEC)
  3. 所属分类:Audio program

    • 发布日期:2017-04-13
    • 文件大小:2183
    • 提供者:wu chao gang
  1. aec-test-audio

    0下载:
  2. 用于测试AEC的一些音频语料,用于测试AEC的一些音频语料,-Used for testing the AEC some audio corpora,
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-06
    • 文件大小:537189
    • 提供者:王艳芬
  1. 回声消除AEC

    2下载:
  2. 基于NLMS,RLS等算法的自适应回声消除。(Adaptive echo cancellation based on NLMS, RLS and other algorithms.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5209088
    • 提供者:KMnO4
  1. fullaec

    1下载:
  2. 利用MATLAB编写的快速AEC算法,比传统的回声消除算法速度快很多。(A algorithm of acoustic echo cancellation (AEC) using MATLAB. It is faster than conventional AEC algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:brookLee
  1. speex_mdf.rar

    2下载:
  2. speex matlab code,用于学习speex 的AEC 模块部分。
  3. 所属分类:matlab例程

« 1 23 4 5 »
搜珍网 www.dssz.com