资源简介
电子书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 cvx工具包
- 最优化方法及其matlab设计课件以及源
- 10大经典算法matlab代码以及代码详解
- 《MATLAB 遗传算法工具箱及应用》PDF完
- 机械建模机械建模各章节课程作业、
- 现代通信系统matlab版第二版以及所有
-
matlab、simuli
nk通信建模课后答案 - 现代数值分析MATLAB版
- 系统辨识及其MATLAB仿真].侯媛彬.扫描
- 过程控制工程及仿真--基于MATLABSimul
- OPTICAL SCANNING HOLOGRAPHY WITH MATLAB
- 逆透视变换matlab 代码
- BP神经网络的人脸识别matlab代码77617
- 基于K-means算法的遥感图像分类的mat
- 雷达系统设计MATLAB仿真.PDF
- ISAR Imaging With MATLAB Algorithms
- 直线匹配程序MATLAB.zip
- 北斗三号接收机Matlab代码
- 毫米波通信仿真例程
- 系统辨识及其MATLAB仿真pdf
- 遗传算法(Genetic Algorithm)MATLAB案例详
- _image fusion(精品.zip
- 数据集标签制作的matlab代码
- 滑模变结构控制MATLAB仿真刘金锟PDF带
- Multi-Sensor Data Fusion with MATLAB
- H.264源码for MATLAB
- softmax回归Matlab
- Matlab5.3精简版免安装压缩包
- matlab statsstatistics工具箱
- MATLAB遗传算法工具箱及应用》pdf版.
评论
共有 条评论