summaryrefslogtreecommitdiff
path: root/decoder/test/ir_nec/tv_matsui_0001_button_av_hold_carrier.output
AgeCommit message (Collapse)Author
2020-08-18ir_nec: catch up with STOP bit width adjustmentGerhard Sittig
The decoder implementation changed the STOP width from 0.652ms to 0.562ms, which affects the STOP bit and the REMOTE button code annotations' end.
2018-02-15ir_nec: add test for the optional carrier detect featureGerhard Sittig
The IR-NEC decoder optionally can handle input streams that still have the carrier signal. Add a test for this configuration, derived from the test which uses the signal that had the carrier removed in hardware. The same data is seen, just at different sample numbers. The content was verified by means of the "cut -d ' ' -f 2-" and "diff" commands.