搜索资源列表
SwQanbComVC
- 基于扩频的水印技术算法,用VC++实现,各种算法dct变换域、小波域算法-based on spread-spectrum technology watermark algorithm, with VC, algorithms Extra transform domain, wavelet domain algorithm
dct+ss
- dct变换+扩频的数字水印算法 水印为随即序列-Extra transform Spread Spectrum Watermarking digital watermarking algorithm for the forthcoming series
hosa1
- 信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、FIR和Lattice结构;IIR滤波器设计包括模拟和数字低通、高通、带通与带阻滤波器设计,以及基于冲激响应不变法和双线性Z变换法的IlR滤波器设计等;FIR滤波器设计包括基于窗函数、频率抽样法和切比雪大逼近法的FIR滤波器设计;平稳信号分析包括经典功率谱估计、基于参数模型的功率谱估计和基于非参数模型的功率谱估计;非平稳信号分析包
dip.rar
- 一个基于matlab的图像处理小例子,有dct压缩还原效果对比及dct和fft的频谱,A small matlab example of image processing, and to restore the effect of compression dct comparison of the fft and dct and spectrum
Information-hiding
- 基于 DCT(离散余弦变换 )域的信息隐藏算法是目前应用最广的变换域算法 ,此类算法的最大不足是嵌信息量小。通过分析 DCT域隐藏算法隐藏容量少的原因 ,提出了一种大容量的 DCT域信息隐藏算法。算法首先对载体图像进行频谱均匀化处理 ,然后对图像进行全局 DCT变换 ,并将隐藏信息嵌入到载体图像的低频 DCT系数上 ,信息嵌入采用分段量化的方法实现 ,提取隐藏信息时不需要原始载体图像。实验结果表明 ,该算法的嵌入容量大 ,不可感知性好。-Based on DCT (discrete cosine
FreqWatermark
- 一种基于DCT的扩频水印算法,本算法通过对水印信息进行扩频,在原始载体图像的DCT域内进行水印嵌入。-DCT-based spread spectrum watermarking algorithm, the algorithm is spreading through the watermark information in the original carrier image of the DCT domain for watermark embedding.
pinp
- matlab 频谱分析演示,居于DCT的-spectrum analysis using matlab,base on the dct
matlab_watermark
- 本文算法是将24 位真彩图的亮度分量分块 DCT ,然后利用DCT 量化系数的奇偶特性嵌入8 位灰度水印图,并通过PN 序列加密来保证水印的 安全性。算法中,将灰度图像转换为二进制数据 流,置乱后扩频调制,隐藏在宿主DCT 系数量化值 中,提取时不需要宿主信号,实现水印信号的盲提 取。-This algorithm is 24-bit true color pictures of the luminance component of block DCT, quantiza
Algorithm-of-colour-image-watermark
- 据扩频通信技术原理,利用m序列生成水印,通过扩频码与待检测载体图像的相关性设计了DCT域 的彩色图像水印算法-Abstract:An algorithm of colour image watermark in DCT domain based on spread spectrum communication was introduced
wave-Cepstrum
- 一个语音的倒频谱图的分析,有源代码,有图,加一个DCT压缩代码-A voice analysis inverted spectrum, source code, a map, plus a DCT compression code
Laplace
- 传统的短时谱估计语音增强算法通常假设语音谱分量相互独立,没有考虑语音谱分量间的相关性。针对这 一问题,该文提出一种新的基于多元Laplace分布模型的短时谱估计算法。首先,假设语音的离散余弦变换(DCT) 系数服从多元Laplace分布,以此利用谱分量间的相关性;在此基础上,利用多元随机矢量的高斯尺度混合模型表 示,推导得到语音DCT系数矢量的最小均方误差(MMSE)估计的解析表达式;并进一步推导了基于该分布模型的 语音存在概率,对最小均方误差估计子进行修正。实验结果表明,该算法
61610
- Skew detection and correction is very important task before pre-processing of an image and it is a major problem in scanned documents, if it not detected correctly it will lead wrong result in future during image analysis. During the scanning of th
deskew-110
- Skew detection and correction is very important task before pre-processing of an image and it is a major problem in scanned documents, if it not detected correctly it will lead wrong result in future during image analysis. During the scanning of th
DCTAndIDCT
- 图像的DCT余弦变换(频谱变换),包括IDCT变换以及反变换。经过测试修改源代码中的笔误。包括理论。-Image DCT cosine transform (spectrum transform), comprising IDCT transform and inverse transform. Tested modify the source code of a clerical error. Including theoretical.
digital-signal-processing
- 实现一个数字信号处理的仿真系统 。要求具有界面并实现以下功能: 1)能产生(得到)并选择各种数字信号(sin、方波、三角波、语音、噪声及其叠加); 2)具有DFT、DCT和小波变换和经典功率谱估计功能; 3)具有设计IIR和FIR低通、高通、带通滤波器功能; 4)能显示时域和频域波形,演示输入信号经过系统得到输出信号过程及频域特性和时间序列。 -Implement a simulation system of digital signal processing. It
DCT
- 该代码是对图像进行DCT变换,并显示变换后的图像和频谱-The code is DCT transforms the image and displays the transformed image and spectrum
myDCT
- 用解析式定义或矩阵式定义自行编写进行二维DCT和离散沃尔什-哈达玛变换的函数。 在Matlab中对给定图像进行二维离散傅立叶变换,并显示其居中的频谱图,可用Matlab自带函数进行实验。 分别用Matlab自带的dct2()和idct2()对给定图像进行二维DCT变换,并以图像的形式显示其变换系数矩阵。 -And the preparation of two-dimensional DCT is defined analytically discrete Wals
tap_header
- dct变换+扩频的数字水印算法 水印为随即序列,推荐一下 不错的-DCT transform+ spread spectrum watermarking algorithm Watermark for sequence then, recommend some good
joog-rezommend
- dct变换+扩频的数字水印算法 水印为随即序列,推荐一下 不错的(DCT transform + spread spectrum watermarking algorithm Watermark for sequence then, recommend some good)
MLCC
- Calculate Mel-frequency cepstral coefficients by: - take the absolute value of the STFT - warp to a Mel frequency scale - take the DCT of the log-Mel-spectrum - return the first <ncep> components