搜索资源列表
Base64
- Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
xian_xing_fen_zu_ma
- 自己编写的线性分组码编码器和解码器的 matlab程序,是学习信息论文的不错的参考-I have written a linear block code encoder and decoder matlab procedures, information papers are a good study reference
4
- 哈夫曼编/译码器 需求分析 根据程序目录建立函数,分别为CREATE-建立哈夫曼树,TABLE-输出编码,CODING-编码,DECODING-译码。 CREATE 函数实现从键盘输入字符集中的所有字符及其对应的频率值,建立哈夫曼编码树。 TABLE函数实现利用已建好的哈夫曼树,列出字符集中的所有字符及其对应的哈夫曼编码。 CODING函数实现利用建好哈夫曼树,对从键盘输入的正文串进行编码,并在屏幕上显示结果。 DECODING函数实现利用已建好
Convolutional-Encoder-Viterbi
- 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
Turbo_QAM_2a
- Turbo编码16QAM在AWGN信道中的性能Turbo码份量码为[1,17/15],码率为1/2,采用随机交织器-the encoder and decoder of the Turbo code
Upload_Actual_JPEG
- jpeg decoder encoder matlab code for algorothim models
FPGAbasedViterbiconvolutionalcodinganddecodingofth
- FPGA-based Viterbi convolutional coding and decoding of the Research and Implementation-Convolutional code encoder and Viterbi decoder design
huffmantree
- 哈夫曼树,编写一个哈夫曼编/译码系统具有初始化,编码,译码,印代码文件,印哈夫曼树等功能,是数据结构作业的上机源代码-Huffman tree, the preparation of a Huffman encoder/decoder system initialization, encoding, decoding, code printed documents, printed features such as Huffman tree is a data structure of the
79419129decode_ldpc_APP_LLR
- This a software runing on the Matlab. it is used in the channel coding simulation. It i nclude DVB-S2 LDPC and turbo Covolution. and block turbo code, You can choose which channel coding to run. it ru n the encoder and add white noise in the channel.
viterbi213
- 编码方式为213的Viterbi卷积码编码器和译码器的FPGA的实现,包含整个QuartusII的工程文件,解码方式为寄存器交换法-Encoding for the 213 convolutional code encoder and Viterbi decoder FPGA realization of the project file that contains the entire QuartusII, decoding method for the register exchange
Huffman
- 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
rs
- This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via the Berlekamp iterative algorithm.-This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via
encoder-decoder
- 用matlab算术码编码译码 效果一般压缩比例1:2-Arithmetic code encoding decoding
Huffumancode
- 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统。-The use of Huffman coding information and communication can greatly improve the channel utilization
huffmantree
- 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 基本要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,(选做:并将它存于文件hfmTree中)
huffman
- 数据结构实验-利用二叉树结构实现哈夫曼编/解码器-The Experimental on data structure- which uses binary tree Huffman encoder/decoder
arm_FPGA
- 步进电机、直流电机PWM控制、伺服电机编码器解码vhdl程序-Stepper motor, PWM DC motor control, servo motor encoder decoder VHDL program
QEP432
- 非常好用的增量式编码器解码FPGA程序,A、B、Z各相输入信号处理均有。-Very good with the incremental encoder decoder FPGA program, A, B, Z of each phase of the input signal processing are.
anc dec
- encoder,decoder,testbench and run files
BCH-encoder-decoder-master
- BCH encoder and decoder over awgn channel