搜索资源列表
xunhuan
- matlab在通信原理中的应用,信道编码循环码仿真,希望大家能用得上!
crc73
- matlab实现(7,3)循环码编码很简单
(7,4)循环码-信道编码的matlab仿真
- (7,4)循环码-信道编码的matlab仿真,包含simulink模块。,(7,4) cyclic code- the channel coding matlab simulation, containing simulink module。
xunhuan
- 循环码实验,能实现循环码的编码和译码功能。程序简单,易懂-Cyclic code experiment, to achieve encoding and decoding of cyclic codes function. Procedures are simple and easy to understand
suanshu
- 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
6
- 《Matlab与通信仿真》--信道编码篇--分析循环码的性能(信道任选,调制采用2FSK)-" Matlab simulation and communication" - Channel Coding Part- 6. Analysis of the performance of cyclic code (optional channel, modulation used 2FSK)
xunhuanma
- 循环码的编码译码,以7,3循环码为例,有简单的文字提示-Cyclic code encoding decoding
gsm_efs
- 用matlab实现的GSM TCH/EFS系统在高斯信道、瑞利信道下的性能仿真,其中用到了循环编码、卷积码、交织码等信道编码技术-Using matlab to achieve GSM TCH/EFS system in the Gaussian channel, Rayleigh channel the performance of simulation, which uses a loop encoding, convolutional codes, interleaving codes c
achieve(74)
- 使用MATLAB实现(7,4)循环码的编译码-Use MATLAB to achieve (7,4) coding and decoding of cyclic codes
correcterrorcode
- 简要介绍了一下纠错编码的相关基础知识,主要介绍了线性分组码,卷积码,循环码-A brief introduction about the basics of error correction coding of the relevant
CyclicCode
- 基于Matlab的循环码的编码与译码,内附源码的详细注释及其编译码的过程-Matlab code based on the cycle of encoding and decoding, containing detailed notes and source coding and decoding process
matlabfun
- 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
simulator2
- 用Matlab实现一个矩阵的循环码编码的仿真。-Implement a matrix with Matlab coding loop simulation.
coder
- 实现(7,4)循环码编码和解码的matlab的GUI界面程序,内含使用说明-Implementation (7,4) cyclic code encoding and decoding matlab GUI interface program that contains instructions
fec
- 实现信道的循环码编码和解码以及检验纠错的仿真测试-Implementation cycle of the channel decoding and error correction coding and testing
cyclic_coder
- (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
buxhbm
- 15.11循环码编码和译码,检验并证明其检错纠错能力-it is(15,11)Cyclic code encoding and decoding.
Cycle-coding
- 实现循环码编码译码过程,设计GUI界面,界面简洁,基本功能都已实现-Achieve the cycle coding and decoding process, design GUI interface, the interface is simple, basic functions have been achieved
2ASK调制解调系统仿真循环码
- 2ASK编码解码子程序 ,内含代码仿真。。。。。。。。(2ASK encoding and decoding subroutine, containing code)
Q4_1
- 已知(10,6)系统循环码的生成多项式为:g(x)=x4+x+1,请设计该循环码的编码器。输入随机码元序列长度至少1000位。按照错误概率Pe随机产生差错图样,得到实际接收码字。 根据接收到的码字进行译码,计算误码率。调整Pe的大小,画出误码率与Pe之间的关系曲线。程序难度不大,如需要其他参数请自行调整。有问题可以私聊。(The generating polynomial of known (10, 6) system cyclic codes is g (x) =x4+x+1, please