搜索资源列表
lesson1_VC6
- openal的教程源代码,很详细也很具体,适合入门人员使用-openal the tutorial source code is also very specific in detail, for the use of induction
lesson2_VC6
- openal的教程源代码,很详细也很具体,适合入门人员使用-openal the tutorial source code is also very specific in detail, for the use of induction
lesson3_VC6
- openal的教程源代码,很详细也很具体,适合入门人员使用-openal the tutorial source code is also very specific in detail, for the use of induction
lesson5_VC6
- openal的教程源代码,很详细也很具体,适合入门人员使用-openal the tutorial source code is also very specific in detail, for the use of induction
lesson8_VC6
- openal的教程源代码,很详细也很具体,适合入门人员使用-openal the tutorial source code is also very specific in detail, for the use of induction
mp3播放程序+源程序.rar
- 该程序实现了如下功能: 1)MP3播放 2)频谱显示,显示效果仿Windows的MediaPlay 3)ID3Tag解析该程序含完整源程序,因为时间很紧(两个星期),而且仅仅是为了验证基本算法,所以程序并未最终完成;环境:VC++2005 详细见Readme.txt
Circuit_Model_Parameter_Extraction_for_Microwave_F
- Circuit_Model_Parameter_Extraction_for_Microwave_Filters 经典的微波滤波器书籍,作者Dan Busuioc,公式推导和图例都很详细-Microwave filter Circuit_Model_Parameter_Extraction_for_Microwave_Filters classic book, the author Dan Busuioc, formula derivation and legend are very det
VidoandAudio
- 音视频基础知识,对于音视频开发很重要,包括音视频每种制式的特点都有详细的说明-Basic knowledge of audio and video, audio and video for a very important development, including audio and video features of each system are detailed
my_audio
- 很详细的关于FPGA视频方面的VHDL程序-Very detailed video on the FPGA area VHDL program ..
yuyinshibiekejian
- 语音识别课件!!挺不错的讲解语音处理的课件,很详细-Speech Recognition Courseware!!!
ITUG7221
- G722音频协议的编码和解码的详细源代码,很详细的源码额,顶起-ITU G.722.1 audio coding and decoding of protocol source code, in great detail the amount of source code from the top
DSound_demo
- 张玲玲《visual c++ 音频视频技术开发与实战》。这本书是2012年出版的,内容还是比较新的。详细的讲述了音频视频的开发,内容有 directmusic/directshow/vfw/mpeg-4/视频监控系统等,很适合初学者和开发者借鉴研究(关于directsound开发的方法经典demo)。-Zhang Lingling "visual c++ audio and video technology development and combat." This book was publi
EM-Algorithm
- EM算法的matlab详细代码,很详细,可以直接使用。-EM algorithm matlab detailed code, very detailed and can be used directly.
aec
- 自己写的回声对消算法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.
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。