-
它包含了非常有用的编码三维SPIHT算法,包括图片…
It contains very useful coding about three dimension spiht, which includes picture compression and video compression without motion-compensationa and motion-estimation.
- 2022-02-06 03:12:01下载
- 积分:1
-
小波变换的源代码,在vc下实现,速度较快,可以选择各种小波...
小波变换的源代码,在vc下实现,速度较快,可以选择各种小波-wavelet transform source code, under the vc, faster, we can choose various wavelet
- 2022-01-24 18:36:16下载
- 积分:1
-
对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。...
对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。-For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code.
- 2022-04-06 16:11:43下载
- 积分:1
-
小波分析与应用(超星格式电子书)
小波分析与应用(超星格式电子书)-wavelet analysis and application (Superstar format e-books)
- 2022-12-31 14:45:04下载
- 积分:1
-
系列小波算法c程序
系列小波算法c程序-Series of wavelet algorithm c program
- 2022-03-04 22:38:32下载
- 积分:1
-
小波分析文档资料使用MATLAB设计小波变换程序中的若干问题
小波分析文档资料使用MATLAB设计小波变换程序中的若干问题-Wavelet analysis of the design documentation using the MATLAB Wavelet Transform proceedings a number of issues
- 2022-02-03 16:02:29下载
- 积分:1
-
一个利用小波变幻实现滤波的算法
一个利用小波变幻实现滤波的算法-a wavelet filter changes the algorithm to achieve
- 2022-09-22 07:45:03下载
- 积分:1
-
各种数字图象处理方法(锐化,小波变换,水印嵌入等等)。...
各种数字图象处理方法(锐化,小波变换,水印嵌入等等)。-variety of digital image processing methods (sharpening, wavelet transform, watermark embedding etc.).
- 2023-08-16 05:40:04下载
- 积分:1
-
利用小波分析中的小波抑制对信号进行处理,出去噪声和振动对信号的影响,得到源信号。...
利用小波分析中的小波抑制对信号进行处理,出去噪声和振动对信号的影响,得到源信号。-The use of wavelet analysis wavelet inhibition of signal processing, the signal out of noise and vibration on the impact to be the source signal.
- 2022-03-15 15:27:13下载
- 积分: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