搜索资源列表
DWT
- 代码包含了小波变换的两种变换形式(标准变换和非标准变换),并进行了比较。主程序为MyDWT,只需要吧相关注释去掉即可-Code contains the wavelet transform of two forms (standard transformation and non-standard transformation), and compared. Main program for the MyDWT, only it can remove the relevant Notes
mydwt
- 自己编写的一维小波程序。还是比较好用的,大家可以对照工具箱里的看下。-I have written a one-dimensional wavelet procedure.
mydwt2
- 自己编写的二维小波程序。还是比较好用的,大家可以对照工具箱里的看下。-Own procedures for the preparation of two-dimensional wavelet. Is still relatively easy to use, you will appreciate the control of the Kanxia toolbox.
mydwt
- Code for dwt watermarking an image
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是