搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
vcFFT
- 这是本人写的用vc6.0调用matlab6.5的一个程序(使用matlab引擎),实现用FFT分析复谐波信号频谱,并调用matlab来显示最终的频谱。希望对各位有点帮助。也欢迎各位提意见。 matlab位于c:\\matlab6p5 操作系统是:windows2000 -I write this is the call matlab6.5 vc6.0 with a procedure (using Matla b engine) to achieve using FFT an
MFCBandFilter
- 一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明-use a
TFit.rar
- 光谱的定量测量程序,用matlab编写,比较使用.,Spectra of quantitative measurement procedures, using matlab write, compare the use of.
ImageTransform
- c# 写的图像时频变换程序。包括DCT,FFT,DWT,WHT以及对应的逆变化。-c# write image frequency conversion program. Including inverse DCT, FFT, DWT, WHT, and the corresponding changes.
Untitled
- 自己编写离散小波变换与离散小波反变换程序对一幅图像做2级小波分解(离散小波变换)与合成(离散小波反变换)-Write your own discrete wavelet transform and discrete wavelet inverse transform procedure on an image to do two wavelet transform (DWT) and synthesis (discrete wavelet inverse transform)
Wavelet
- 自己初学vc写的一个小波变换代码,适合初学者学习-Beginner to write their own vc a wavelet transform code, suitable for beginners to learn
waveletcodebyGuleryuz
- Guleryuz写的一个完整的小波变换的源代码。主要包括:wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and the
wavecode
- 此源码使用C语言来编写,实现小波变换,并在DSP中实现-This source using the C language to write to achieve wavelet transform, and DSP to achieve
wavlet
- 关于小波包方面的内容,用c语言写了几个小波变换所需要的函数。-On the wavelet packet contents, using c language to write a few wavelet transform of the function required.
DSP_JPEG2000_001.pdf
- 本文介绍了JPEG2000的静态图像压缩技术在TI TMS320DM642 DSP上的实现过程;对压缩技术核心小波算法结构进行改进,对硬件特点的程序结构、具体代码及总线读写等方面的改进作了详细描述.改进后的软件系统,对于1 024×768像素大小的图像、数据存储空间仅需6 KB,使得在资源有限的DSP芯片上能够运行JPEG2000图像压缩技术;编码速度相对于未改进的提高了l2~ 2O倍,可迭到3帧/s;压缩比为O.5 bit/p时,峰值信噪比可达到3O.-This paper introduce
PcCode_200885204551631
- vb写的波形显示,美观大方实用,不错不错-vb write waveform display, elegant appearance and practical
matlabcode
- MATLAB实现高通及低通滤波器,是实验上编写的代码,多指教-MATLAB high-pass and low pass filter is experimentally write the code, multi-Zhi Jiao
MultiColorPlot
- 一个用vc++写的绘制实时曲线的类的程序-Using vc++ to write a drawing program real-time curve of the class
DB4PR0
- c语言编写的db4小波变换程序,包含滤波器函数,小波分析和小波重构,可以直接使用,对写其它小波程序有参考价值。-written in c db4 wavelet transform procedures, including filter functions, wavelet analysis and wavelet reconstruction, can be used directly on to write other wavelet process a valuable referenc
Waveletdenoisingviasparserepresentation
- 一篇关于小波降噪的英文文献,写的不错,拿来和大家一块分享-A wavelet noise reduction on English literature, to write well, bring to share with you a
PCA
- PCA功能函数,使用时只需要编写主函数。-PCA function functions, only need to write the main function.
xiaobofenjie
- 这是一个小波分解的matlab编程语言,自己写的大家可以参考一下,当然还可以继续改进,互相学习,供大家分享。-This is a wavelet decomposition of the matlab programming language, its own write your reference, of course, can continue to improve, learn from each other, for all to share.
wavelet_1D
- 二进小波 分解,可以调节变化层数,可以自己编写下采样函数-Dyadic wavelet decomposition, changes in number of layers can be adjusted, you can write your own down-sampling function
WaveletTransform
- 用C++编写了一个小波变换的程序,实现了小波在不同尺度下的变换。-C++, write a wavelet transform procedures, the wavelet transform at different scales.
