搜索资源列表
5_3_lifting
- 采用5/3小波提升算法编写的一维和二维信号小波分解与重构程序。给出了图象分解的演示示例。-using 5 / 3 wavelet algorithm to enhance the one-and two-dimensional wavelet decomposition and reconstruction process. Given the decomposition of images demonstration examples.
Wavelet1D
- 小波算法的演示程序,实现了一维小波算法,并有MFC演示界面
xiaobobianhuan
- 对矩阵数据进行二维小波变换的分解及重构算法演示
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
xiaobobianhua
- 利用小波变换检测突变点实验的实例,程序最后生成3个图像演示了该算法,分别为原数字信号、高斯函数作为基函数、高斯函数的一阶导数作为基函数的小波变换。-Mutation detection using wavelet transform examples of experimental points, the program generates the final three images to demonstrate the algorithm, namely, the original digi
filter-Kalman
- 卡尔曼滤波算法,带学习功能和演示程序,供新手学习-Kalman filter algorithm with learning function and demonstration program
shearletnew
- Demo:演示程序(注意图像路径) ShearletCoef: 系数计算程序 mybeta: 伪极坐标 Fourier 变换(文件名是暂时的用法) phi0,psi0,psid: 低高频图像点阵显示(myu,myv用于理论分析,不被 Demo 调用) psiStock: FPsi1(2)_x(有编号): shearlet 函数类 bump: 钟形光滑函数 ramp: 斜升光滑函数(即旧版中的 smooth) 新版比旧版提高了框架函数的连续性——对
二维离散小波变换
- mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)