搜索资源列表
卷积码MATLAB源程序
- 卷积码编码和viterbi译码MATLAB源程序
卷积码编码程序
- 基于MATLAB的卷积码编码程序模块。适用于初学者看。比较基础
几种编码误码率性能的测试程序
- 生成多项式为(561,753)的(2,1,8)卷积码的编码、译码、AWGN信道下的误码率性能的测试程序,Q matrix to solve the problem, according to input parameters can be calculated as a Q band random matrices, satisfy the following conditions, each row of the matrix, each row, each diagonal are a nu
信道编码的matlab程序,CRC校验码,RS码,卷积码
- 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
viterbi
- 用matlab软件仿真了从卷积码编码,QPSK调制,AWGN信道,QPSK解调,以及Viterbi译码。-Using Matlab Simulate from the coding of convolutional code,Qpsk modulation ,AWGN channel ,Qpsk demodulation and Viterbi decoding。
juanjima
- 用matlab语言实现卷积码编码过程,有程序运行结果。-Matlab language used convolutional code encoding process, there are procedures for the results.
convolution_code_decode
- matlab实现卷积码编码译码(2,1,6)-matlab coding decoding convolutional codes achieve (2,1,6)
juanjiviterbi1
- viterbi卷积码编码、译码,调试通过,可以直接使用-viterbi convolutional code encoding, decoding, debugging through, you can directly use
conv_encoder
- 卷积码编码仿真程序,编码速率为1/2;在Matlab环境下仿真,适用于初学者。-Convolutional code simulation program coding, coding rate of 1/2 in the Matlab simulation environment for beginners.
convolution_enc
- 卷积码编码的MATLAB程序,对习惯用MATLAB编程的人大有用处-Convolutional codes encoded MATLAB procedures, practice of using MATLAB programming useful NPC
OFDMsoftdecoding
- OFDM系统,有(2,1,7)卷积码编码,分组交织,viterbi译码-OFDM system, there are (2,1,7) convolutional code encoding, packet intertwined, viterbi decoding
Convolutional_codes_MATLAB
- 卷积码的MATLAB实现,包括编码器和译码器。-Convolutional codes of MATLAB to achieve, including the encoder and decoder.
youguanViterbijuanjibianyimachengxu
- 给出纠错码性能测试仿真的一般方法,重点研究其信道差错序列的产生,然后利用Matlab实现卷积码编码及其Viterbi译码的性能测试仿真-Error-correcting codes are given the general simulation performance test methods, focus on the channel error sequence generated, and then the realization of convolutional codes using
viterbi_decoding(matlab)
- 维特比译码,matlab实现,编码方式为卷积码,程序中有卷积码的生成程序。-viterb decoding
viterbi_coderandviterbi_decoder
- 卷积码编码译码Decoding convolutional coding-Decoding convolutional coding
viterbi
- 卷积码编码及其维特比译码matlab实现-Convolutional coding and Viterbi decoding matlab implementation
MATLAB
- 卷积码编码译码MATLAB仿真程序,比较详细的源代码-Convolutional coding and decoding MATLAB simulation program
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.
卷积码+Viterbi Decoder
- 用matlab m语言书写的归零卷积码的编码和译码程序(Convolutional code encoding and decoding procedures in matlab)
卷积码编译码器的设计与仿真
- 卷积码编译码器的设计与仿真,其中包含编码器译码器的实现程序,以及误码率的曲线图