资源简介
RS编码译码的MATLAB计算机仿真,包括交织,巴克码等
代码片段和文件信息
%加四组13位的巴克码
function out=add_frame_head1313(in) %13位巴克码为1111100110101
L=length(in);n=52;
out(1)=1;out(2)=1;out(3)=1;out(4)=1;out(5)=1;out(6)=0;out(7)=0;out(8)=1;out(9)=1;out(10)=0;out(11)=1;out(12)=0;out(13)=1;
out(14)=1;out(15)=1;out(16)=1;out(17)=1;out(18)=1;out(19)=0;out(20)=0;out(21)=1;out(22)=1;out(23)=0;out(24)=1;out(25)=0;out(26)=1;
out(27)=1;out(28)=1;out(29)=1;out(30)=1;out(31)=1;out(32)=0;out(33)=0;out(34)=1;out(35)=1;out(36)=0;out(37)=1;out(38)=0;out(39)=1;
out(40)=1;out(41)=1;out(42)=1;out(43)=1;out(44)=1;out(45)=0;out(46)=0;out(47)=1;out(48)=1;out(49)=0;out(50)=1;out(51)=0;out(52)=1;
for i=1:L
out(i+n)=in(i);
end
out;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 181 2006-06-03 12:04 rscode\Two2Hex.m
文件 670 2006-06-12 19:38 rscode\add_fr
文件 712 2006-06-12 19:40 rscode\AWGN_Channel.m
文件 746 2006-06-05 16:23 rscode\backer_code1313.m
文件 759 2006-06-12 19:49 rscode\backercode65.m
文件 267 2004-07-18 15:41 rscode\decommsg.m
文件 1815 2006-06-12 19:36 rscode\Hex2Two.m
文件 741 2006-06-05 17:33 rscode\backercode.m
文件 1844 2006-06-12 19:47 rscode\main_backer.m
目录 0 2006-06-12 19:53 rscode
----------- --------- ---------- ----- ----
7735 10
- 上一篇:FIR带通滤波器的matlab仿真
- 下一篇:GMSK matlab仿真代码
相关资源
- MATLAB Programming for Engineers 4th - Chapman
- MPC路径跟踪
- 3-PRS并联机器人工作空间分析
- 基于RSSI的VIRE定位算法
- matlab2019运动目标检测--数字图像处理
- CARS-PLS 用于光谱数据或色谱数据变量
- CARS matlab 代码
- 用matlab实现RSA数字签名
- matlab实现RSA公钥密码体制
- 竞争性自适应重加权
- 基于RSSI强度、指纹库仿真代码,主要
- matlab开发-MuellerStokesJonesCalculus
- “群体智能算法”Matlab工具箱 Versio
- Sparse Subspace Clustering的论文和源码
- Windows PowerShell 实战指南
- AI Superpowers 英文版 mobi
- RSM算法仿真MATLAB代码
- RS(255239)解码算法,verilog代码以及
- Robust Sparse Coding for Face Recognition
- Bursa_Wolf,布尔莎坐标转换matlab
- Linear Algebra with Applications 9th ed - Stev
- stk-matlab connectors 1.0.4
- 语音信号子带编码matlab程序subband_co
-
Reversible Data em
bedding Using a Differenc - radarsignalanalysisandprocessingusingmatlab.pd
- Understanding LTE with MATLAB(电子书及ma
- a mind for numbers - barbaraoakley学习之道英
- matlab 2014b HDL Coder Users Guide
- Fusiello极线校正_A compact algorithm for r
-
carsim与simuli
nk联合仿真124669
评论
共有 条评论