zoukankan      html  css  js  c++  java
  • jitter

    release jitter of tasks

    there is a distinction between the real activation request and the actual activation instant of a task.

    release jitter of packets

    The maximum difference in the latency between two packets within a flow.

    Low jitter is often a requirement for video streams or other real time data for which the regularity of data arrival is important.

    The jitter times gives a lower bound on the size of buffer required.

    For example, in a video playback system, the size of the buffer required to hold packets before playback is determined by the jitter, not the average latency.

    release jitter J_i  denotes the maximum deviation of successive packets released from its period.

    If a packet from f_i is generated at time a (real activation), then it will be released for transmission by time a+J_i (actual activation) 

    and have global deadline a + D_i, and local deadline a+J_i + D_i. 

  • 相关阅读:
    开发进度二
    开发进度一
    大道至简阅读笔记01
    用户模板和用户评价
    第九周总结
    第八周总结
    NABCD项目分析
    第七周总结
    第六周总结
    构建之法阅读笔记03
  • 原文地址:https://www.cnblogs.com/cpsmile/p/9039917.html
Copyright © 2011-2022 走看看