搜索资源列表
veitebi
- 强烈推荐好用的卷积码编码,维特比译码和软判决,本代码简易可行。
ctc-matlab
- 传统的卷积码和Turbo码直到今天仍有广泛的应用,但是在信息传输中都有一个明显的缺点,为了克服这个缺点,IEEE802.16d/e中引入了CTC(Convolutional Turbo Code)编码方案,该MATLAB代码完成了CTC码的编码与译码等过程,很有价值的^_^
shadow-model
- 阴影衰落建模,随机产生的服从正态分布的阴影衰落相互间没有相关性,而实际上阴影衰落在空间上有很强的相关性,代码中采用卷积的方法得到服从空间相关性的一组阴影衰落参量-the model of shadow fading
conv_code_viterbi
- 卷积码编码和解码的文档和代码。解压后可直接在MATLAB上仿真。-The introduction document and matlab code for convolutional code.
juanji
- 一个圆周卷积的代码~调用形式为y=juanji(h,x1,M) 其中,h和x1为输入,h为滤波器系数,x1为输入采样信号,输出为y,M为输入信号x1的长度。-A circular convolution of the code to call the form of y = juanji (h, x1, M) of them, h, and x1 for the input, h for the filter coefficient, x1 sampling input signals, o
SELFRALATION
- 此代码是抽样子程序和卷积变换子程序。可运行。-This code is a sample subroutine and convolution transform subroutine. Can run.
code-interleaver-decode
- (2,1,3)卷积码编译码程序。 每行代码有说明,方便阅读 -(2,1,3) convolutional code encoding and decoding procedures. Has made it clear that every line of code to facilitate reading
convlutionalcode
- 卷积码的C语言代码及详细说明文档,包含例子和原理-Convolutional code C-language code and detailed documentation, including examples and principles of
convencode2
- 卷积码(2,1,3)编码过程。代码清晰简单,对应人民邮电版《通信原理》中卷积码编码过程-Convolutional code (2,1,3) encoder. Code is clear and straightforward, Telecommunications for the corresponding version of " Communication Principle" in the process of convolutional coding
cc_encoder
- 卷积码编码C程序代码,码率为1/2,2/3等-Convolutional code encoder C code, rate 1/2, 2/3, etc.
viterbi-decode
- (2,1,2)卷积编码及译码过程示例代码,有说明-(2,1,2) convolutional encoding and viterbi decoding demo codes, with instructions.
LTE_PUSCH
- 该文件夹中包含LTE PUSCH上行链路中几个重要模块的C代码,包括了CRC添加、CRC校验、Turbo编码、Turbo译码、咬尾卷积码编码和咬尾卷积码译码6个模块。-This folder contains LTE PUSCH uplink C code several important modules, including adding a CRC, CRC checksum, Turbo Coding, Turbo decoding tail-biting convolution cod
基于MATLAB的OFDM仿真设计实验报告
- 包含有数字通信课程实验大作业报告与代码。完成的OFDM的收发包含:1.卷积编码、2.自动增益控制、3.极大似然判决、4.QPSK收发、5.帧检测等,代码在MATLAB2016b环境下编译通过(It contains the report and code of the experiment assignment for the course of digital communication. The completed OFDM transceiver includes: 1. convolut
4
- 4. 试说明卷积编解码的工作原理: (1) 使用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编码、译码全部是自己编写代码(S-Function方式),不是调用Simulink的已有编码、译码函数。 (2) 请在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。(4. Try to explain the working principle of convolutional codec: (1) Simulink was used to simulate
去噪网络
- 去噪DNCNN卷积神经网络,可以用于信道估计,python代码,含有说明
编码识别(matlab代码)20180111
- 卷积码、RS码、LDPC码、turbo码的生成及识别。(Generation and recognition of convolutional codes, RS codes, LDPC codes and TurBO codes.)
代码
- 用MATLAB实现QAM调制和软解调,同时实现卷积码编码和维特比译码。(Matlab is used to realize QAM modulation and soft demodulation, convolutional code coding and Viterbi decoding.)
卷积编解码
- 使用Simulink(或m语言)仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编码、译码全部是自己编写代码(m语言方式),不是调用Simulink(或m语言)的已有编码、译码函数。并在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。(Simulink (or M language) is used to simulate convolutional coding, and Viterbi decoding method is used to decode, in which