搜索资源列表
97小波变换源程序
- 7wave.c是小波变换的源程序程序,97wave.exe是用Lccwin32编译的可执行文件,lena512.raw是测试图像数据,可用potoshop打开,97.bat是可直接执行的批处理文件.希望对小波变换的同仁有所帮助! -7wave.c wavelet transform is the source procedures 97wave.exe is Lccwin32 compiler executable file lena512.raw test image data can b
wavelet_codes
- 小波变换的源代码,有的是c,有的是m文件,很有用的动动!-wavelet transform the source code, some c, m some documents, very useful as moving!
1DSignal_DecomRecon_Bywavelet[xtulbd,050311]
- 对一维信号进行小波分解和重构的C程序,绝对误差为10^-11.1)主程序:Mallat.c2)一维信号的输入文件:wdata.dat2)分解重构过程中产生的数据的文件:Data.txt-right one-dimensional signal wavelet decomposition and reconstruction of C procedure, the absolute error of 10 ^ -11.1) main program : Mallat.c2) one-dimensi
wavelet
- morlet小波分析程序 包含GRADS绘图GS文件-Wavelet analysis program morlet GS graphics file that contains GRADS
cwt-ccode
- 连续小波变换程序,输入二进制文件,然后然后进行小波变换 C语言程序-/*this program compute the contious wavelet transform of the signal in a data file using the Professor A.Grossman s approach. the analyzing basic wavelet is modulated gaussian: exp(iwt)exp(-t**2/2)where w si th
dt-dwt_C
- 双树复数小波变换的Matlab程序的C部分,全部解压到同一个文件夹下后可直接调用函数-Dual-Tree Complex Wavelet Transform Matlab for the C part of the procedure, all extract to the same folder can be a direct call function
contourlets
- Contourlet变换c源码,没有工程文件-Contourlet transform c source
db4
- 基于C++的WAV文件小波分解与重构。在分解与重构前后会播放WAV文件,并且计算重构误差,重构SNR。-C++, based on wavelet decomposition and reconstruction WAV file. Decomposition and reconstruction in the front will play WAV files, and calculate the reconstruction error, the reconstruction SNR.
Wavelets
- 这是一个用VC++编写的小波变换完整实现代码和演示程序,Wavelets文件夹下包括小波变换的整个C的实现代码和VC工程,对学习小波具有非常好的参考价值。-This is a written with VC++ code and complete implementation of wavelet transform demonstration program, Wavelets folder including the wavelet transform of the realization
Polynomial-transform
- 该文件为一维、二维多项式变换的C++程序代码-One-dimensional, two-dimensional polynomial transform C++ code
Integer-stack-type-transform
- 该文件为有关整数碟式变换的C++程序代码-The file is a disc about integer transform C++ code
DCT
- 基于OpenCL的DCT变换,有完整的C文件和kernel文件-OpenCL-based DCT transform
WaveShow
- 介绍了采用离散傅立叶变换(DFT)实现对采样得到的波形数据文件进行频谱分析的一般方法,并且为了提高运算效率、节省中间存储单元,最终采用了 时间抽选奇偶分解 的 库利-图基算法 实现快速离散傅立叶变换,对采样数据进行了高效的频谱分析,并用Microsoft Visual C++ 6.0编写实现-Introduced the discrete Fourier transform (DFT) is a general method of the spectrum anal
fft
- 可以实现快速傅里叶变换的C++头文件,用于信号处理(Fast Fourier Transform)