搜索资源列表
wavelet_lab2
- 对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。-pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.
pic393
- 频域法加入数字水印的原理是首先将原始信号(语音一维信号、图像二维信号)变换到频域,常用的变换一般有DWT、DCT、DFT、WP和分形。然后,对加入了水印信息的信号进行频域反变换(IDWT、IDCT、DFT、WP),得到含有水印信息的信号。-Frequency-domain digital watermarking method by adding the principle is that first of all, the original signal (voice signal of on
Idwt
- 一种9/7整数小波变换的逆变换。已通过仿真。可供初学者学习。-A 9/7 integer wavelet transform inverse transformation. Has passed the simulation. For beginners to learn.
DWT-a-SWT
- this project completely gives the image resolution with using DWT and SWT and enhanced of IDWT
Interpolation-Resampling-by-DWT--Harr
- This Program presents discrete wavelet transform (DWT) and its inverse (IDWT) with Haar wavelets as tools to compute the variable size interpolated versions of an image at optimum computational load. As a human observer moves closer to or farther a s
DWT-AND-IDWT
- 该代码是对图像进行DWT变换,然后利用低频系数对图像进行重构-The code is DWT transform the image, and then use the low-frequency coefficients to reconstruct the image
dwtofdm
- Here, wavelets are used in Orthogonal frequency division multiplexing. Wavelets are small waves having amplitude increase starting zero and reduces back to zero. In conventional OFDM, IFFT is used at the transmitter side and FFT is used at receiver.
Wavelet_SR
- 本程序是基于单幅图像的超分辨率算法,通过对输入的高分辨率图像进行下采样得 % 到原始低分辨率图像,对输入的低分辨率图像插值后,利用DWT将低分辨率图像分 % 解为不同的4个子带;同时直接对对分辨率图像进行SWT处理。由SWT得到的高频子 % 带来修正DWT得到的高频子带。最后,通过逆离散小波变换(IDWT)组合修正的高 % 频子带和低分辨率图像,得到输出的超分辨率图像。通过计算PSNR和SSIM评价结果。(This prog