CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab 小波变换 压缩

搜索资源列表

  1. SPIHT-matlab

    0下载:
  2. 一种基于小波变换,压缩编码效率很高的静止图像压缩编码算法SPIHT,本程序使用matlab实现-based on wavelet transform, high efficiency coding static image compression algorithm SPIHT, the procedures used to achieve Matlab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:227.71kb
    • 提供者:李一
  1. hua使用MATLAB设计小波变换程序中的若干问题

    0下载:
  2. 在使用MATLAB完成小波变换程序和通过阈值来压缩图像的过程中,我和许多同学都是边学边用,是从一个接一个的问题中逐步理解小波和MATLAB编写程序的。因此我愿意就个人遇到和解决问题的经验与大家讨论,希望能够对遇到同样问题的人有所帮助。-using MATLAB completed wavelet transform procedures and through the threshold to compress images of the process, I and many of my cl
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:163.5kb
    • 提供者:江边草
  1. EZW源码(Matlab实现)

    7下载:
  2. 详细编写了EZW(嵌入式零树小波图像压缩技术),它主要由小波变换、量化和熵编码(Huffman编码)三个模块。 程序各个模块功能分明,依次为,Wavelet Decomposition,EZW Encoding(包含Huffman编码),EZW Decoding(包含Huffman解码),Inverse Wavelet Decomposition,Performance。
  3. 所属分类:matlab例程

    • 发布日期:2008-12-29
    • 文件大小:129.18kb
    • 提供者:thebestxie
  1. wavelets

    3下载:
  2. 基于小波变换的图像压缩代码,包括压缩比、运行时间和计算复原图像的峰值信噪比-Image compression based on wavelet transform code, including compression ratio, operation time and recovery images of the peak signal to noise ratio calculation
  3. 所属分类:压缩解压

    • 发布日期:2017-05-23
    • 文件大小:404.23kb
    • 提供者:刘灿
  1. work

    0下载:
  2. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.19kb
    • 提供者:xiaoxu
  1. matlab-waveletprocess

    1下载:
  2. 讲解了 MATLAB语言环境下 图像压缩和图像融合方面的基本方法和基于小波变换的图像分解与重构。-Explained the MATLAB language environment, image compression and image integration of the basic methods and wavelet-based image decomposition and reconstruction.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:541.83kb
    • 提供者:wenglibo
  1. wavelet_Matlab7

    1下载:
  2. 本书是“MATLAB应用技术”系列丛书之一,以最新推出的MATLAB中的小波分析工具箱Wavelet Toolbox 3.0版本为基础。全书共分为三部分,第1部分着重介绍了小波理论基础,包括小波基础知识、连续小波变换、离散小波变换、多分辨率分析与正交小波变换、小波变换和多采样滤波器组、二维小波变换与图像处理及小波包的基本原理等;第2部分重点说明了小波分析工具箱的详细使用方法,包括图形用户接口、小波通用函数、一维小波变换的MATLAB实现、二维小波变换的MATLAB实现、小波包变换的MATLAB实
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:83.77kb
    • 提供者:彭跃华
  1. DTCWT

    1下载:
  2. 双树复小波变换具有平移不变性、方向选择性等特点,适合进行图像压缩,优于传统离散小波变换方法。-The DT-CWT is suitable to image compression processing because of its shift invariance and directional selectivity. It is preferable to traditional Discrete Wavelet Transform(DWT).
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-03-26
    • 文件大小:788byte
    • 提供者:缪国锋
  1. MATLABshixianxiaobobianhuanyasuo

    1下载:
  2. MATLAB实现提升小波变换的图像压缩,下载即可运行-MATLAB realization of Lifting Wavelet Transform Image Compression, download you can run the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:782byte
    • 提供者:刘哲
  1. wavlet1

    0下载:
  2. 基于matlab小波变换实现的图像压缩 (通过mask截取小波变换系数)-Wavelet Transform Image Compression
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:590byte
    • 提供者:han
  1. Txiaobo

    0下载:
  2. 该程序(基于matlab)为小波变换在数据压缩方面的应用。原理:数据可分为高频部分和低频部分,高频部分反映了细节,而低频部分则反映概貌,故压缩部分应为高频部分。数据经此程序变换后将压缩为原来的一半。-This program (based on matlab) for the wavelet transform applications in data compression. Principle: Data can be divided into high-frequency part and
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:61.6kb
    • 提供者:谭诤
  1. MATLABimagecompression

    0下载:
  2. 共7个matlab程序及两幅原始待处理图像,功能是图像压缩的实验,分别运用了DCT(1个程序),小波变换(5个程序)和小波包变换(1个)对图像进行压缩,各个程序的作用及程序注释已在程序中做了详细说明,程序均可直接运行-matlab program for image compression ,using DCT wave,wavelet,wavelet packet methods respectively .
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:47.85kb
    • 提供者:John
  1. xiaobobianhuanshujuyasuo

    0下载:
  2. 小波变换在图像数据压缩中的应用毕业论文,自己原创的,比较简单的压缩方法,供参考交流。版权所有,侵权必究。-Wavelet transform in image data compression using a graduation thesis, their original, simple compression method, and for information exchange. Copyright All Rights Reserved.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:924.89kb
    • 提供者:小张
  1. wavelet_compress

    0下载:
  2. matlab 小波变换 压缩图片 简单实例(Matlab wavelet transform compressed pictures simple example)
  3. 所属分类:matlab例程

  1. ITFA

    2下载:
  2. 通过同步压缩小波变换,实现信号的分解和重构,效果优化小波变换(The signal is decomposed and reconstructed by synchronous compression wavelet transform, and the effect is optimized by wavelet transform)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:18kb
    • 提供者:WAQ
  1. MATLAB优化算法案例分析与应用《进阶篇》

    3下载:
  2. 贝叶斯分类器 基于背景差分的运动目标检测 基于小波变换的图像压缩 基于BP的模型优化预测 基于RLS算法的数据预测 等等(Bias classifier is based on background difference moving object detection, wavelet based image compression, BP based model optimization prediction, RLS based algorithm for data predicti
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:21.36mb
    • 提供者:段宏伟
  1. spiht程序 包含小波变换 熵编码

    0下载:
  2. 利用matlab来实现图像压缩,spiht算法作者原版代码,包含了二进制熵编码以及小波变换,自适应分解等级,加入了示例图片。(The use of MATLAB to achieve image compression, SPIHT algorithm author original code, including binary entropy coding and wavelet transform, adaptive decomposition level, joined the sampl
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1.34mb
    • 提供者:xwdshiwo
  1. 11compare

    0下载:
  2. matlab实现的小波图像压缩程序 可成功运行((matlab implementation of wave image compression program which can be run successfully))
  3. 所属分类:压缩解压

    • 发布日期:2018-04-20
    • 文件大小:113kb
    • 提供者:cristtting
  1. 8880短时傅里叶小波

    2下载:
  2. 对信号进行短时傅里叶变换和小波变换,观察其时频特性,压缩包中含有需要用到的测试信号文件,可以直接运行,供参考(Carry out short-time Fourier transform and wavelet transform on the signal, observe its time-frequency characteristics, and the compression package contains the test signal files needed, which ca
  3. 所属分类:matlab例程

    • 发布日期:2020-08-09
    • 文件大小:3kb
    • 提供者:jamesbraidy
  1. MATLAB数字水印[GUI,dwt,dct,lun文]

    2下载:
  2. 该课题为基于MATLAB的数字水印系统。包括离散余弦DCT和小波变换DWT两种算法的对比,有一个GUI界面,包括嵌入,加噪,旋转,剪切,压缩等多种攻击,提取候,具有评价指标PSNR,NC等来评价算法的鲁棒性(This project is a digital watermarking system based on MATLAB. It includes the comparison of DCT and DWT. It has a GUI interface, including embedd
  3. 所属分类:matlab例程

    • 发布日期:2021-04-11
    • 文件大小:19.59mb
    • 提供者:可乐一生
« 12 3 4 5 »
搜珍网 www.dssz.com