2022年通信系统建模与仿真 2.pdf
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《2022年通信系统建模与仿真 2.pdf》由会员分享,可在线阅读,更多相关《2022年通信系统建模与仿真 2.pdf(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、11Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25西南交通大学Southwest Jiaotong University通信系统建模与仿真Modeling & Simulation of Communication SystemsIntroduction and Simulation ToolsPresented byProfessor Pingzhi Fan (范平志 ), PhD, SMIEEE西南交通大学移动通信省重点实验室Key Lab of Mobile Communications, South
2、west Jiaotong University四川成都,邮码:610031 ,Chengdu, 610031, PR ChinaWebsite: http:/ Email: p.fanieee.orgSeptember 2011 January 2012, ?SWJTU-IMC 20112Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25CONTENTS1.Introduction and simulation tools2.Simulation of random variables and random
3、process3.Representation of signals and systems in simulation4.Simulation of communication channels5.Modeling and simulation of baseband and passbandtransmissions6.Modelingand simulation of OFDM/Multi-carrier transmission7.Modelingand simulation of CDMA transmission8.Modelingand simulation of multipl
4、e access protocols9.Estimationof performance measures from simulation3Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25OutlineCourse requirements and policySystem modeling and simulation methodologySimulation tools and classificationNetwork simulation tools NS2, OMNeT+, etcGeneral
5、simulation tools SPW, Ptolemy, etc.Waveform simulation tools SystemView, Matlab, etcCourse assignment4Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25Suitability and Coverage:The course is open to MScstudents majoring in communications and signal processing. The course covers fund
6、amentals in modeling and simulating various aspects of communication systems. Prerequisite: Communications principles and programming in C/C+ and Matlab.Grading Method: Grades are based on the following weights. Course Projects: 50% Homework and exam: 50% Final course gradingwill not be on an absolu
7、te cale.Students participation in and after class may affect the final grade. Coverage & Requirements5Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25Homework Policy:Several written homework assignments will be given throughout the semester. These assignments will cover the readin
8、g and the class material. To be eligible for credit, each assignment solution must fulfill the published requirements and must be completed by the due date. Deadline Policy:All homework assignments will be given with a strict deadline, and students are required to submit their assignments on or befo
9、re the deadline. In case of extenuating circumstances, students are advised to contact the instructor assoon as practical. Conduct Policy:We pledge to hold ourselves and our peers to the highest standards of honesty and integrity. All assignments are to be considered an individual effortunless other
10、wise specified by the instructor. Students are expected to read, understand, and follow the honorcode rules as set forth by the university. Course Policy6Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-251. Hiroshi Harada, RamjeePrasad, Simulation and Software Radio for Mobile Commu
11、nications, ArtechHouse, 2002.2. Bernard Sklar, Digital Communications: Fundamentals and Applications, 2nd Ed., Pearson Education, 2002.3. Michel C. Jeruchim, Philip Balaban, K. Sam Shanmugan, Simulation of Communication Systems Modeling Methodology & Techniques, KluwerAcademic/Plenum Publishers, 2Ed
12、, 2000.4. F. M. Gardner, J. D. Baker, Simulation Techniques: Models of Communication Signals and Processes, John Wiley & Sons,1997.5. Averill M. Law, W. David Kelton, Simulation Modeling and Analysis, McGraw-Hill, 2000.6. Paul Burns, Software Defined Radio for 3G, ArtechHouse, 2003.7. MATLAB -The La
13、nguage of Technical Computing: Computation, Visualization, Programming, MathWorks, Inc. 2001.8. B.W. Schmeiser, Some myths and common errors in simulation experiments, Proceedings of the Winter Simulation Conf., 2001.9. ModelingSimu-1_Simulation software list.mht(list of simulation software)Referenc
14、e Materials名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 8 页 - - - - - - - - - 27Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25Motivation: (1) increasing complexity makes the system implementation expensive; (2) new system design should be
15、 timely, cost-effectively and effort-free.System modeling, analyzing and designing: (1) Formula-based approaches, computer is used to evaluate complex formulas; (2) simulation-based approaches, computer is used to simulate the waveforms or signals that flow through the system. Simulation:imitation o
16、f a dynamic system using a model which accounts for system inter-dependencies & variability, in order to evaluate and improve system performance, and as close to the reality as possible. Simulation of communication systemsis concerned with imitating some aspects of the behavior of communication syst
17、ems by using modern computer software, without building the actual hardware.Introduction8Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25Static vsdynamic simulation: static - not based on time; dynamic - include the passage of time, i.e. states are changed over time, clock mechani
18、sm moves forward in time.Deterministicvs stochastic simulation: deterministic -constant inputs/outputs (one run enough); stochastic -random inputs/outputs (multiple runs).Discrete-event v.s. continuous simulation: discreteevent - state changes at discrete (scheduled)timeand triggered conditionally b
19、y events; continuous- state variables changes continuously w.r.t. time(e.g. temperature controlled by heating system).Classification of SimulationMonte Carlo (a city which is the home of the world-famous casino):it basically involves the simulation of a random experiment using artificial means, i.e.
20、, without fully repeating the underlying physical experiment.9Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25Simulation MethodologyMonte Carlo simulation implies that at least one random process is emulated and pure Monte Carlo implies all the input processes (sources, channels e
21、tc) are emulated which is time-consuming.Methodology: to “do”simulation efficiently and accurately. Tradeoffs are necessary between objectives, computing& manpower resources.Approximationsare necessary to reduce complexity or run-time:modeling level: simplification of the specific functionsperforman
22、ce evaluation level: estimation of performance measuresCommunication modeling:System Modeling- highest level of description; complexity reductionDevice Modelingblock or subsystem (e.g. transfer function on every clock cycle: input-transfer-output”)Random Process Modeling: (1) source random process (
23、imitated with pseudo random number generator RNG); (2) time-variant random channel; (3) equivalent random process (ERP).Modelingcan be physical, mathematical, discrete-event simulation (DES), etc. 10Southwest Jiaotong University, Chengdu, PR of China 西南交通大学2011-8-25The major component of resolution
24、is the level of detail that the simulation can receive as input and return as output. If the resolution of a network model is at the packet level, then there is no information provided at the bit level. Bits submitted as input to the model cannot be processed unless the bits are collected and formed
25、 as packets prior to processing. The resolution of the output will be at the packet level unless an external synthesizing function of some sort is used to manipulate the output. The output will be produced based on the granularity of the simulation, but the output may be manipulated by an external f
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年通信系统建模与仿真 2022 通信 系统 建模 仿真
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内