CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 波变换 搜索资源 - 重构算法

搜索资源列表

  1. 二维小波变换

    1下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:罗松溪
  1. wavelet_signal

    0下载:
  2. 采用mallat算法进行小波分解/重构的程序,支持一维和二维信号-Mallat algorithm using wavelet decomposition / remodeling process, support one-and two-dimensional signal
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1074722
    • 提供者:myb
  1. 5_3_lifting

    0下载:
  2. 采用5/3小波提升算法编写的一维和二维信号小波分解与重构程序。给出了图象分解的演示示例。-using 5 / 3 wavelet algorithm to enhance the one-and two-dimensional wavelet decomposition and reconstruction process. Given the decomposition of images demonstration examples.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:939809
    • 提供者:myb
  1. lelubo

    0下载:
  2. 滤波器系数重构运用该算法可以对图象进行去噪处理-reconstruction filter coefficients using this algorithm can be right image denoising
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1374
    • 提供者:李洪均
  1. wavelet_edge

    1下载:
  2. % 该算法采用的是样条小波,为了更好的检测边缘,用a tuous 算法代替了mallat算法。 % 该算法和mallat快速算法主要区别: % 1 a tuous 算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。 % 2 a tuous 算法需要对滤波器进行伸缩。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1095
    • 提供者:鲁宾
  1. FRIT

    0下载:
  2. 计算小波变换的Mallat算法需要逐级分解和重构,而本文通过矩阵变换方法,给出不需逐级计算的小波分解和重构矩阵的构造方法,并给出9/7小波的分解和重构矩阵的基向量及波形图。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:429003
    • 提供者:zhaoxiufen
  1. TheAppliedResearchesBasedonWaveletAnalysisTheoryan

    0下载:
  2. 小波分析是时间- 频率分析, 它具有时频窗任意“伸缩”的能力, 基于小波变换原理的数字滤波器具有 傅里叶分析不可比拟的优越性。小波的分解与重构算法简单, 这使得滤波器实现起来简单可靠
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:232605
    • 提供者:wang
  1. xiaobobianhuan

    1下载:
  2. 对矩阵数据进行二维小波变换的分解及重构算法演示
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:30840
    • 提供者:臧良
  1. adapOMP 基于压缩感知的正交匹配追踪算法

    6下载:
  2. OMP算法,基于压缩感知的正交匹配追踪算法,能够很好的重构出原始信号-OMP algorithm based on compressed sensing orthogonal matching pursuit algorithm that can reconstruct the original signal very good
  3. 所属分类:波变换

    • 发布日期:2015-07-28
    • 文件大小:1024
    • 提供者:张健
  1. adapBP

    0下载:
  2. BP算法,基于压缩感知的基追踪重构算法,能够很好的重构出原始信号-BP algorithm, based on perception-based compression algorithm for track reconstruction
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:804
    • 提供者:张健
  1. imagereconstruction

    4下载:
  2. 基于小波和插值的超分辨率图像重建算法,通过插值后将小波分解应用于图像中,再通过逆变换得到重构图像-And interpolation based on wavelet super-resolution image reconstruction algorithm by interpolating the image after the wavelet decomposition used, then the reconstructed image through the inverse tran
  3. 所属分类:波变换

    • 发布日期:2013-08-12
    • 文件大小:583
    • 提供者:张卫
  1. mallat

    0下载:
  2. 用mallat分解与重构算法实现一维信号的分解和重构-Mallat decomposition and reconstruction algorithm used to achieve one-dimensional signal decomposition and reconstruction
  3. 所属分类:Wavelet

    • 发布日期:2017-03-25
    • 文件大小:31266
    • 提供者:bajun
  1. packet

    0下载:
  2. 一个高效的小波包重构算法 用vc++编写的-wavlet
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:209527
    • 提供者:glc
  1. MyDwt2D

    1下载:
  2. 对图像进行二维离散小波变换, 变换级数大于等于3级,然后统计系数中0的个数(百分比表示),并进行重构, 最后计算重构图像的峰值信噪比(PSNR). 里面还附上了我写的实验报告,对大家理解Mallat算法和图像压缩很有帮助-Image two-dimensional discrete wavelet transform, transform series greater than or equal to 3, and then statistics of the number of c
  3. 所属分类:Wavelet

    • 发布日期:2016-05-09
    • 文件大小:986785
    • 提供者:zhang
  1. wavelet

    0下载:
  2. VC++编写的小波变换源码,可以实现小波分解与重构算法-VC++ Prepared wavelet transform source code, you can achieve the wavelet decomposition and reconstruction algorithm
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:3004
    • 提供者:王港
  1. shiyuhepinyu

    0下载:
  2. 用vc++实现了两种经典的小波去噪算法、 对于初学者很有意义
  3. 所属分类:Wavelet

    • 发布日期:2017-05-11
    • 文件大小:2906330
    • 提供者:why354
  1. Wavelet

    0下载:
  2. 使用二次样条小波的多尺度小波分解及重构算法,为非抽样小波-wavelet transform using quadratic spline wavelet filters
  3. 所属分类:Wavelet

    • 发布日期:2017-03-27
    • 文件大小:1285
    • 提供者:冰释
  1. wavelet

    0下载:
  2. 对原始含噪声的信号由小波分解后的小波系数来描述,然后将个尺度上有噪声产生的小波分量去掉,这样保留下来的小波系数基本上是原始信号的小波系数,然后利用小波重构算法重构原始信号-Original noisy signal described by the wavelet coefficients of the wavelet decomposition, then the noise generated by wavelet components removed on a scale, which r
  3. 所属分类:Wavelet

    • 发布日期:2017-11-07
    • 文件大小:802
    • 提供者:
  1. tt

    0下载:
  2. 基于matlab小波变换分解信号并重构算法过程分析及代码-Signal based on wavelet transform decomposition and reconstruction algorithm matlab process analysis and code
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:郭锦
  1. Fresnel

    0下载:
  2. 经典衍射之Fresnel Diffraction的matlab实现,改程序可用作其它全息图重构算法的基础代码。-Fresnel diffraction, one of the classical diffraction, is implemented in this matlab program. It can be used for other holographic reconstruction algorithm code.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:956
    • 提供者:miner
« 12 »
搜珍网 www.dssz.com