搜索资源列表
yima
- 全部的译码器的程序是用matlab编程的,大家可以下来看看,有什么评论就请告诉我好吗,谢谢啊-all of the decoder procedure is used Matlab programming, we can look down, any comments, please tell me please, thank ah
g729
- G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入\"G729code(speech)\"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个\"coding.bit\"的文件。 2.需要解码时,把\"coding.bit\"的文件复制到\"G729 decoder\"的目录下,在Matlab命令行下输入\"G729decodermain\",然后你会在文件夹下看到\"
ldpcber
- This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
DECORE
- MPEG4解码C源代码[可以移植到ARM和DSP上],绝对的有价值。-MPEG4 decoder C source code [can be ported to the ARM and DSP], an absolute value.
ldpcbp3
- 很有 用的LDPC译码程序,大家可以看看,很有借鉴作用-ldpc decoder
ma_CRC_files
- decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
juanjiturbo
- 卷积编码和译码过程,维特比译码,含有测试程序-turbo encoder and decoder
MP3_Decoder
- 用matlab实现的mp3解码器,硬件电路完整-Using matlab to achieve the mp3 decoder, hardware integrity
viterbi_soft
- (2,1,3)卷积码编码,软判决译码;matlab语言编码;verilog语言译码;-(2,1,3) convolutional code encoding, soft-decision decoding matlab coding verilog decoder
viterbi-decoder-verilog
- viterbi verilog implemetation based matlab-viterbi verilog implemetation based matlab
viterbi-decoder
- viterbi encoder decoder c++ & matlab implemention