搜索资源列表
ICAforsound
- Matlab环境下的基于独立分量分析(ICA)算法的声音混合与分离仿真程序-Matlab environment based on the independent component analysis (ICA) is the voice mixed with the separation of simulation program
smallwave
- 在matalb下仿真天线相干算法,达到相干光波干扰的目的。-Under the simulation of the antenna in the matalb coherence algorithm, to achieve the purpose of coherent light waves interfere.
gtrdist
- 数字吉他效果器matlab仿真之门限失真效果算法。-GTRDIST simulates a guitar distortion stompbox
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.
滤波设计.2 (2)
- 结合GA算法实现的双二阶级联滤波器的逆滤波设计,在MATLAB平台实现了简单仿真。(The inverse filter design of double two class combined filter based on GA algorithm is designed, and the simple simulation is realized on the MATLAB platform.)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。