搜索资源列表
uniform_NPRforthe1stchannel
- 用滤波器系数来处理图像,可得图像处理效果,进而分析滤波的性能是否符合要求。-filter coefficients to use image processing, image processing can be in effect, and then filtering analysis whether the performance met the requirements.
dwt_multi
- 二维dwt多级分解,分解出系数直接是多分辨率效果,可以选择滤波器-Dwt multi-level two-dimensional decomposition of the coefficient is multi-resolution direct effect, you can choose the filter
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 —— 是