CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - codebook

搜索资源列表

  1. Project-2_HuffmanEncode

    0下载:
  2. 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1581551
    • 提供者:wu chan mao
  1. Project-2_HuffmanDecode

    0下载:
  2. 哈夫曼解码 (3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。 程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1222609
    • 提供者:wu chan mao
  1. codebookopencv

    0下载:
  2. opencv和coodebook结合,做视频的背景建模和目标检测,可以用于视频分析和视频浓缩。-opencv combined and codebook do background modeling and object detection video can be used for video analysis and video concentrated.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18358903
    • 提供者:魏琳
  1. project_stvlsi_final

    0下载:
  2. fixed codebook matlab code
  3. 所属分类:Project Design

    • 发布日期:2017-04-12
    • 文件大小:1168
    • 提供者:Ashish Maurya
  1. sons

    0下载:
  2. Compressive sensing (CS) has been proposed for signals with sparsity in a linear transform domain. We explore a signal dependent unknown linear transform, namely the impulse response matrix operating on a sparse excitation, as in the linear mod
  3. 所属分类:EditBox

    • 发布日期:2017-12-14
    • 文件大小:63183549
    • 提供者:TELECOM
  1. vqlbg

    1下载:
  2. 用LBG算法进行矢量量化器的设计,用分裂法获得初始码书-Using vector quantization LBG algorithm design, with split method to obtain the initial codebook
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-12
    • 文件大小:611
    • 提供者:kuiliping
  1. Vector-Quantization

    0下载:
  2. 在natlab上进行矢量量化的仿真,包括生成码书,训练码字,生成码序列-Simulation vector quantization on natlab, including generating codebook, training codeword generated code sequence
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:158838
    • 提供者:bajie
  1. QPSK

    0下载:
  2. 主要是现有的3D MIMO的预编码方案,包括QPSK-Some schemes of existing 3D MIMO codebook are introduced, including QPSK
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:110448
    • 提供者:帅杨
  1. LBG_VQ_Encoder

    0下载:
  2. This program demonstrates LGB algorytm for Vector Quantizer for codebook making.
  3. 所属分类:Voice Compress

    • 发布日期:2017-12-11
    • 文件大小:521385
    • 提供者:flipmirror
  1. LBG

    0下载:
  2. 假设一段语音信号,用其作为序列,编程实现LBG算法产生码书。-Assuming a speech signal, use it as a sequence, programming the LBG algorithm to generate the codebook.
  3. 所属分类:Voice Compress

    • 发布日期:2017-12-11
    • 文件大小:9155
    • 提供者:马江河
  1. sreenivas2009-icassp

    0下载:
  2. Compressive sensing (CS) has been proposed for signals with sparsity in a linear transform domain. We explore a signal dependent unknown linear transform, namely the impulse response matrix operating on a sparse excitation, as in the linear model of
  3. 所属分类:压缩解压

    • 发布日期:2017-12-19
    • 文件大小:354304
    • 提供者:pashaa
  1. Supratim data-20170928T043653Z-001

    0下载:
  2. haha write something something
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2942976
    • 提供者:scyllakeeper
  1. LBG算法码书设计

    0下载:
  2. 用于计算设计矢量量化码书,采用Matlab进行编写,方便易懂(For computing vector quantization codebook design, using Matlab for writing, easy to understand)
  3. 所属分类:matlab例程

  1. BackGround-Fore-Detect

    0下载:
  2. 包含一些常见的运动目标检测算法,有背景模型算法,混合高斯模型算法,帧差法,经典的CB法,所有源码皆可运行。(This package include some common Moving Object Detection algorithm.Such as the BgModel,CodeBook and Gaussian-mixture-model.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-31
    • 文件大小:5109760
    • 提供者:秋月无边
  1. maben

    0下载:
  2. 利用码本模型作为背景模型,对视频中的目标人物进行检测。(By using the codebook model as the background model to detect video targets.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:yinyierqi
  1. AES

    0下载:
  2. 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:第三方df
  1. 3维DFT的预编码

    2下载:
  2. 大规模MIMO中预编码设计开发,3D的DFT码本。(The pre coding design and development of large scale MIMO, the DFT codebook of 3D.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:3409920
    • 提供者:豪斯
  1. ConsoleApplication10

    0下载:
  2. 用于运动目标的检测,算法为图像中每一个像素点建立一个码本,每个码本可以包括多个码元。(Detection of moving targets,The algorithm establishes a codebook for every pixel in the image, and each codebook can contain multiple symbols.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:5382144
    • 提供者:中国高工
  1. da

    0下载:
  2. 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类器;SVM本身就是(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haa
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:神万心
  1. fa(4)

    0下载:
  2. 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程)(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haar AdaBoost and hog based SVM Classifier + fast
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:神万心
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com