资源简介
可以实现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
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 《MATLAB扩展编程》代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
- Matlab锁相环仿真-Phase Locked Loop.rar
评论
共有 条评论