搜索资源列表
MFCBandFilter
- 一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明-use a
Wavelet2DSTransform
- 使用Matlab7.3开发的使用整数小波变换对图像进行3级分解和重构的程序,具有详细的实验报告,和演示结果截图,目录下包含程序中用到的图像等所有文件。-use Matlab7.3 development of the use of integral wavelet transform, the image is three decomposition and reconstruction of the way Sequence, a detailed report of the experime
contourlet_toolbox.rar
- contourlet 变换工具包,里面有详细的说明文件,添加进matlab后,可以像使用小波变换一样,进行contourlet变换,Contourlet Transformation Toolkit, which is described in detail documents, add matlab can be the same as the use of wavelet transform for Contourlet transform
waver
- 可使用数学方法生成波形声音文件的源代码.-Use mathematical method to produce a wave sound file of the source code.
wavelet_progressive_transfer
- 这是一个用VC++编写的用小波进行渐进传输的参考程序,\examples 目录中存放的是渐进传输的应用举例,包含有所需的.dll文件;\wavelet 目录中存放的是具体的实现源代码;\wavelet 子目录中存放的是基本的小波处理函数代码;\wavelet_plugin 子目录中存放的是.dll的实现代码。希望对大家使用小波工具进行图像的网络渐进传输有帮助。-This is a VC++ written using wavelet progressive transmission of the
mywaveletprogram
- 这是一个用matlab实现的mexhat小波变换的源程序代码,经过本人调试可以直接使用,并且已经成功编译成dll文件用于软件项目中。-this is a matlab program that compute the mexhat wavelet and it can be used in you software.