搜索资源列表
fast huffman decoder
- A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
LogMAPdecoder.rar
- LogMAP译码算法,可用于递归卷积编码和非递归卷积编码的译码,代码质量高,供参考,<1> Log MAP decoder for RSC and NSC convolutional codes <2> Based on Lalit Bahl s original BCJR algorithm and its logarithmic version (Hanzo & Woodard). <3> Test-bench code is also inclu
amr_decoder
- AMR解码的源代码,c语言,可以在vc下编译。-amr decoder
AAC_matlab
- HE-AAC 解码算法的matlab代码,包含各种测试文件,可以运行测试 验证的。-High efficient AAC decoder,wihch compitable with mepg2-aac and mpeg4-aac, also including different types of testing files,you can run the progtam and test it.
ar1
- decoder of 2*2 mimo system.
jpeg
- matlab实现的jpeg解码,是一个不错的程序,希望能帮到你-matlab implementation of the jpeg decoder is a good program, wish to help to you
CELP
- the implement of the encoder and the decoder of the CELP
V
- viterbi译码源代码,可以直接调用 The Viterbi decoder for convolutional codes-viterbi decoder source code, can be directly called The Viterbi decoder for convolutional codes
H264
- This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
RS-decoder-DSP
- RS编译码器的DSP实现,首先用MATLAB仿真,最后在DSP上实现-RS of DSP codecs to achieve, the first simulation using MATLAB, and finally realized in the DSP
bwt
- Burrows Wheeler Transform_Encoder and Decoder
LDPCBSN
- LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
H.264
- H.264标准解码器全部verilog源码,包括帧内、帧间、变换编码、熵编码、滤波等所有模块-Standard H.264 decoder all verilog source, including intra-, inter-frame, transform coding, entropy coding, filtering all modules
Convolutional_codes_MATLAB
- 卷积码的MATLAB实现,包括编码器和译码器。-Convolutional codes of MATLAB to achieve, including the encoder and decoder.
ldecod
- H.264基于baseline解码器的C++实现源码,适于初学者-H.264 decoder based on the baseline of the C++ to achieve source code, suitable for beginners
MQdecoder
- Verilog HDL 实现的JPEG200的MQ解码-JPEG2000 MQ DECODER BASED ON FPGA, Verilog HDL
jpeg_decode
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
HuffmanDecoder
- Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
Decoder
- 通用汉明码译码器,并加入容错处理,MATLAB源程序-General Hamming code decoder, and add fault tolerance, MATLAB source code
Huffman-Decoder-master
- 用verilog编写的huffman解码程序(huffman decoder verilog)