文件名称:Understanding LTE with MATLAB chapter3
-
所属分类:
- 标签属性:
- 上传时间:2016-08-01
-
文件大小:30.67kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
% 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : UnderstandingLTEwithMATLAB_Chapter3.zip 列表 UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3.zip UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/ UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/aREADME.m UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/chap3_ex01.m UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/chap3_ex02_qpsk.m UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/chap3_ex03_qpsk_viterbi.m UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/chap3_ex04_qpsk_viterbi_soft.m UnderstandingLTEwithMATLAB_Chapter3/UnderstandingLTEwithMATLAB_Chapter3/chap5_ex05_qpsk_turbo.m
压缩包 : UnderstandingLTEwithMATLAB_Chapter5.zip 列表 UnderstandingLTEwithMATLAB_Chapter5/aREADME.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/ UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/aREADME.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/AWGNChannel2.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/CbBitSelection.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/CbCRCDetector.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/CbCRCGenerator.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/CblkSegParams.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/ChanModelFading.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/chap5_ex01.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/chap5_ex01_testbench.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/DemodulatorSoft.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/DescramblerSoft.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/lteIntrlvrIndices.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/Modulator.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/RateDematcher.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/RateMatcherTB.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/Scrambler.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/TbChannelCoding.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/TurboDecoder.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/TurboEncoder.m UnderstandingLTEwithMATLAB_Chapter5/ChannelModeling/zVisualize_ex01.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/ UnderstandingLTEwithMATLAB_Chapter5/SIMO/aREADME.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/AWGNChannel.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/Ber_simo_siso.mat UnderstandingLTEwithMATLAB_Chapter5/SIMO/Ber_simo_siso_qpsk.mat UnderstandingLTEwithMATLAB_Chapter5/SIMO/ChanEstimate_1Tx.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/commlteSIMO.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/commlteSIMO_initialize.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/commlteSIMO_params.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/commlteSIMO_step.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/commlteSIMO_test_timing_ber.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/CRCdetector.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/CRCgenerator.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/CSRgenerator.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/DemodulatorSoft.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/Equalizer_simo.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/ExpungeFrom.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/ExtChResponse.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/genPayload.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/gridResponse_averageSlot.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/gridResponse_averageSubframe.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/gridResponse_interpolate.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/InterpolateCsr.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteCblkSegParams.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteCbRateDematching.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteCbRateMatching.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteCbSelect.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteDescramble.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteExtData.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteIdChEst.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteIntrlvrIndices.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteScramble.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteTbChannelCoding.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/lteTbChannelDecoding.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/MIMOFadingChan.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/Modulator.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/OFDMRx.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/OFDMTx.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/prmsDLSCH.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/prmsPDSCH.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/REdemapper_1Tx.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/REmapper_1Tx.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/zReport_data_rate.m UnderstandingLTEwithMATLAB_Chapter5/SIMO/zVisualize.m UnderstandingLTEwithMATLAB_Chapter5/SISO/ UnderstandingLTEwithMATLAB_Chapter5/SISO/aREADME.m UnderstandingLTEwithMATLAB_Chapter5/SISO/AWGNChannel.m UnderstandingLTEwithMATLAB_Chapter5/SISO/ChanEstimate_1Tx.m UnderstandingLTEwithMATLAB_Chapter5/SISO/commlteSISO.m UnderstandingLTEwithMATLAB_Chapter5/SISO/commlteSISO_initialize.m UnderstandingLTEwithMATLAB_Chapter5/SISO/commlteSISO_params.m UnderstandingLTEwithMATLAB_Chapter5/SISO/commlteSISO_step.m UnderstandingLTEwithMATLAB_Chapter5/SISO/commlteSISO_test_timing_ber.m UnderstandingLTEwithMATLAB_Chapter5/SISO/CRCdetector.m UnderstandingLTEwithMATLAB_Chapter5/SISO/CRCgenerator.m UnderstandingLTEwithMATLAB_Chapter5/SISO/CSRgenerator.m UnderstandingLTEwithMATLAB_Chapter5/SISO/DemodulatorSoft.m UnderstandingLTEwithMATLAB_Chapter5/SISO/Equalizer.m UnderstandingLTEwithMATLAB_Chapter5/SISO/ExpungeFrom.m UnderstandingLTEwithMATLAB_Chapter5/SISO/genPayload.m UnderstandingLTEwithMATLAB_Chapter5/SISO/gridResponse_averageSlot.m UnderstandingLTEwithMATLAB_Chapter5/SISO/gridResponse_averageSubframe.m UnderstandingLTEwithMATLAB_Chapter5/SISO/gridResponse_i
压缩包 : UnderstandingLTEwithMATLAB_Chapter3.zip 列表 UnderstandingLTEwithMATLAB_Chapter3/aREADME.m UnderstandingLTEwithMATLAB_Chapter3/chap3_ex01.m UnderstandingLTEwithMATLAB_Chapter3/chap3_ex02_qpsk.m UnderstandingLTEwithMATLAB_Chapter3/chap3_ex03_qpsk_viterbi.m UnderstandingLTEwithMATLAB_Chapter3/chap3_ex04_qpsk_viterbi_soft.m UnderstandingLTEwithMATLAB_Chapter3/chap5_ex05_qpsk_turbo.m
压缩包 : UnderstandingLTEwithMATLAB_Chapter4.zip 列表 UnderstandingLTEwithMATLAB_Chapter4/aREADME.m UnderstandingLTEwithMATLAB_Chapter4/AWGNChannel.m UnderstandingLTEwithMATLAB_Chapter4/CbBitSelection.m UnderstandingLTEwithMATLAB_Chapter4/CbCRCDetector.m UnderstandingLTEwithMATLAB_Chapter4/CbCRCGenerator.m UnderstandingLTEwithMATLAB_Chapter4/CblkSegParams.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex01.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex02.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex03_nIter.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex03_performanceBER.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex03_performanceProfiling.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex03_performanceTiming.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex03_viterbi.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex04.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex04_crc.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex04_performanceBER.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex04_performanceTiming.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex05_crc.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex05_performanceBER.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex05_rate.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex06.m UnderstandingLTEwithMATLAB_Chapter4/chap4_ex06_performanceBER.m UnderstandingLTEwithMATLAB_Chapter4/ConvolutionalEncoder.m UnderstandingLTEwithMATLAB_Chapter4/DemodulatorHard.m UnderstandingLTEwithMATLAB_Chapter4/DemodulatorSoft.m UnderstandingLTEwithMATLAB_Chapter4/DescramblerHard.m UnderstandingLTEwithMATLAB_Chapter4/DescramblerSoft.m UnderstandingLTEwithMATLAB_Chapter4/lteCbRateDematching.m UnderstandingLTEwithMATLAB_Chapter4/lteIntrlvrIndices.m UnderstandingLTEwithMATLAB_Chapter4/Modulator.m UnderstandingLTEwithMATLAB_Chapter4/RateDematcher.m UnderstandingLTEwithMATLAB_Chapter4/RateMatcher.m UnderstandingLTEwithMATLAB_Chapter4/RateMatcherTB.m UnderstandingLTEwithMATLAB_Chapter4/Scrambler.m UnderstandingLTEwithMATLAB_Chapter4/TbChannelCoding.m UnderstandingLTEwithMATLAB_Chapter4/TbChannelDecoding.m UnderstandingLTEwithMATLAB_Chapter4/TbCRCDetector.m UnderstandingLTEwithMATLAB_Chapter4/TbCRCGenerator.m UnderstandingLTEwithMATLAB_Chapter4/TurboDecoder.m UnderstandingLTEwithMATLAB_Chapter4/TurboDecoder_crc.m UnderstandingLTEwithMATLAB_Chapter4/TurboDecoderTB.m UnderstandingLTEwithMATLAB_Chapter4/TurboEncoder.m UnderstandingLTEwithMATLAB_Chapter4/ViterbiDecoder.m UnderstandingLTEwithMATLAB_Chapter4/zVisualize_ex03.m UnderstandingLTEwithMATLAB_Chapter4/zVisualize_ex04.m UnderstandingLTEwithMATLAB_Chapter4/zVisualize_ex05.m UnderstandingLTEwithMATLAB_Chapter4/zVisualize_ex06.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.