登录
首页 » C++ » mywavelet

mywavelet

于 2006-04-18 发布 文件大小:34KB
0 324
下载积分: 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 个回复

  • matlab
    本书简明扼要地介绍了时间序列及其相关领域的基本概念和基本理论,对ARMA序列预测、时间序列的统计分析、时间序列的时频分析和时间序列的小波变换等给出了有关分析计算方法,结合MATLAB编程应用,介绍了MATLAB时间序列分析有关函数的功能和用法,阐述了如何利用这些函数解决工程应用中的问题。(This book succinctly describes the time sequence and its related fields of basic concepts and theories of the ARMA series forecasting, time series statistical analysis, time series analysis and time-frequency wavelet transform of time series analysis and calculation are given about methods, combined with MATLAB programming applications, the introduction of time series analysis MATLAB functions about functions and usage, explains how to use these functions to solve engineering problems in the application.)
    2013-08-31 14:27:04下载
    积分:1
  • wavelet-remove-noise
    小波方法进行降噪,阈值函数来完成不同设计,核心程序如下面的所示,使用的小波基有coif5,db3,sym4,bior2.4,haar,rbio(Wavelet method for noise reduction, design to complete different threshold function, the core program as shown below, using the wavelet base coif5, db3, sym4, bior2.4, haar, rbio )
    2013-10-23 15:10:59下载
    积分:1
  • wavelet_kompressor
    Wavelet compression algorithm. Start by computing a complete wavelet-transform using the cohen-daubechies-fevereau (2,2) biorthogonal wavelet (which incidentally seems to be the same as used for lossless JPEG2000, but they call it a (5,3)?).
    2014-02-06 22:44:46下载
    积分:1
  • FK_Transform
    实现f-k变换,功能强大,各种滤波处理,地震波等都能用(wavelet transformF -k transform, powerful, a variety of filtering, seismic waves can be used)
    2019-03-20 15:44:28下载
    积分:1
  • dwb_fusion
    mamatlab二维离散小波变换,应用图像融合(mamatlab two-dimensional discrete wavelet transform, image fusion)
    2007-03-20 11:07:40下载
    积分:1
  • xiaobobianhua
    小波变换与分数傅里叶变换理论与应用(冉启文)电子版,介绍了小波变换、多分辨分析、小波构造、时频分析、小波包、塔式算法、分数傅立叶变换等内容,是一本不错的教材。(Wavelet Transform and Fractional Fourier Transform Theory and Applications (Ran text) electronic version, introduced the wavelet transform, multiresolution analysis, wavelet construction, time-frequency analysis, wavelet packet, tower algorithm, the fractional Fourier transform, etc., is one The good teaching materials.)
    2021-04-19 20:58:51下载
    积分:1
  • bayesthresholding2
    本文实现基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法,相比较其它的小波去噪算法而言,效果非常好(This realization based on Bayesian (BAYES) Threshold the wavelet (WAVELET) image denoising algorithm, compared with other wavelet denoising algorithm, the effect was very good)
    2021-05-09 17:18:34下载
    积分:1
  • Wav_Noise
    语音信号去噪,在MATLAB开发环境下,对含噪声的语音信号进行小波变换,实现语音增强的功能。(The speech signal denoising, wavelet transform, the noisy speech signal in the MATLAB development environment, Speech enhancement functions.)
    2012-03-15 10:31:02下载
    积分:1
  • chapter10
    《小波分析理论与MATALB R2007 实现》第10章源码(wavelet analysis using matlab)
    2012-10-08 22:41:10下载
    积分:1
  • transform_xiaobo
    小波变换的C源代码。 这个用的是 DB4小波,周期延拓,可以实现精确重构的。 (wavelet transform C source code. The DB4 is using the wavelet cycle extension can achieve precise reconstruction.)
    2021-01-06 12:28:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载