]> sigrok.org Git - libsigrokdecode.git/commit
dcf77: annotate unexpected bit numbers and values, do not abort execution
authorGerhard Sittig <redacted>
Mon, 16 Apr 2018 19:15:13 +0000 (21:15 +0200)
committerUwe Hermann <redacted>
Tue, 24 Apr 2018 19:28:59 +0000 (21:28 +0200)
commitcb67584195ed543adf090c9299d28e9f7f89f861
tree85bb8e09663ba9925a3398d6bd54ba2952d48cd8
parent40935087ca8a2c63fb224228c3f7dcbe74d48d20
dcf77: annotate unexpected bit numbers and values, do not abort execution

Improve robustness of the DCF77 decoder. Cope with "neiter 0 nor 1" bit
values (glitches can break the detection of pulse widths), as well as
unexpected bit numbers (more than 59 pulses per minute, can be a
follow-up error after e.g. glitches break one long pulse into two short
pulses). Do not process this invalid data, do emit error annotations.
decoders/dcf77/pd.py