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

搜索资源列表

  1. jpegcompress_decompress

    0下载:
  2. 自己做的简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件-doing a simple jpeg coding procedures, and supports 1:1 : a sampling of the baseline color jpeg, import 24bit is the only BMP file
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23506
    • 提供者:发发
  1. try

    0下载:
  2. 用于过采样滤波器组实现最优化设计,主要应用于图象处理
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3861
    • 提供者:过容
  1. MillerCode

    0下载:
  2. The module includes three sub_module:FDivider128,generates the 1/128 frequency, MD_Counter8Zero, generates the flute when the posedge, MD_Counter8One,generates the flute when the negedge.The aim of the module is to generate the mended miller code to
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2215
    • 提供者:lyjIC
  1. ADPCM

    0下载:
  2. ADPCM(Adaptive Differential Pulse Code Modulation),是一种针对 16bits( 或8bits或者更高) 声音波形数据的一种有损压缩算法,它将声音流中每次采样的 16bit 数据以 4bit 存储,所以压缩比 1:4. 而且压缩/解压缩算法非常简单,所以是一种低空间消耗,高质量高效率声音获得的好途径。保存声音的数据文件后缀名为 .AUD 的大多用ADPCM 压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2574
    • 提供者:王磊
  1. datapro

    0下载:
  2. 道格拉斯数据压缩算法。 算法特征:1.在不扰乱拓扑关系的前提下,对采样点数据进行合理的抽稀 2.对矢量坐标数据进行重新进行编码,以减少所需要的存储空间 3.矢量数据的压缩往往是不可逆的,数据压缩后,数据量变小了,数据的精度降低了
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:295546
    • 提供者:Angie
  1. DCTJPEG

    3下载:
  2. 使用Matlab编程实现发送端信源编码(图像压缩)和接收端信源解码(图像重建),其中的编解码算法可采用基于DCT变换的JPEG图像压缩标准;测试图像加噪,然后对去噪后的图像进行压缩与重建,分析压缩性能;研究基于下采样和内插的图像压缩算法;可将8bit/pixel灰度图像扩展至24bit/pixel彩色图像,或者采用无损压缩算法对图像压缩。-Sender using the Matlab programming source coding (image compression) and the r
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-29
    • 文件大小:32768
    • 提供者:耿智能
  1. ADPCM-Decoder

    0下载:
  2. 实现了adpcm到pcm的转换,单通道 8KHz采样-adpcm file convert to pcm file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3805420
    • 提供者:李康
  1. amr

    0下载:
  2. AMR开源实现,主要对8KHz采样的音频文件按160帧进行编码-AMR revenue was achieved primarily on the 8KHz sample audio files encoded by 160
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1639976
    • 提供者:Shannon Liu
  1. 26073-800_ANSI_C_source_code

    0下载:
  2. 3GPP Adaptive Multi- Rate (AMR) 标准实现,针对8KHz采样音频文件按20ms一帧实现两者VAD模式的编码 -3GPP Adaptive Multi-Rate (AMR) standard of achievement for 8KHz sample audio files, according to 20ms between the VAD model to achieve a coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:832651
    • 提供者:Shannon Liu
  1. jpegc

    0下载:
  2. 本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分. 压缩算法简介 1. 色彩模型 2. DCT (离散余弦变换) 3. 重排列 DCT 结果 4. 量化 5. 0 RLE 编码 6. 范式 Huffman 编码 7. DC 的编码 解码过程简述 8. 一个数据单元 Y 的解码 9. JPG 文件(Byte 级)里怎样组织图片信息 10. 关于标记 11. JPG 文件中 Haffman 表的储存
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:844086
    • 提供者:george
  1. convert8k

    1下载:
  2. 降采样程序,从16k16bit数据 降采样到8k16bit-resample program,it resample the 16k16bit pcm to 8k16bit pcm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-10-03
    • 文件大小:8511
    • 提供者:王旭
  1. cic_examp

    1下载:
  2. 对一个采样频率为45.5MHz的信号进行14倍的抽取滤波,同时进行补偿滤波器的设计,并给出CIC滤波器、补偿滤波器和级联后的频谱图 - Design a minimum-order CIC compensator that compensates... for the droop in the passband for the CIC decimator.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:734
    • 提供者:钟广明
  1. A-REMARK-ON-COMPRESSED-SENSING

    0下载:
  2. 一篇关于压缩感知的经典文章,压缩感知(Compressed sensing,简称CS,也称为Compressive sampling)理论异于近代奈奎斯特采样定理,它指出:利用随机观测矩阵可以把一个稀疏或可压缩的高维信号投影到低维空间上,然后再利用这些少量的投影通过解一个优化问题就可以以高概率重构原始稀疏信号,并且证明了这样的随机投影包含了原始稀疏信号的足够信息。-A classic article on compressed sensing, compressive sensing (Comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:103979
    • 提供者:刘奎
  1. 1

    0下载:
  2. cs基础代码 具有相当良好的重建效果 远远低于奈奎斯特采样频率 -source code for cs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:977
    • 提供者:土屋
  1. Daubechie_wavelet_ImageRecover

    2下载:
  2. 采用Daubechie小波,构建正交矩阵,对bmp图像进行小波变换后的基本重建恢复,需要下采样,压缩为64*64以下的图像,重构图像与原图基本一致。-Daubechie wavelet to construct the orthogonal matrix, bmp image to restore the basic reconstruction after wavelet transform, sampling, compressed into less than 64* 64 images,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:39587
    • 提供者:高昕
  1. CoSaMP

    0下载:
  2. 压缩采样,一种病正交匹配追踪算法更加好的算法-Compressed sampling, a disease orthogonal matching pursuit algorithm more good algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:5774
    • 提供者:梁培
  1. CoSaMP_OMP

    1下载:
  2. 压缩感知重构算法 压缩采样匹配追踪算法 从原子库中选择多个相关的原子,同时剔除部分原子, -Compressed sensing reconstruction algorithm compressive sampling matching pursuit algorithm library, select from the atomic number of the atom, while removing some atoms,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-11-23
    • 文件大小:10240
    • 提供者:王石
  1. xiacaiyang

    0下载:
  2. 将高清1920x1080YUV视频序列按2:1比例下采样-The high-definition video sequences 1920x1080YUV downsampling ratio of 2:1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1403
    • 提供者:jie
  1. omp

    0下载:
  2. 压缩传感的OMP算法,目前热门的一种代替采样定律的一种新算法,其将压缩采样同时进行。作者将图像运用压缩传感进行实现。-Compressed sensing OMP algorithm, an alternative to the current popular sampling theorem, a new algorithm, which will compress sampled simultaneously. On the use of compressed sensing for the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:61985
    • 提供者:Mengxuan Ma
  1. DPCM

    1下载:
  2. 使用DPCM语音压缩的简单实验,主控芯片使用C8051F020,8位的ADC1进行采集,采样频率8KHz,12位的DAC0进行输出-Voice compression using DPCM simple experiment, the master chip using C8051F020, 8-bit ADC1 collection, sampling frequency 8KHz, 12-bit output of a DAC0
  3. 所属分类:Compress-Decompress algrithms

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