搜索资源列表
dct+ss
- dct变换+扩频的数字水印算法 水印为随即序列-Extra transform Spread Spectrum Watermarking digital watermarking algorithm for the forthcoming series
微软的数字音频水印原代码
- 微软的数字音频水印原代码,具体算法实现可以参考他们写的论文。,Microsoft digital audio watermarking the original code
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.
zlib
- MP3音频流数字水印方案,试验表明该方案能得到较高的嵌入容量,对原始音频信号的改变较小,具有较好的隐形性,完整水印提取时间短,可以在音频播放过程中同步完成。通过对算法的进一步研究,我们发现可以利用插件技术将算法嵌入了当前的主流播放器中,从而实现水印信息的实时嵌入和提取。这可能成为保护网络音频版权、网络秘密通讯的一种可行的、低成本的解决方案。 -MP3 audio streaming digital watermarking program, experiments show that the
ContourshapedescriptionbasedoncodingMPEG7DigitalWa
- 基于MPEG_7形状轮廓描述编码的数字水印算法 提出了一种基于MPEG-7轮廓描述编码 的视频水印算法.在该算法中,原始视频数据被分割成等帧数的视频组,利用MPEG-7的轮廓 编码计算每个视频帧的主要物体轮廓坐标点集合 -Contour shape descr iption based on coding MPEG_7 Digital Watermarking Algorithm Based on MPEG-7 contour descr iption coding of video
dct_total_ss
- 扩频域数字水印算法源代码,可以抗一般的攻击行为-Spread Spectrum Watermarking Algorithm source code, attacks against the general
dct_transform
- dct快速变化,对于基于dct的数字水印算法有很大的帮助。-dct algorithm.
A-guide-tour-of-video-watermarking
- 本文主要阐述数字视频水印的基本特征、原理、模型、嵌入/检测算法等,是学习视频水印的最佳资料。-This paper describes the basic features of digital video watermarking, principles, models, embedding/detection algorithm, is to learn the best video watermarking information.
DCT---matlab-
- 一种基于DCT的数字音频水印算法源代码,主要适用于MATLAB-More practical to the thesis,A DCT-based digital audio watermarking algorithm source code in MATLAB
audio-watermark
- 音频数字水印的实现,包含源代码,基于量化dct和自适应dwt两种算法,可实现水印的盲取-Audio digital watermarking, and includes source code, based on quantified dct and adaptive dwt two algorithms can achieve the blind watermark to take
JM
- 基于H.264的视频内容完整性认证的数字水印算法研究 -H.264-based video content integrity verification of digital watermark algorithm
audiowatermarking
- 基于小波域变换的数字音频水印算法,该算法对音频信号实施小波变换,对精细分量的能量进行比较,根据能量比较的结果及水印比特,结合人类听觉系统,采取缩小或不改变精细分量能量的方法,在精细分量中嵌入水印。-Base on DWT of the digital audio watermarking algorithm,the audio signalhas been transformed by DWT, the energy of detail coefficient of the first thre
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。