登录
首页 » Visual C++ » Wavelet-Transform-C-

Wavelet-Transform-C-

于 2021-04-19 发布 文件大小:34KB
0 731
下载积分: 1 下载次数: 13

代码说明:

  小波变换C语言实现,包含小波变换中各种算法,可以进一步了解算法的具体过程(Wavelet Transform C Language Realization)

文件列表:

小波
....\小波去噪
....\........\BaseOnLevent
....\........\............\BayesShrink.m,131,2003-11-24
....\........\............\BivaShrink123.m,1896,2003-10-27
....\........\............\BivaShrink13.m,1699,2003-10-27
....\........\............\BivaShrink23.m,1792,2003-11-24
....\........\............\denoising_BayesShrink.m,1489,2003-11-24
....\........\............\denoising_LAWMLShrink.m,1422,2003-11-24
....\........\............\dt_BayesShrink.m,2537,2003-11-24
....\........\............\dt_BivaShrink123.m,2779,2003-11-24
....\........\............\dt_BivaShrink13.m,2784,2003-11-24
....\........\............\dt_BivaShrink23.m,2914,2003-11-24
....\........\............\dt_LAWMLShrink.m,1845,2003-11-24
....\........\............\LAWMLShrink.m,244,2003-11-24
....\........\............\readme.txt,188,2003-11-24
....\........\............\trishrink1.m,394,2003-11-24
....\........\BaseOnWaveLab
....\........\.............\AdaptShrink2.m,3592,2003-11-24
....\........\.............\BayesThresh2.m,412,2003-10-23
....\........\.............\dyad2HH.m,349,2003-03-25
....\........\.............\dyad2HL.m,357,2003-03-25
....\........\.............\dyad2LH.m,355,2003-03-25
....\........\.............\dyad2LL.m,329,2003-05-08
....\........\.............\DyadHi.m,325,2003-03-18
....\........\.............\DyadLo.m,288,2003-03-18
....\........\.............\LAWMLShrink2.m,2881,2003-11-24
....\........\.............\MultiBayes2.m,684,2003-10-23
....\........\.............\MultiSURE2.m,698,2003-04-04
....\........\.............\MultiVisu2.m,728,2003-10-23
....\........\.............\readme.txt,160,2003-11-24
....\........\.............\SUREThresh2.m,493,2003-10-25
....\........\.............\ValSUREThresh2.m,690,2003-10-25
....\........\.............\VisuThresh2.m,654,2003-10-23
....\........\denoise1.m,1954,2003-11-24
....\........\denoise2.m,4275,2003-11-24
....\小波变换
....\........\DWT
....\........\...\Dwt.cpp,5950,2004-07-19
....\........\...\Dwt.h,986,2001-09-28
....\........\IntDwt
....\........\......\IntDwt53
....\........\......\........\IntDwt53.cpp,4507,2004-07-19
....\........\......\........\IntDwt53.h,803,2001-09-28
....\........\......\IntDwt97
....\........\......\........\IntDwt97.cpp,7385,2002-06-18
....\........\......\........\IntDwt97.h,925,2001-09-28
....\........\LiftDwt97
....\........\.........\BinDwt97
....\........\.........\........\BinDwt97.cpp,6944,2004-07-19
....\........\.........\........\BinDwt97.h,789,2001-11-13
....\........\.........\LiftDwt97
....\........\.........\.........\LiftDwt97.cpp,7802,2001-08-26
....\........\.........\.........\LiftDwt97.h,928,2001-09-28

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

发表评论

0 个回复

  • Ssammple-ratea
    有关多采样率转换问题,本文介绍了多采采样率转换的MATLAB实现和基础理论。 (This article describes a much more expensive than the sample rate conversion of MATLAB and basic theory of the multi-sampling rate conversion problem.)
    2012-08-20 14:47:42下载
    积分:1
  • traffic-vcPP
    Four versions of the simulation is available. tsim.cpp - Prints visual representation of the simulation tsimd.cpp - Prints Density versus output flow rate and average velocity tsiml.cpp - Prints Lane Change Probabiliy versus Output flow rate and Average velocity
    2014-02-08 09:50:54下载
    积分:1
  • 5
    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
    2009-03-15 15:36:23下载
    积分:1
  • 31---Recursion
    this is simple recursion code for beginners...
    2015-04-04 14:04:27下载
    积分:1
  • Matlab-Realization-of-a-special-matrix
    使用Matlab实现特殊矩阵,对初学Matlab的人很有帮助(It has benefits for learners)
    2010-08-30 09:58:40下载
    积分:1
  • 2222
    与marlab有关的牛顿插值问题 很经典的例程 给广大爱好者一臂之力(With marlab the classic Newton interpolation routines to large hand fans)
    2010-05-12 00:28:30下载
    积分:1
  • zhuanju
    异步电动机直接转矩simulink仿真,运行时注意matlab的路径(The induction motor direct torque attention to the path of matlab simulink simulation, run-time)
    2012-11-15 20:48:48下载
    积分:1
  • ADifferentiallyCoherentDelay-LockedLoopforSpread-S
    详细讲述了直接序列扩频差分锁相环的文章,包含具体的算法结构,并附有仿真结果。(A novel differentially coherent delay-locked loop(DCDLL) for accurate code tracking is proposed for direct sequence spread spectrum systems. Due to the use of the differential decoder and exactly one correlator, the proposed scheme avoids the problems of gain imbalance. The tracking error variance is derived by linear analysis. When the proposed DCDLL scheme is applied in ranging with additive white Gaussian noise (AWGN) channel, the performance of the proposed DCDLL scheme is about 1.4 dB better than that of one-correlator tau–dither loop (TDL), and near that of noncoherent DLL.)
    2010-08-03 22:15:08下载
    积分:1
  • GAencoding
    说明:  以MATLAB为工具的实现车间调度问题的源码(MATLAB as a tool to achieve shop scheduling problem source)
    2010-04-16 19:45:16下载
    积分:1
  • matlab
    its matlab code for resizing image
    2012-11-24 18:41:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载