-
经典二维小波变换MATLAB程序
经典二维小波变换MATLAB程序 -wavelet tansformation in matlab
- 2022-07-18 06:53:20下载
- 积分:1
-
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换...
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个共扼转置可以搞顶。但FFT的使用必须找到与分解序列的关系。-on Wavelet Transform procedures [best] Note : This algorithm important concept is not speed quickly. Because FOR cycle nowadays. This program cycle from the point of view of Matrix, circular convolution and fast Fourier transform is established links. To achieve the decomposition and reconstruction without distortion. It only had one decomposition, 256x256 graphics will be 64x64 decomposition of the four graphics, avoiding the use of WKEEP () confusion. The main idea of using wavelet filter generator orthogonal array W, write to transform B = W* A* W, anti-Transform : A = W* A* W, which is orthogonal transformation all the same. W cycle orthogonal matrix, can be used to achieve rapid FFT computation, on the dif
- 2022-08-03 21:47:23下载
- 积分:1
-
小波图像处理程序
小波图像处理程序-wavelet image processing
- 2023-02-10 19:05:04下载
- 积分:1
-
完整小波变换类,包括一个头文件,实现文件和一个readme文件
完整小波变换类,包括一个头文件,实现文件和一个readme文件-Complete wavelet transform categories, including a header file, files and a readme file
- 2022-05-17 01:08:22下载
- 积分:1
-
离散小波变化的程序,用C++代码实现。其中子函数包括墨西哥帽函数,待分析函数...
离散小波变化的程序,用C++代码实现。其中子函数包括墨西哥帽函数,待分析函数-discrete wavelet changes in the procedures, using C++ code to achieve. Functions which include Mexico apparatus function, pending analysis functions
- 2023-05-16 17:30:03下载
- 积分:1
-
Wavelet transform routines
Wavelet transform routines
- 2022-03-14 02:15:29下载
- 积分:1
-
快速傅立叶变换FFT的C源程序,包括谐波检测部分
快速傅立叶变换FFT的C源程序,包括谐波检测部分-Fast Fourier Transform FFT C-source code, including parts of harmonic detection
- 2022-04-10 05:07:43下载
- 积分:1
-
- 2023-08-27 05:05:04下载
- 积分:1
-
这是自己编的一个用于检验形心的代码,希望对大家有用,欢迎下载...
这是自己编的一个用于检验形心的代码,希望对大家有用,欢迎下载-This is an own centroid for testing code, I hope useful for all of us are welcome to download
- 2022-03-05 18:45:43下载
- 积分:1
-
经典的小波变换程序
经典的小波变换程序-classic wavelet transform procedures
- 2022-07-20 10:53:27下载
- 积分:1