搜索资源列表
audioLSB
- 通过matlab实现对音频的LSB数字水印嵌入-through Matlab to achieve LSB digital audio watermark embedding
音频数字水印源程序
- 音频数字水印
微软的数字音频水印原代码
- 微软的数字音频水印原代码,具体算法实现可以参考他们写的论文。,Microsoft digital audio watermarking the original code
StirmarkForAudio.rar
- 用于音频水印稳健性测试的攻击软件,非常流行。现在官方主页链接已失效。,Used to test the robustness of audio watermarking attack software, very popular. Now the official home page link has expired.
fsfdwt
- 采用独立分量分析的音频数字水印DWT算法,包括水印的嵌入、提取、和常用的几种攻击测试。-Using independent component analysis of the audio digital watermark DWT algorithm, including the watermark embedding, extraction, and commonly used to test several attacks.
wavhiding
- 实现音频信号的处理,在音频信号中添加水印信息,有不错的效果-The realization of audio signal processing, in the audio signal to add a watermark information, there are good results
DCT
- DCT域音频水印算法代码,用于音频媒体版权的保护-Audio Watermarking Algorithm for DCT-domain code
31767689audiowatermark
- 基于离散余弦变换的数字音频水印技术,可供毕业设计的同学参考-DCT-based digital audio watermarking technique,could be a reference for the students under final year projects
DCT---matlab-
- 一种基于DCT的数字音频水印算法源代码,主要适用于MATLAB-More practical to the thesis,A DCT-based digital audio watermarking algorithm source code in MATLAB
dwt1
- 基于小波变换的量化音频数字水印,完整水印嵌入提取攻击代码。- 英语 中文(简体) 日语 Quantify audio digital watermarking based on wavelet transform, the complete watermark embedding to extract the attac
simple_watermark__dct_dwt
- Matlab下,基于DCT&DWT 的音频数字水印的简单实现,包含了水印的生成和提取过程-Audio watermark based on DCT & DWT
watermake
- matlab实现的音频水印和图像水印代码 包括回声和量化方法 扩频水印以及最低位编码 附实验报告-Matlab audio watermarking and image watermarking code Including the echo and quantitative methods Spread spectrum watermarking and lowest coding experiment report
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。