搜索资源列表
TalkG726
- G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字
cdaudioxsrc
- 这是一个数字信号处理的函数库,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,这是个不错的选择-This a digital signal processing functions, including FFT, various filtering algorithm, if you want to prepare digital signal processing related to the procedure, which is not a bad choice
包含由录音到识别全过程的DTW算法源码
- 包含由录音到语音识别全过程的DTW算法源码,其中recognition.m为主脚本,含UI界面,便于操作。其他均为调用函数。
wavcvt_tree
- VQ 矢量量化算法压缩 wav 音频,Tree 树搜索模式,不使用任何其他函数库。-VQ VQ wav audio compression algorithm, Tree tree search mode, do not use any other library.
PShortP
- 程序首先利用include的手段将文件graph0.cpp包含进来,在main()函数调用由图的邻接矩阵建立图creatgraph与取顶点i的值gervalue(const int i)的函数。随后调用pshorpath(adjmatrix &G,int v0,int dist[],int path[])函数,该函数就是狄克斯特拉算法对应的函数。-Procedures include the means of the first to use the file that contains gra
01.x264_main_dataflow
- 深入理解x264算法的重要文章,对x264每个函数都做了详细的描述,对整体流程也用图的形式加以表达,对想真正弄懂算法的朋友很有帮助-In-depth understanding of important articles x264 algorithm, each function of the x264 have done a detailed descr iption of the overall process is also used to map the expression of th
02.x264_cavlc_dataflow
- 深入理解x264算法的重要文章之2,对x264每个函数都做了详细的描述,对整体流程也用图的形式加以表达,对想真正弄懂算法的朋友很有帮助-In-depth understanding of important articles x264 algorithm, each function of the x264 have done a detailed descr iption of the overall process is also used to map the expression of
03.x264_deblocking_dataflow
- 深入理解x264算法的重要文章之3,对x264每个函数都做了详细的描述,对整体流程也用图的形式加以表达,对想真正弄懂算法的朋友很有帮助-X264-depth understanding of an important article 3 of the algorithm, each function of the x264 have done a detailed descr iption of the overall process can be expressed with a diagra
05.x264_ratecontrol_dataflow
- 深入理解x264算法的重要文章之5,对x264每个函数都做了详细的描述,对整体流程也用图的形式加以表达,对想真正弄懂算法的朋友很有帮助-X264-depth understanding of the importance of article 5 of algorithm, each function of the x264 have done a detailed descr iption of the overall process can be expressed with a diagr
Convolution
- 卷计算法,不用系统封装函数,完全自己写,方便在各个平台应用。比如转成C(基本上可直接复制过去用)-Convolution,instead of the system wrapper function completely on my own writing, to facilitate application in various platforms. For example into C (basically copied directly used in the past)
Write-algorithms-and-functions-file
- 算法与函数文件编写,介绍算法的结构、特点及编写函数计算-Algorithms and functions document preparation, structure introduced algorithms to calculate the characteristics and write functions