搜索资源列表
LSB隐藏
- 有关图象信息隐藏的源文件,在一幅图片中嵌入信息,通过程序可以提取其中隐藏的信息-the image information hidden source, in a photo embedded information, through the process can extract hidden information
audioLSB
- 通过matlab实现对音频的LSB数字水印嵌入-through Matlab to achieve LSB digital audio watermark embedding
MyLSBHideInFo
- 信息隐藏LSB,实现在最低bit位的信息隐藏-Information Hiding LSB achieve the minimum bit of information hiding places
CEClassical
- 典型的LSB水印嵌入和提取算法,它是一个基本的matlab程序,可以帮助初学者入门 -typical LSB embedding and extraction algorithm, which is a basic Matlab procedures, Portal can help beginners
LSB-Steganography-master
- steganography program
LSB
- This class will bring in an image, and either encode * a message in the least significant bit of the pixels, * or decode a message that is already there. * For encoding, you must load a jpg, and save it as a png. * For decoding, you must
lsb
- 最低有效位嵌入的视频水印,嵌入水印后的视觉影响比较小-The least significant bit embedded video watermark, the visual impact is relatively small watermarked
Lsb_Algorithm
- lsb emedding algorithm for hiding message into images
video-watermarking-algorithm
- LSB视频水印算法,以AVI视频为实例,通过matlab实现-video watermarking algorithm
References
- image stegnography in matlab by using lsb
SSB
- This is an SSB Modulation Matlab Code.
test
- 在FFT域,实现对WAV音频的LSM隐写嵌入(LSB steganography embedding for WAV audio in the FFT domain)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。