搜索资源列表
h.263编解码程序(VC)
- H.263算法的一个VC实现源码-H.263 algorithm of a VC-source
AAC_Codec
- AAC音频解码算法程序-AAC audio decoding algorithm
回声消除算法
- 回声消除算法的C++程序,运行在unix/linux上, 也可以在vc中被编译, 测试, 效果还行-The program file of the algorithm for echo cancellation written by C++, can be runed on unix/linux, and also can be complied in VC It efficient good by testing.
voicecode&decoder
- 符合ITU规范的语音压缩解压缩算法程序,其中包括G.711,G.722,G.723等,可以用于嵌入式系统或者DSP开发。-ITU standard voice compression decompression algorithms procedures, including G.711, G.722, G.723, etc., can be used for DSP or embedded system development.
VC多媒体程序
- 简单图形处理程序,用vc制作.内有图形处理的简单算法.-simple graphics processing using vc production. Graphics are simple algorithm.
用DSP进行mp3解压缩的算法程序
- 用DSP进行mp3解压缩的算法程序,看过之后你就会想自己做个mp3了-DSP solutions for MP3 compression algorithm, after reading you will want to be a mp3 of their own
EdgeSegment2
- 一个有用的边缘检测算法程序,对于学习和研究图象边缘检测大有帮助-a useful algorithm for edge detection procedures, learning and research Edge Detection of great help
CVD
- 一个有用视频运动检测算法程序,对于学习和研究视频运动检测大有帮助-a useful video motion detection algorithm for learning and research video motion detection greatly help
VQZipper
- 多媒体中的算法程序,希望能给大家带来一些有用的信息共享,希望能给大家增加一些内容!-multimedia algorithm procedures in the hope that we can bring some useful information sharing, we wanted to give some additional content!
G711G721G723声音压缩标准压缩解压代码
- G711、G72 3声音压缩标准压缩解压算法程序(VC)-G711, audio, G723 voice compression standard compression decompression algorithm (VC)
循环冗余校验CRC的算法分析和程序实现
- 循环冗余校验CRC(Cyclic Redundancy Check)是由分组线性码的分支而来,其主要应用是二元码组。编码简单且误判概率很低,在通信系统中得到了广泛的应用。重点介绍了CRC校验的原理及其算法实现。-Cyclic Redundancy Check (Cyclic Redundancy Check) is a linear code from the branch, its main application is binary codes. Coding simple misjudgm
mp3播放程序+源程序.rar
- 该程序实现了如下功能: 1)MP3播放 2)频谱显示,显示效果仿Windows的MediaPlay 3)ID3Tag解析该程序含完整源程序,因为时间很紧(两个星期),而且仅仅是为了验证基本算法,所以程序并未最终完成;环境:VC++2005 详细见Readme.txt
jm模型
- 学习H.264的工具代码,做差错隐藏,运动估计,优化算法的程序原型
互联网语音通信利器GIPS语音库和文档
- 大名鼎鼎的GIPS语音代码和库文件,可以直接集成到自己的程序中,提供优异的语音质量。 特别申明:这个可不是什么Lite版本,这个是很全的高质量正式版本
Schroeder提出的延时反馈网络的混响算法
- Schroeder提出的延时反馈网络的混响算法,此程序是这个算法的完整体现。,Schroeder proposed feedback network delay reverb algorithms, this procedure is that this algorithm is completely achieved.
Audio-gather 基于VC++的音频采集程序
- 一个基于VC++的音频采集程序。音频数据采集,能显示波形可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。-VC++-based audio capture program. Audio data acquisition, sensors can be collected to show the waveform and other non-audio signals, real-time display. As for other
CapVideo
- 视频采集程序-programs about video signal collection
MotionEstimation
- 运动估计算法vc代码实现实现的算法: FS、4SS、BBGDS、DS、HS、CDHS、MVFAST、PMVFAST、ARPS、ARPS3 原本想实现UMHexagonS和EZPS算法,但这两种算法都针对H.264做了特殊的优化。本程序只考虑了16*16块的方式,对其实现的结果是不公平的。 另:AVPS是自己的算法,没有写完。有兴趣请参考,实际上跟PMVFAST、EZPS很想像。。 -Vc code motion estimation algorithm to achieve th
VOIPchat
- 此程序可以实现网络视频电话,方便,而且提供源代码,适合学习-network programing
ICA和时频方法进行声源定位
- ICA和时频方法进行声源定位的matlab程序,含源程序及介绍,调用主程序即可。