资源简介
电子书Understanding LTE with MATLAB及对应的matlab源码

代码片段和文件信息
% zREADME.m
% Instructions regarding how to run MATLAB experiments in this directory
% (UnderstandingLTEwithMATLAB_Chapter3)
%
% This folder contains a series of MATLAB functions that showcase
% modulation scrambling and coding functionalities used in the LTE standard
% for DLSCH and PDSCH as presented in chapter 3 of the “Understanding LTE with
% MATLAB“
%
% How to run the demos:
% 1. To perform experiment 1 type chap3_ex01 at the MATLAB command prompt.
% Notice how simulated and theoretical BER performaqnce measures are
% computed and compared for a simple transceiver composed of a modulator
% and demodulator with an AWGN channel.
% The experiment shows how to use System objects of
% Communications System Toolbox to set up a basic experiment and verify the
% results.
%
% To perform experiments 2 to 5 use the BERTOOL of the Communications
% System Toolbox as follows:
% type bertool at the MATLAB command prompt.
% Go to Monte Carlo tab
% In the “Simulation MATLAB file ...“ edit-box choose either of the
% following main functions
% chap3_ex02_qpsk.m
% chap3_ex03_qpsk_viterbi.m
% chap3_ex04_qpsk_viterbi_soft.m
% chap5_ex05_qpsk_turbo.m
% In each case set a range of EbNo values set the BER variable name to ber and
% set typical values for parameters Number of errors & Number of bits.
% For better results the experiments have to be long enough
% which usually means parametrers Number of errors or Number of bits
% need to be larger than 1e4 and 1e7 respectively.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-10-17 16:19 Understanding LTE with MATLAB\
文件 8929626 2014-03-14 20:13 Understanding LTE with MATLAB\Understanding LTE with MATLAB.pdf
目录 0 2015-10-17 13:44 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\
文件 1536 2013-12-05 16:03 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\aREADME.m
文件 1629 2013-08-26 13:39 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\chap3_ex01.m
文件 1300 2013-08-26 13:38 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\chap3_ex02_qpsk.m
文件 1688 2013-08-26 13:47 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\chap3_ex03_qpsk_viterbi.m
文件 2402 2013-08-26 13:54 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\chap3_ex04_qpsk_viterbi_soft.m
文件 2136 2013-08-26 13:57 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter3\chap5_ex05_qpsk_turbo.m
目录 0 2015-10-17 13:44 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\
文件 178 2012-08-31 13:47 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\AWGNChannel.m
文件 483 2012-10-14 13:40 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\CbBitSelection.m
文件 222 2012-10-09 15:35 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\CbCRCDetector.m
文件 234 2012-10-09 15:35 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\CbCRCGenerator.m
文件 497 2012-10-14 12:07 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\CblkSegParams.m
文件 241 2012-10-06 18:15 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\ConvolutionalEncoder.m
文件 1242 2013-08-26 14:47 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\DemodulatorHard.m
文件 1601 2013-08-26 14:49 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\DemodulatorSoft.m
文件 1061 2013-08-26 14:48 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\DescramblerHard.m
文件 1224 2013-08-26 14:48 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\DescramblerSoft.m
文件 1148 2013-08-26 14:46 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\Modulator.m
文件 1840 2012-09-18 13:38 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\RateDematcher.m
文件 2082 2013-09-08 11:10 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\RateMatcher.m
文件 2065 2013-09-08 11:15 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\RateMatcherTB.m
文件 1149 2013-08-26 14:48 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\Scrambler.m
文件 241 2012-09-19 22:52 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\TbCRCDetector.m
文件 254 2012-09-19 22:41 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\TbCRCGenerator.m
文件 1276 2013-09-08 12:35 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\TbChannelCoding.m
文件 1444 2013-09-08 12:51 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\TbChannelDecoding.m
文件 316 2012-09-19 22:12 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\TurboDecoder.m
文件 352 2013-09-08 12:51 Understanding LTE with MATLAB\UnderstandingLTEwithMATLAB_Chapter4\TurboDecoderTB.m
............此处省略769个文件信息
相关资源
- 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
- k近邻算法matlab实现
评论
共有 条评论