网站大量收购闲置独家精品文档,联系QQ:2885784924

垂直切换的仿真(终).doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
垂直切换的仿真(终)

异构网垂直切换的Matlab仿真 异构网中的切换的仿真: 以下为基本的网络图: 涉及到的仿真包括: 接收信号的强度的设计。 大尺度衰落:路径损耗和阴影效应(ShadowGenerate.m)。 切换的变化: 2.考虑到小尺度衰落的信号接收的变化: 切换的变化: 3.同时考虑到阴影效应下的接收信号强度变化: 切换的变化: 仿真3的源代码: 1.Main.m %% the simulation of this program is for heterogeneous %% %% network in vertical handoff; %% %initial the parameters of network clear clc global fc_LTE fc_Wimax LTE_BS_coordinate Wimax_BS_coordinate ... Wimax_BS_coordinate LTE_BS_coordinate large_scale_time_interval... large_scale_LTE large_scale_wimax large_scale_time_start... large_scale_time_end N service_type=0; %the subscriber type of service %0 refers to real time service,on the % contrary,1 refers to nonreal-time service large_scale_time_interval=100; N=10; large_scale_time_start=0; large_scale_time_end=large_scale_time_interval; large_scale_LTE=ShadowGenerate(3,0.5,N); large_scale_wimax=ShadowGenerate(3,0.5,N); MS_coordinate=[100,0]; LTE_BS_coordinate=[0,0]; %the coordinate of LTE BS Wimax_BS_coordinate=[600,0]; %the coordinate of wimaxE BS MS_speed=10; %the speed of mobile station fc_LTE=2000*10^6; %the frequency of the carrier for LTE fc_Wimax=2500*10^6; %the frequency of the carrier for Wimax Net_state=0; %0 refers to LTE;1 refers to Wimax handoff_drop=1; handoff_clock=0; count_handoff_number=0; Tc=0.4; %time of measure interval record_time=0; %record the number of interval time of system countinue_run=true; while countinue_run %################# measure the receieved signal strength ############ %if the mobile station is in the LTE network if is_in_LTE_coverage(MS_coordinate) RSS_LTE=calculate_RSS(MS_coordinate,MS_speed,LTE,record_time*Tc,Tc); else RSS_LTE=-inf; end %if the mobile station is in the LTE network if is_in_Wimax_

文档评论(0)

shenlan118 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档