Skip to content

Commit

Permalink
TODO: added pulse length improvement needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Dec 29, 2022
1 parent bdaebc5 commit a81c90b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Core improvements

- Detection of non Manchester and non RZ encoded signals. Not sure if there are any signals that are not self clocked widely used in RF. Note that the current approach already detects encodings using short high + long low and long high + short low to encode 0 and 1. In addition to the current classifier, it is possible to add one that checks for a sequence of pulses that are all multiples of some base length. This should detect, for instance, even NRZ encodings where 1 and 0 are just clocked as they are.

- Min pulse length shown in the UI should be the average of the shortest class instead of the shortest found in the sequence.

Features
========

Expand Down

0 comments on commit a81c90b

Please sign in to comment.