欢迎来到三一办公! | 帮助中心 三一办公31ppt.com(应用文档模板下载平台)
三一办公
全部分类
  • 办公文档>
  • PPT模板>
  • 建筑/施工/环境>
  • 毕业设计>
  • 工程图纸>
  • 教育教学>
  • 素材源码>
  • 生活休闲>
  • 临时分类>
  • ImageVerifierCode 换一换
    首页 三一办公 > 资源分类 > PPT文档下载  

    《模拟时间原理》PPT课件.ppt

    • 资源ID:5536769       资源大小:256.99KB        全文页数:24页
    • 资源格式: PPT        下载积分:15金币
    快捷下载 游客一键下载
    会员登录下载
    三方登录下载: 微信开放平台登录 QQ登录  
    下载资源需要15金币
    邮箱/手机:
    温馨提示:
    用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    《模拟时间原理》PPT课件.ppt

    HLA-Time Management,陳昱豪,Outline,Basic Concepts of HLA SimulationsTime Management 簡介HLA 模擬時間原理,Basic Concepts of HLA Simulations,HLA 簡介HLA 元件與服務Federate的規則TM方面Continuous vs.Discrete SimulationsSimulation Time StepsTime steps&Pseudocode,HLA 簡介,HLA(High Level Architecture)是一個整合介面,用來結合各種不同的電腦模擬單位成為一個整體模擬環境。HLA也可以擴充於原本的模擬架構。三個重要名詞定義:Federation:由各個模擬單位所組合而成的模擬系統。Federate:各個獨立的模擬單位。Federation execution:federation的執行期間,HLA 元件與服務,Federation RulesInterface SpecificationObject Model Template(OMT)HLA定義六種型態的服務群組,Federate的規則TM方面,規則 10:模擬時間管理(Time Management)Federates 必須能夠處理其所模擬的當地時間(local time),使得此時間可以與Federation內其他federate的時間相互協調進行資料的交換:一個Federation的所有模擬系統(federates)必須能夠處理其所模擬的當地時間,彷彿它們是在使用同一個模擬時間系統內。一個模擬系統的內部可以依其需要來管理模擬時間,只要它能與Federation內的其它模擬系統達到一致便可以。,Continuous vs.DiscreteSimulations,Simulation Time Steps,Time steps&Pseudocode,Time Management 簡介,Time Management目的Time Management 是用來協調Federates之間的Logical timeTime Management的另一個觀點Time Management設法適合滿足單一 Federation所使用的各種技術,Time Management目的,協調模擬時間來完成演習進行:控制演習邏輯時間的進行以及協調邏輯時間與真實時間的關係。將事件的發生依時間關係來傳遞。支援演習模擬當中的事件因果關係。支援federates之間不同的訊息排序方式與網路傳送需求。,Time Management 是用來協調Federates之間的Logical time,最基本問題是確保下面兩者情況之一的成立:沒有一個federate會收到它的過去時間所發生的事件(保守的方式)。當一個federate收到它的過去時間所發生的事件使得現在的狀態變成不正確,但是因為federate的推演已經超過該時間點使得它必須倒推回到(roll back)該時間點(樂觀的方式)。,Time Management的另一個觀點,另一種方式就是完全忽略時間的管理(也就是DIS類型的“即時性”模擬系統所使用的方式),而將收到該事件的時間視為該事件的發生時間-Federate時間是由它的host wall clock所產生。此法不會保證事件的因果關係會被遵守。如果網路傳輸延遲時間能保證限制於某定量時間內,此方法尚可被人類感官所接受。HLA介面規格將Time management特徵化為由每一個federate來自行設定兩個布耳變數(Boolean switches):Time-regulatingTime-constrained,Time Management設法適合滿足單一 Federation所使用的各種技術,HLA 模擬時間原理,Time in Distributed SimulationsSimulations Supported by the HLAThe Need for Time ManagementTime StampsLogical TimeLogical View of TM ServicesTime Management Mechanisms,Time in Distributed Simulations,Physical timeTime in the physical system,that is,the system being modeled by the simulationSimulation time The simulators representation of physical timeWallclock time Time when the simulator is executed,Simulations Supported by the HLA,Scaled real-time simulations(Time-Step)Have a linear relation T=S*W where W is a duration in wallclock time,T the corresponding duration in simulation time,and S is a scale factorIf S=1,we have a real-time simulation As-fast-as-possible simulations(Event-driven)When one attempts to complete the simulation as quickly as possible,so execution is not paced to have a direct relationship to wallclock time,The Need for Time Management,A simulator may incorrectly reproduce temporal aspects of the real world system being modeledRepeated executions of the simulation with the same initial state and external inputs might give entirely different results,Time Stamps,Temporal anomalies are eliminated by assigning a time stamp(in simulation time)to each event and ensuring that events are delivered to the federate in time-stamp order(TSO)The time management services ensure a federate will not receive an event in its past,i.e.,an event with time stamp less than its current federate time,Logical Time,Federate time is the current simulation time of a federateLogical time is how federate time is called for federates that can send or receive TSO messages to distinguish these federates from those deriving federate time directly from wallclock timeDuring the execution of a federation,different federates may have different logical time values,Logical View of TM Services,Time Management Mechanisms,Event-drivenThe federate processes events in time-stamp order Time-steppedEach time advance of the federate is in fixed time stepParallel discrete-event simulationFederates on multiprocessor systems are synchronized using a conservative or an optimistic protocolWallclock-time drivenFederate time is derived directly from wallclock time,Thanks for listening!,

    注意事项

    本文(《模拟时间原理》PPT课件.ppt)为本站会员(小飞机)主动上传,三一办公仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一办公(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    备案号:宁ICP备20000045号-2

    经营许可证:宁B2-20210002

    宁公网安备 64010402000987号

    三一办公
    收起
    展开