搜索资源列表
MWAVELET
- 多小波的C++实现程序包,需要用GCC 3.3编译,如果大家感觉不错,不妨鼓励一下。-Multiwavelet C realization package, needs GCC 3.3 compiler, if you feel good, it may give some encouragement.
fftw-3.1.2.tar
- This award winning library is a C library for \"computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size.\" -This award winning library is a C library az r "computing th
Wavelet-image-denoising-procedures
- 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denois
小波算法3
- 系列小波算法c程序-Series of wavelet algorithm c program
fftw-3.2.1.tar
- 计算离散Fourier变换(DFT)的快速C程序的一个完整集合。-C subroutine library for computing the discrete Fourier transform.
CurveLab-2.1.3.rar
- 最新的曲波变换工具包,既有matlab原程序,也有c源程序。 ,The curvelet transform Toolkit, the the to both matlab original program, c source.
wavelet-03
- C++ Implementation of Discrete Wavelet Transform Version 3
fftw-3.3.3
- 一个快速计算离散傅里叶变换的标准C语言程序集-the Faster Fourier Transform in the West library(linux version)