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

搜索资源列表

  1. DCT程序实现文档.rar

    1下载:
  2. dct变换
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:1287
    • 提供者:
  1. 一个基于DCT变换域的数字水印系统实例

    0下载:
  2. 一个基于DCT变换域的数字水印系统实例-based on a DCT domain of digital watermarking system examples
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19786
    • 提供者:xy
  1. 2D-DCT变换

    0下载:
  2. 免费下载
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-12-15
    • 文件大小:128664
    • 提供者:liziqing
  1. 整数DCT变换 bin DCT zscan

    0下载:
  2. 整数DCT变换
  3. 所属分类:压缩解压

    • 发布日期:2010-12-15
    • 文件大小:2904
    • 提供者:wbh200892268
  1. 基于dct离散余弦变换的matlab音频水印

    2下载:
  2. 基于dct离散余弦变换的matlab音频水印添加源代码。
  3. 所属分类:matlab例程

  1. JPEGcompression.rar

    2下载:
  2. 1.首先通过DCT变换去除数据冗余; 2.使用量化表对DCT系数进行量化; 3.对量化后的系数进行Huffman编码。 具体源程序由主程序及两个子程序(DCT量化、Huffman编码)组成: ,1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Of quanti
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4385
    • 提供者:龙活
  1. JPEG.rar

    7下载:
  2. 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:169176
    • 提供者:宇翔
  1. DCT

    5下载:
  2. 用matlab对一张图片进行DFT变换,DCT变换,比较保留20个DCT变换系数重构的图象与原始图像的差别.-Using matlab on a picture to DFT transform, DCT transform, compared to 20 DCT transform coefficients to retain the image reconstruction of the difference between the original image.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:455811
    • 提供者:tosh
  1. DCT程序实现文档

    0下载:
  2. dct变换-DCT transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:
  1. DCT

    0下载:
  2. 利用matlab实现基于DCT变换的变焦距图像融合-Using matlab to achieve DCT-based image fusion Zoom
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:252962
    • 提供者:han
  1. dct

    0下载:
  2. dct变换,给出了dct变换的函数,使用时只要把该文件包含即可使用。-dct transformation, has produced the dct transformation function, when the use so long as contains this document then uses.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:1297
    • 提供者:孙冬
  1. DCT

    2下载:
  2. 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:7195
    • 提供者:zy
  1. 123

    0下载:
  2. 信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、fir和Lattice结构;IIR滤波器设计包括模拟和数字低通、高-Basic knowledge of signals and systems, including continuous signal with the model, discrete signals and model common signal, inclu
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3050
    • 提供者:
  1. DCT

    0下载:
  2. DCT变换是图像图形处理中的很重要的一个压缩算法,此文件详尽的完成了DCT变换-DCT transform is image and graphics processing is very important to a compression algorithm, this document contains details of the completion of the DCT transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:2520
    • 提供者:hanxiaoqian
  1. DCT

    0下载:
  2. 读入一幅256*256图像,将它分成8*8pixel的若干块,对每块做DCT变换,保留Z型顺序的若干变换系数,进行IDCT重构图像,计算重构图像的信噪比-Reading a 256* 256 image, it will be divided into several blocks of 8*8 pixel, keep each optimal Z transformation of sequence number, IDCT transform coefficient calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2724
    • 提供者:jiangxin
  1. DCT

    2下载:
  2. 用matlab实现的灰度图像DCT变换的源程序。-Matlab implementation of the gray image with DCT transform of the source.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:48231
    • 提供者:yang411
  1. DCT

    0下载:
  2. 实现了彩色图像上的DCT变换和DCT反变换-Color image on the realization of the DCT transform and inverse transform DCT
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3758227
    • 提供者:宋亚斐
  1. DCT-MATLAB

    0下载:
  2. 利用DCT变换对灰度图像进行压缩,求出压缩比;对比不同压缩比的图像。-DCT transform using grayscale image compression, the compression ratio obtained compare different compression ratio of the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1028200
    • 提供者:吴原远
  1. DCT图像压缩

    2下载:
  2. 整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)
  3. 所属分类:压缩解压

    • 发布日期:2021-04-23
    • 文件大小:419840
    • 提供者:和你看烟花
  1. DCT变换

    0下载:
  2. dct变换的C语言实现代码,用于大家参考,有较强的实用性
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com