Skip to content

Nothing too special. Just a tool to quickly calculate avg and jitter from predeterminate values.

Notifications You must be signed in to change notification settings

colozzacristian/JitterCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

What are the output values

averange

The averange delay

Jitter

It tells us the averange variation of the delay

The math behind

Precise jitter

$$ \sqrt\frac{(num_0-Avg)^2+...+(num_n-Avg)^2}{N-1} $$

Less precise jitter

$$ \sqrt\frac{(num_0-Avg)^2+...+(num_n-Avg)^2}{N} $$

Usage

To call the program you must be in the same directory as the file. To use it:

python3 jittercalc.py <num1> <num2> ... <numN>

There is no limit on how many values you can input.

About

Nothing too special. Just a tool to quickly calculate avg and jitter from predeterminate values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages