资源简介
可以实现LDPC码的matlab仿真实现,有具体的说明!!!!!

代码片段和文件信息
function [waveform]=bpsk(bitseq)
% maps binary 0 to -1 (and 1 to +1 the function actually does not do
% this as these values are already at (+)1 )
waveform=ones(1length(bitseq-1));
waveform(find(bitseq==0))=-1;
% Copyright (c) 2005 by Shaikh Faisal Zaheer faisal.zaheer@gmail.com
% $Revision: 1.0 $ $Date: 10/11/2005 $
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-10-17 11:14 LDPC\
文件 1543 2005-04-06 21:04 LDPC\128x256regular.mat
文件 32952 2005-12-11 06:32 LDPC\128x256regular_v6.mat
文件 4646 2010-10-28 12:11 LDPC\128x256_regular_results.txt
文件 122458 2005-11-10 01:26 LDPC\ber-plot.jpg
文件 349 2016-03-02 20:47 LDPC\bpsk.m
文件 15872 2005-12-26 09:29 LDPC\Comparison.xls
文件 4761 2005-03-24 12:54 LDPC\decodeutil.h
文件 4852 2005-12-13 10:35 LDPC\decodeutil_new.h
文件 4769 2005-11-10 00:27 LDPC\decode_ldpc.cpp
文件 6656 2005-11-10 00:52 LDPC\decode_ldpc.dll
文件 2701 2005-12-11 03:39 LDPC\decode_ldpc_matlab.m
文件 9231 2005-12-13 10:42 LDPC\decode_ldpc_new.cpp
文件 20480 2005-12-13 10:54 LDPC\decode_ldpc_new.dll
文件 414 2010-10-27 23:41 LDPC\extract_mesg.asv
文件 419 2016-03-02 20:51 LDPC\extract_mesg.m
文件 5188 2005-12-26 09:28 LDPC\generic_simulator_nonsys.m
文件 4831 2010-03-04 15:04 LDPC\genH.m
文件 1175 2010-03-04 19:42 LDPC\H2P.m
文件 2924 2010-03-31 09:28 LDPC\ldpc_decode.m
文件 1116 2016-03-02 20:49 LDPC\ldpc_demo.m
文件 683 2010-03-04 16:32 LDPC\ldpc_encode.m
文件 51 2005-12-29 17:39 LDPC\mul_GF2.m
文件 6701 2010-03-29 15:21 LDPC\n512.fig
文件 2680 2005-12-17 12:41 LDPC\one_finder.m
文件 422 2010-03-04 19:43 LDPC\reorder_bits.m
文件 7778 2005-12-20 09:42 LDPC\rndcheck.m
文件 985 2005-12-20 09:40 LDPC\unidrnd.m
文件 1737 2010-10-28 08:16 LDPC\说明.txt
- 上一篇:NCC图像匹配源码matlab
- 下一篇:增量式PID的MATLAB实现.rar
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论