搜索资源列表
基于带参数整数小波变换可见数字水印
- 基于带参数整数小波变换可见数字水印,技术很前沿-This is a visible watermark sourcecode based on a integral wavelet transformation with parameters.
WaveletSRCcode
- 一个用于数字图像压缩的小波变换实现源程序-a digital image compression used in the wavelet transform source
wavelet_dec
- 用于多分辨率分解,使用 A trous 算法; 在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度。-for multiresolution decomposition, use A trous algorithm; The decomposition process, and given levels of detail and picture, and the original data is the same length.
Wavelets for computer graphics A primer.pdf
- Wavelets for computer graphics A primer
wavelet_transformation
- 简单的小波压缩变换工作的原理如下: 信号和求导信号,形成的求同信号序列和求导信号序列的长度均为输入信号的长度的一半.如果输入信号序列是A={a(1),...,a(n)}求同信号S={s(1),...,s(n/2)}和求异信号D={d(1),...,d(n/2)}的计算方式为: for i=1,...,n/2 s(i)=a(2*i-1)+a(2*i) d(i)=a(2*i-1)-a(2*i) 例如输入信号是: 5,2,3,2,5,7,9,6
OneDimensionalDiscreteWaveletTransforms
- 本实验要求开发一个基本的哈尔小波变换程序包,用于后续的实验。实验中使用哈尔基函数特有的“平均”与“差分”方法。首先要编写一个计算哈尔小波的j-尺度离散小波变换程序。并且要编写一个计算哈尔小波的j-尺度的逆离散小波程序,并用课本上的例7.8来验证所编写的程序-The experiment calls for the development of a basic package Haar wavelet transform for the follow-up experiment. Harki fu
wavelet_dec
- 函数子程序,用于多分辨率分解,使用 A trous 算法; 在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度。-trous arithmetic
mask_swt
- 采用a trous算法实现静态小波变换(SWT)。尺度函数的生成采用cascade(mask)算法-Á trous algorithm for 1-D stationary wavelet transform.An interesting demo for generating scale function using mask (cascade) algorithm.
wnn
- 这是一个用小波神经网络进行非线性函数逼近的例子,拟合效果非常好,保证能运行!有详细注释!我是参考《青岛海洋大学学报》 2001年第1期 一种基于BP算法学习的小波神经网络编写的,大家可以针对原文更好的理解我的程序!-This is a wavelet neural network with nonlinear function approximation example of fitting results is very good, guaranteed to run! Detailed N
xiaobo
- 小波分析是当前应用数学和工程学科中一个迅速发展的新领域,经过近10年的探索研究,重要的数学形式化体系已经建立,理论基础更加扎实。与Fourier变换相比,小波变换是空间(时间)和频率的局部变换,因而能有效地从信号中提取信息。-Wavelet analysis is currently applied mathematics and engineering disciplines in a rapidly developing new fields, after almost 10 years o
a-short-lecture-on-wavelets
- A short lecture on wavelets and development/ derivations
A-PROGRAM-OF-WAVELET-ANALYSIS
- 这是一个小波分析程序,采用墨西哥小帽的方法,做诊断分析用,比较好用。-THIS IS A PROGRAM OF WAVELET ANALYSIS BY USING GAUSS REAL OF MCXICAN HAT
Wavelets
- 这是一个用VC++编写的小波变换完整实现代码和演示程序,Wavelets文件夹下包括小波变换的整个C的实现代码和VC工程,对学习小波具有非常好的参考价值。-This is a written with VC++ code and complete implementation of wavelet transform demonstration program, Wavelets folder including the wavelet transform of the realization
a-special-pig-bywangxiaobo
- 王小波的《一只特立独行的猪》,是epdu格式,使用LovelyReader软件即可打开。-Wang Xiaobao s" a personal independence of conduct pig", in epdu format, use LovelyReader software to open.
A-new-wavelet-based-image-denoising
- A new wavelet-based fuzzy single and multi-channel image denoising
A-VLSI-PROGRESSIVE-CODING-FOR-WAVELET-BASED-IMAGE
- A VLSI PROGRESSIVE CODING FOR WAVELET-BASED IMAGE COMPRESSION
wavelet_wx
- (1.)二维信号的小波分解。选择一个小波和小波分解的层次N,然后计算信号s到第N层的分解。 (2)对高斯系数进行阈值量化。对于从1到N的每一层,选择一个阈值,并对这一层的高斯系数进行软阈值量化处理。 (3)二维信号的重构。根据小波分解的第N层的低频系数和经过修改的从第1层到第N层的各层高频系数计算二维信号的小波重构。 -(1) 2 d signal wavelet decomposition. Choose a wavelet and wavelet decomposition le
a-wavelet-realization
- 一个具体的小波变换实现源代码; wavelet_cpp 子目录中存放的是基本的小波处理函数代码; wavelet_plugin 子目录中存放的是.dll的实现代码-A specific wavelet transform source code the stored wavelet subdirectory is the basic the wavelet processing function code wavelet_plugin stored in a subdirectory dll
image-by-hiding-another-image-in-a-certain-bit.zi
- Demo to watermark an image by hiding another image in a certain bit plane. Sometimes called LSB Watermarking or something similar. User is asked which bit plane they want to hide the image in. By Image Analyst.-Demo to watermark an image by hidin
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
