搜索资源列表
二階段式小波轉換的C程式附錄
- 图像的2阶段小波转换程序,极好的参考价值,台湾最新引进。-image of two phase wavelet conversion program, an excellent reference value, the introduction of the latest Taiwan.
cwt_code
- 一维离散小波变换的c源代码!已通过调试!
packetdaima
- 小波包分解去噪c++源程序,包括信号的小波包分解,最优树选择,以及重构-Wavelet packet denoising c++ Source, including the signal wavelet packet decomposition, optimal tree selection, as well as the reconstruction of
vc__mallat
- mallat算法 小波分解 vc++环境编写 运行正确-mallat wavelet
STFTTest
- 《实用小波分析》附录中STFT源代码(VC中编译链接正确,运行出错fopen处;WinTC中可以运行,我电脑显卡有问题,未显示出结果;Turbo C中未生成目标文件)-This program is for computing the STFT of the signal in a data file and create a output data file containing STFT result.
vs2005serial
- vs2005 下c#开发的串口应用程序, win Form的 -VS2005 under c# developed applications serial, win Form the
TestDelPlus3
- 石油天然气专业代码,是自己开发的,在Windows系统下VC平台上实现,主程序用C和C++实现。此软件的功能是利用小波(Wavelet)进行数据去噪。-Oil and gas professional code, are their own, in the Windows system VC platform achieved, the main program using C and C++ to achieve. This software is the use of wavelet [Wa
wavelettransform
- 使用c#语言在Visual studio平台上实现小波变换。-Use c# language in Visual studio platform realize wavelet transform.
zzt002
- 国外学者编写的用小波变换进行信号分解和重构,进而对其去噪的c++源程序。-the c++ source for dsp using wavelet.
5
- 基于小波变换的语音增强_阙值去噪的研究基于小波变换的语音增强_阙值去噪的研究-Wavelet-Based Speech Enhancement _ Que denoising based on wavelet transform of the study of speech enhancement denoising _ Que Research
Cyuyanxiaobo
- 用C语言实现的小波分解与重构算法,有需要的的参考下-With the C language implementation of the wavelet decomposition and reconstruction algorithms, there is need to refer to the following
GPS723
- 利用c#编写小波算法,对气象用数据进行数据平滑,以方便观察,得到正确的资料数据-wave denosing
VisualC
- 图像处理源代码,包括增强、分割、去噪、水印、小波变换-Image processing source code, including enhanced segmentation, denoising, watermarking, wavelet transform
dwt
- 实现基于小波变换数字水印的嵌入和提取,并实现对压缩,噪声等攻击的检测。-Using the same key after a chaotic sequence of scrambling the watermark information to achieve the double encryption, consider the wavelet energy distribution problem, the watermark information embedded in low-freq
Wavelet-transform-C
- 小波变换的C源代码,可以运行,非常实用,分享一下。-Wavelet transform C source code, you can run, very useful to share.
xiaoboc
- 小波c语言描述了一维小波离散变化和卷积的C语言函数,是一种基本算法-Wavelet c language to describe the one-dimensional discrete wavelet changes and C language function convolution is a basic algorithm
融合
- 本程序为一个图像融合实现程序。首先,读入图像,此后通过小波变换,在频率域并对图像进行融合。(This program is an image fusion program. First, the image is read into the image, and then the image is fused in the frequency domain through the wavelet transform.)
TwoDimHaar
- matlab中haar小波变换的一段程序(haar wavelet program)
Matlab小波去噪
- 小波重构的时候waverec(c,l,'db1');其中c和l都应该是列向量,所以将数个向量合并成c时最好分别将他们弄成行向量,合并后转置就成了列向量。(When the wavelet reconstruction is waverec (C, l,'db1'), C and l should all be column vectors, so when several vectors are merged into C, it is best to make them a row vecto
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)