搜索资源列表
小波变换源程序(C++)与滤波程序(MATLAB)
- 小波变换源程序(C++)与滤波程序(MATLAB)-source wavelet transform (C + +) and Filter (MATLAB)
work4_1
- 基于Mallat的二维Haar小波分解与重构算法的C语言实现-Mallat Haar wavelet decomposition and reconstruction algorithm in C Language
fft_source
- 内部包含FFT,小波变换,以及各种常用的滤波算法和图像处理算法的C源代码。-internal contains FFT, wavelet transform, and various commonly used filter and image processing algorithm in C source code.
Wavele_tl
- 一维小波变换的Visual C++实现算法-one-dimensional wavelet transform algorithm Visual C
MALLAT_PROGRAM
- 基于Mallat的二维Haar小波分解与重构算法的C语言实现最大分解级数:5级*/ -Mallat Haar wavelet decomposition and reconstruction algorithm in C language to achieve maximum decomposition Series : 5 * /
wavetransform++
- C++语言写的小波变换和傅立叶变换的源代码,在Linux环境下运行。-C language to write the wavelet transform and Fourier Transform source code, the Linux operating environment.
WaveLet-C-code
- 实现小波变换的C代码,其中小波选择Marr小波。
Wavelet
- 几个小波变换方面的源程序。其中DWT.rar中为离散小波变换的C++源程序;IntDWT为整型离散小波变换;LiftDWT97是9/7小波提升格式变换;BinDWT97是二进制小波变换;lifting则是通用的提升小波变换。
LastWave_3_0.windows
- LastWave,开源项目,信号处理,跨平台,主要以小波应用为主,涉及图像处理和音频处理,非常好的源代码-LastWave is a signal processing oriented command language. The 3.0 version is based on the GNU wxWidgets library. It allows LastWave to be truly multiplatform : it runs on both X11/Unix (or Li
LWT53COMP
- 提升小波变换的53小波的C++源代码,希望对大家有帮助!-53 Lifting Wavelet Transform Wavelet C++ source code, we would like to help!
aok41
- 用c语言编写的时频分析程序,可进行傅里叶变换,小波变换等等。-Written with matlab time-frequency analysis procedures, the Fourier transform, wavelet transform and so on.
NumericalRecipesinCWilliam.H
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
WTTF
- 我的小波变换时频分析方法的C代码,(在VC或者VS上新建工程添加文件即可)-The wavelet transform time-frequency analysis method C code (in VC or VS on new construction to add files to)
2D_DWT_In_C_Programming_Language
- 用C语言实现任意级别的二维离散小波变换和小波逆变换-Wavelet Transformation and its inverse Transformation. Programmed in C programming language.
gsl-1.15.tar
- GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 该类库提供了关于数学计算的很多方面,包括: Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier
wavelet-transform-by-CPP
- 小波变换与Fourier变换相比,是一个时间和频域的局域变换因而能有效地从信号中提取信息,通过伸缩和平移等运算功能对函数或信号进行多尺度细化分析(Multiscale Analysis)。一般都是用MATLAB编写。本压缩包集成了大量C++写的小波变换的源程序,具有更高的移植性和可增改性。-wavelet transform by C++ program. there s many examples how the wavelet transform works.
Numerical-Recipes
- 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
1DSignal_DecomRecon
- 对一维信号进行小波分解和重构的C程序,绝对误差为10^-11. 1)主程序:Mallat.c 2)一维信号的输入文件:wdata.dat 2)分解重构过程中产生的数据的文件:Data.txt-One-dimensional signal wavelet decomposition and reconstruction of C procedure, the absolute error of 10 ^-11. 1) The main program: Mallat.c 2)
DWT1D
- C语言实现一维离散小波变换,通过mallat算法实现对一维信号的快速重构和分解。-C language implementation of a one-dimensional discrete wavelet transform, fast algorithm by mallat one-dimensional signal reconstruction and decomposition.
wavepacket-cpp-0.1.1b
- c++编写的小波包算法,可以实现小波包分解与重构,速度较快-A wavelet packet implementation written in C++, does wavepacket decomposition and reconstruction quite efficiently