登录
首页 » C++ » mywavelet

mywavelet

于 2006-04-18 发布 文件大小:34KB
0 323
下载积分: 1 下载次数: 1

代码说明:

说明:  小波变换算法的C语言实现,包括DWT,INDWT,提升小波,以及小波去噪的MATLAB源代码(wavelet transform algorithm in C language, including DWT, INDWT upgrade wavelet Wavelet denoising and MATLAB source code)

文件列表:

小波
....\小波去噪
....\........\BaseOnLevent
....\........\............\BayesShrink.m
....\........\............\BivaShrink123.m
....\........\............\BivaShrink13.m
....\........\............\BivaShrink23.m
....\........\............\denoising_BayesShrink.m
....\........\............\denoising_LAWMLShrink.m
....\........\............\dt_BayesShrink.m
....\........\............\dt_BivaShrink123.m
....\........\............\dt_BivaShrink13.m
....\........\............\dt_BivaShrink23.m
....\........\............\dt_LAWMLShrink.m
....\........\............\LAWMLShrink.m
....\........\............\readme.txt
....\........\............\trishrink1.m
....\........\BaseOnWaveLab
....\........\.............\AdaptShrink2.m
....\........\.............\BayesThresh2.m
....\........\.............\dyad2HH.m
....\........\.............\dyad2HL.m
....\........\.............\dyad2LH.m
....\........\.............\dyad2LL.m
....\........\.............\DyadHi.m
....\........\.............\DyadLo.m
....\........\.............\LAWMLShrink2.m
....\........\.............\MultiBayes2.m
....\........\.............\MultiSURE2.m
....\........\.............\MultiVisu2.m
....\........\.............\readme.txt
....\........\.............\SUREThresh2.m
....\........\.............\ValSUREThresh2.m
....\........\.............\VisuThresh2.m
....\........\denoise1.m
....\........\denoise2.m
....\小波变换
....\........\DWT
....\........\...\Dwt.cpp
....\........\...\Dwt.h
....\........\IntDwt
....\........\......\IntDwt53
....\........\......\........\IntDwt53.cpp
....\........\......\........\IntDwt53.h
....\........\......\IntDwt97
....\........\......\........\IntDwt97.cpp
....\........\......\........\IntDwt97.h
....\........\LiftDwt97
....\........\.........\BinDwt97
....\........\.........\........\BinDwt97.cpp
....\........\.........\........\BinDwt97.h
....\........\.........\LiftDwt97
....\........\.........\.........\LiftDwt97.cpp
....\........\.........\.........\LiftDwt97.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 程序
    说明:  这是一个关于小波应用工程程序的期末作业,里面包括连续小波变换和离散小波变换,适合初学者使用(This is a project on the application of wavelet end of the operating procedures, including inside the continuous wavelet transform and discrete wavelet transform, for beginners)
    2005-09-06 21:34:39下载
    积分:1
  • cuda dct
    cuda dct 变换In this whitepaper the Discrete Cosine Transform (DCT) is discussed. The two-dimensional variation of the transform that operates on 8x8 blocks (DCT8x8) is widely used in image and video coding because it exhibits high signal decorrelation rates and can be easily implemented on the majority of contemporary computing architectures. The key feature of the DCT8x8 is that any pair of 8x8 blocks can be processed independently. This makes possible fully parallel implementation of DCT8x8 by definition. Most of CPU-based implementations of DCT8x8 are firmly adjusted for operating using fixed point arithmetic but still appear to be rather costly as soon as blocks are processed in the sequential order by the single ALU. Performing DCT8x8 computation on GPU using NVIDIA CUDA technology gives significant performance boost even compared to a modern CPU. The proposed approach is accompanied with the sample code “DCT8x8” in the NVIDIA CUDA SDK.    
    2022-07-22 04:21:09下载
    积分:1
  • wvd
    这是一个轴承故障分解程序,给予小波变换,小波去噪,小波重构与EMD相结合,有时频谱,边际谱,功率谱(This is a to bearing failure decomposition program given wavelet transform, wavelet denoising wavelet reconstruction combined with EMD, sometimes the spectrum, marginal spectrum, power spectrum)
    2012-11-26 15:15:09下载
    积分:1
  • 用matlab如何实现fft
    用matlab如何实现fft变换,进而得到经过fft变换后的图像(How to implement FFT transformation with MATLAB)
    2017-10-11 10:31:22下载
    积分:1
  • denoising-matlab
    基于小波变换的信号检测和去噪的matlab源程序 基于小波变换的信号检测和去噪的matlab源程序(Matlab source of the signal detection and denoising based on wavelet transform)
    2012-04-19 09:51:05下载
    积分:1
  • xiaobo
    关于小波变换的降噪处理,包括强制降噪,给定阈值降噪,默认阈值降噪等,并给出了对比图(Noise reduction processing on the wavelet transform, including mandatory noise reduction, noise reduction given threshold, default threshold noise reduction, and gives comparison chart)
    2021-05-14 11:30:03下载
    积分:1
  • ECG-processed
    基于小波变换的心电信号预处理MATLAB源代码(The heart preprocessind based on wavelet transform)
    2020-06-29 03:00:02下载
    积分:1
  • denoise_self
    基于matlab程序对声音信号进行去噪处理,通过小波包处理及小波分析结合(Matlab program based on the sound signal denoising by wavelet packet processing and wavelet analysis combined)
    2013-05-24 13:35:00下载
    积分:1
  • Image_Processing
    数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。(Digital image acquisition, processing and practical application source code- a lot of useful image processing source code: Image Display (image, jitter), image enhancement (gray-scale transformation, histogram equalization, multi-filter, pseudo-color enhancement, etc. ), image restoration (motion blur, inverse filtering, etc.), image transform (Fourier transform, fast Fourier transform, discrete cosine transform, Walsh transform, Hotelling transform, wavelet transform, wavelet transform), image coding (Huffman coding, Shannon- Fenno coding, arithmetic coding, bit plane coding, etc.), image recognition.)
    2020-06-26 03:20:02下载
    积分:1
  • shipinfenxi-
    用stft、小波变换、EMD分别对突变信号进行时频分析(With stft, wavelet transform, EMD mutations were signals of time-frequency analysis)
    2011-05-16 14:43:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载