X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fjitter%2F__init__.py;h=3394ad759bc2f03dcc1ba5395632da961e854d84;hb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;hp=63a0fff1c4c87c826e58e1d0cc7ff262029938ad;hpb=2b46b01c72c06683b3130647affe92c425d573b5;p=libsigrokdecode.git 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. '''