搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
Lab0504-Convolve
- 卷积算法 源程序 及注释 可以再试验箱中 运行实现-convolve code part and its relized
1-D-wavelet
- 一维离散小波变换和逆变换 mallat算法的实现,不是用卷积实现-One-dimensional discrete wavelet transform mallat algorithm, not the realization of convolution
Fresnel
- 菲涅尔变换的一种卷积算法,计算非常快而且很好用-Fresnel transform of a convolution algorithm, the calculation is very fast and it just works
Fr
- 菲涅尔变换的一种卷积算法,计算非常快而且很好用-Fresnel transform of a convolution algorithm, the calculation is very fast and it just works