diff options
Diffstat (limited to 'decoders/jitter/__init__.py')
-rw-r--r-- | decoders/jitter/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/jitter/__init__.py b/decoders/jitter/__init__.py index 63a0fff..3394ad7 100644 --- a/decoders/jitter/__init__.py +++ b/decoders/jitter/__init__.py @@ -21,6 +21,7 @@ This protocol decoder retrieves the timing jitter between two digital signals. It allows to define a clock source channel and a resulting signal channel. + Each time a significant edge is detected in the clock source, we calculate the elapsed time before the resulting signal answers and report the timing jitter. ''' |