Calculating the stability of frame rate given a frequency histogram of contiguous missed refresh periods












0












$begingroup$


First off, I'm looking at the output of video to a screen, and I've captured the timing for when each frame is drawn to the screen. What I'm trying to capture is the stability of this frame rate for quality checking purposes (if frames aren't drawn steadily, it can cause jerky animation, which is a bad viewing experience). The device has a set interval called refresh periods, in which it updates the screen every 16.666667ms.



So I have a frequency histogram where the class intervals are the number of contiguous missed refresh periods (the time spent between frames being drawn), and I've found what I believe is a way to calculate out the stability of the second by doing the following:



Divide the range of populated class intervals by the total number of observations, and then take the inverse of the percentage.



For example:



Given a device with the maximum ability to draw 60 frames in a 1000ms period;
If the device was to draw 30 frames in the 1000ms period;
I could receive a frequency histogram with all 30 frames drawn every 32ms (effectively putting all 30 observations in the bucket of 1 missed refresh periods), which gives me a "score/percent" of 97. This is the best case example for a 30fps video, where every other refresh period is skipped, resulting in a smooth experience.



Given the same device, with 60 frames drawn in the 1000ms period;
I would receive a frequency histogram with all 60 frames drawn every 16ms (effectively putting all 60 observations in the bucket of 0 missed refresh periods), which gives me a "score/percent" of 100. This is the best case example for a 60fps video, where every refresh period the screen is updated, resulting in a smooth experience.



And finally:



Given the same device, with 30 frames drawn in the 1000ms period;
I could receive a frequency histogram with 29 frames drawn at 16ms, and then the following frame could take the remainder of the second (500ms), resulting in a frequency histogram of 29 observations in the 0 bucket, and 1 in the 29 missed refresh periods, giving me a score of 3. This is the worst case example for a 30fps video, where every refresh period the screen is updated, until halfway through the second where it just... stops; resulting in a very bad experience.



 



