搜索资源列表
C++0314085
- JPEG 标准的最新进展是 1996 年开始制定, 2001 年正式成为国际标准的 JPEG 2000 。与 JPEG 相比, JPEG 2000 作了大幅改进,其中最重要的是用离散小波变换( DWT )替代了 JPEG 标准中的离散余弦变换。在文件大小相同的情况下, JPEG 2000 压缩的图像比 JPEG 质量更高,精度损失更小。作为一个新标准, JPEG 2000 暂时还没有得到广泛的应用,不过包括数码相机制造商在内的许多企业都对其应用前景表示乐观, JPEG 2000 在图像压缩领域里
translation-andscale-invariantadaptivewavelettrans
- This paper presents a new approach to deal with the translation- and scale-invariant problem of discrete wavelet transform (DWT).
haydwt_source
- 基于dwt的视频数字水印源代码,希望对大家有用,欢迎下载 -Video digital watermark based on dwt source 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.
ADWTDomainVisibleWatermarkingTechniquesforDigital
- A DWT Domain Visible Watermarking Techniques for Digital Images
w1
- audio dwt watermarking
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
Watermarking_DWT_DCT_2_Insertion
- a new audio watermarking based on double insertion and double transformation DWT-DCT presented in IEEE ICM 2012
DWT_DCT based audio watermarkin
- a high robust blind audio watermarking bes on double insertion and double transformation DWT-DCT
324
- the discrete wavelet transform (DWT) performs on the input images and then decompose the LL subband into low-, middle-, and high-intensity layers using the log-average luminance
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
simple_watermark__dct_dwt
- Matlab下,基于DCT&DWT 的音频数字水印的简单实现,包含了水印的生成和提取过程-Audio watermark based on DCT & DWT
convert-speech-to-text
- convert the given speech to a text by using DWT , MfCC and LPC method to extract , match the given speech and convert it to the written text
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。