搜索资源列表
最常用的卷积码的维特比C程序viterbi-3.0.1.tar
- 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding C program devoted to convolutional code decoder! We want to help!
(2,1,3)卷积码编解码
- (2,1,3)卷积码编解码,viterbi译码
最常用的卷积码的维特比C程序viterbi-3.0.1.tar
- 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding C program devoted to convolutional code decoder! We want to help!
conv_code
- 用VHDL实现卷积码编码,该码为(2.1.3)型卷积码。-using VHDL Convolutional coding, the code (2.1.3)- Convolutional Codes.
encoder_and_viterbi_decoder_for(213)_convolutional
- 压缩包内为本人写的(2,1,3)卷积码编码器和维特比(viterbi)译码器.编码器和译码器分别封装在一个类中,每个类的方法和变量均有注解-compressed I write for the (2,1,3) convolutional code encoder and Viterbi (Viterbi) decoder. Encoder and Decoder were packaged in a category, each cla
viterbi-3.0.1.tar
- 这是个关于最常用的卷积码的维特比C程序!!,本人还在完善中,请指教-This is the most commonly used on Convolutional Codes Viterbi C program! ! I also perfected, please enlighten
cnvcoder
- 卷积码是一种有记忆的编码,在任意给定的时间单元处,编码器的n个输出不仅与此时间单元的k个输入有关,而且也与前m个输入有关。卷积码通常表示为:(n,k,m) 本次仿真采用(2,1,3)卷积码。 -convolutional code is a kind of code memory, in any given unit of time, the encoder output n this time not only with th
viterbi_binary_hard
- (3,1,4)卷积码的viterbi硬判决的源代码,通过高斯信道的误码率-(3,1,4) Convolutional Codes Viterbi hard decisions source code, the Gauss channel BER
reed-solomon-3.1.1.tar
- reed-solomon 编解码,FEC的一种,比卷积码要稳定收敛,用于DVD/VCD的纠错码,纠突发错误。-reed-solomon codecs, an FEC than Convolutional Codes to stabilize convergence, for the DVD/VCD of error-correcting codes and preventing unexpected errors.
213test
- (2,1,3)卷积码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了交互模块,用户可以自己设定错误比特的数目和位置,使纠错功能显而易见.-(2,1,3) Convolutional Codes built a simple system for correcting display can be realized from coding, joined errors, decodin
00002
- 并且在卷积码编码过程中,添零数为k1*(L-1)=2,(注:L=3),再对序列进行图示的映射,可通过以下程序实现:-in convolution coding process, the number of zero-Tim k1* (L-1) = 2, (Note : L = 3), then right sequence shows the mapping process can be achieved through the fol
TCM_Modulation
- TCM编码的调制端,采用8PSK,2/3码率的卷积码的matlab程序-TCM coded modulation client, using 8PSK, 2/3 code rate of convolutional codes of matlab program
depuncture34
- 卷积码程序很适用的,删余码,3、4码率的,大家可以借鉴的啊 !
coverlater
- 本程序是在Quartus7.2环境下编译的一个简单的(2,1,3)卷积码,能够成功地编译和仿真。-This procedure is in circumstances Quartus7.2 compile a simple (2,1,3) convolutional code, can successfully compile and simulation.
Viterbi
- (2,1,3)卷积码的Viterbi译码C程序,已经验证成功-(2,1,3) convolutional code C of the Viterbi decoding process, has proved to be successful
TCMcode
- 用MATLAB实现TCM编码,利用(3,2,3)卷积码和8-PSK的有机结合,以卷积编码的输出码子来选择发送8-PSK星座图上的相应的点,以保证欧氏距离最大-Using MATLAB realize TCM coding, the use of (3,2,3) convolutional code and 8-PSK combination of convolutional coding to the output of differe
encoding_of_convolutional_codes_in_CDMA_channel.ra
- CDMA业务信道卷积编码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3 -CDMA business channel convolutional coding to achieve, according to the distinction between upper and lower line to
decoding_of_convolutional_codes_in_CDMA_channel.ra
- CDMA业务信道卷积解码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3 -CDMA business channel decoder Convolutional achieve, according to the distinction between upper and lower line to
ww
- 本程序正在完善中,目前仅适用于(4,3,3)卷积码,请见谅-convolution
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algo