What I'm looking to find is what such a calculation would be called, if it even has a term; as I'm aware that this is a very, very niche situation. Any help would be appreciated.










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    First off, I'm looking at the output of video to a screen, and I've captured the timing for when each frame is drawn to the screen. What I'm trying to capture is the stability of this frame rate for quality checking purposes (if frames aren't drawn steadily, it can cause jerky animation, which is a bad viewing experience). The device has a set interval called refresh periods, in which it updates the screen every 16.666667ms.



    So I have a frequency histogram where the class intervals are the number of contiguous missed refresh periods (the time spent between frames being drawn), and I've found what I believe is a way to calculate out the stability of the second by doing the following:



    Divide the range of populated class intervals by the total number of observations, and then take the inverse of the percentage.



    For example:



    Given a device with the maximum ability to draw 60 frames in a 1000ms period;
    If the device was to draw 30 frames in the 1000ms period;
    I could receive a frequency histogram with all 30 frames drawn every 32ms (effectively putting all 30 observations in the bucket of 1 missed refresh periods), which gives me a "score/percent" of 97. This is the best case example for a 30fps video, where every other refresh period is skipped, resulting in a smooth experience.



    Given the same device, with 60 frames drawn in the 1000ms period;
    I would receive a frequency histogram with all 60 frames drawn every 16ms (effectively putting all 60 observations in the bucket of 0 missed refresh periods), which gives me a "score/percent" of 100. This is the best case example for a 60fps video, where every refresh period the screen is updated, resulting in a smooth experience.



    And finally:



    Given the same device, with 30 frames drawn in the 1000ms period;
    I could receive a frequency histogram with 29 frames drawn at 16ms, and then the following frame could take the remainder of the second (500ms), resulting in a frequency histogram of 29 observations in the 0 bucket, and 1 in the 29 missed refresh periods, giving me a score of 3. This is the worst case example for a 30fps video, where every refresh period the screen is updated, until halfway through the second where it just... stops; resulting in a very bad experience.



     



    What I'm looking to find is what such a calculation would be called, if it even has a term; as I'm aware that this is a very, very niche situation. Any help would be appreciated.










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      First off, I'm looking at the output of video to a screen, and I've captured the timing for when each frame is drawn to the screen. What I'm trying to capture is the stability of this frame rate for quality checking purposes (if frames aren't drawn steadily, it can cause jerky animation, which is a bad viewing experience). The device has a set interval called refresh periods, in which it updates the screen every 16.666667ms.



      So I have a frequency histogram where the class intervals are the number of contiguous missed refresh periods (the time spent between frames being drawn), and I've found what I believe is a way to calculate out the stability of the second by doing the following:



      Divide the range of populated class intervals by the total number of observations, and then take the inverse of the percentage.



      For example:



      Given a device with the maximum ability to draw 60 frames in a 1000ms period;
      If the device was to draw 30 frames in the 1000ms period;
      I could receive a frequency histogram with all 30 frames drawn every 32ms (effectively putting all 30 observations in the bucket of 1 missed refresh periods), which gives me a "score/percent" of 97. This is the best case example for a 30fps video, where every other refresh period is skipped, resulting in a smooth experience.



      Given the same device, with 60 frames drawn in the 1000ms period;
      I would receive a frequency histogram with all 60 frames drawn every 16ms (effectively putting all 60 observations in the bucket of 0 missed refresh periods), which gives me a "score/percent" of 100. This is the best case example for a 60fps video, where every refresh period the screen is updated, resulting in a smooth experience.



      And finally:



      Given the same device, with 30 frames drawn in the 1000ms period;
      I could receive a frequency histogram with 29 frames drawn at 16ms, and then the following frame could take the remainder of the second (500ms), resulting in a frequency histogram of 29 observations in the 0 bucket, and 1 in the 29 missed refresh periods, giving me a score of 3. This is the worst case example for a 30fps video, where every refresh period the screen is updated, until halfway through the second where it just... stops; resulting in a very bad experience.



       



      What I'm looking to find is what such a calculation would be called, if it even has a term; as I'm aware that this is a very, very niche situation. Any help would be appreciated.










      share|cite|improve this question











      $endgroup$




      First off, I'm looking at the output of video to a screen, and I've captured the timing for when each frame is drawn to the screen. What I'm trying to capture is the stability of this frame rate for quality checking purposes (if frames aren't drawn steadily, it can cause jerky animation, which is a bad viewing experience). The device has a set interval called refresh periods, in which it updates the screen every 16.666667ms.



      So I have a frequency histogram where the class intervals are the number of contiguous missed refresh periods (the time spent between frames being drawn), and I've found what I believe is a way to calculate out the stability of the second by doing the following:



      Divide the range of populated class intervals by the total number of observations, and then take the inverse of the percentage.



      For example:



      Given a device with the maximum ability to draw 60 frames in a 1000ms period;
      If the device was to draw 30 frames in the 1000ms period;
      I could receive a frequency histogram with all 30 frames drawn every 32ms (effectively putting all 30 observations in the bucket of 1 missed refresh periods), which gives me a "score/percent" of 97. This is the best case example for a 30fps video, where every other refresh period is skipped, resulting in a smooth experience.



      Given the same device, with 60 frames drawn in the 1000ms period;
      I would receive a frequency histogram with all 60 frames drawn every 16ms (effectively putting all 60 observations in the bucket of 0 missed refresh periods), which gives me a "score/percent" of 100. This is the best case example for a 60fps video, where every refresh period the screen is updated, resulting in a smooth experience.



      And finally:



      Given the same device, with 30 frames drawn in the 1000ms period;
      I could receive a frequency histogram with 29 frames drawn at 16ms, and then the following frame could take the remainder of the second (500ms), resulting in a frequency histogram of 29 observations in the 0 bucket, and 1 in the 29 missed refresh periods, giving me a score of 3. This is the worst case example for a 30fps video, where every refresh period the screen is updated, until halfway through the second where it just... stops; resulting in a very bad experience.



       



      What I'm looking to find is what such a calculation would be called, if it even has a term; as I'm aware that this is a very, very niche situation. Any help would be appreciated.







      terminology






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 10 at 23:52







      Xarus

















      asked Jan 10 at 22:39









      XarusXarus

      1013




      1013






















          0






          active

          oldest

          votes











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3069266%2fcalculating-the-stability-of-frame-rate-given-a-frequency-histogram-of-contiguou%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3069266%2fcalculating-the-stability-of-frame-rate-given-a-frequency-histogram-of-contiguou%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          Npm cannot find a required file even through it is in the searched directory

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith