浏览代码

TODO: added pulse length improvement needed.

antirez 3 年之前
父节点
当前提交
a81c90b644
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      TODO

+ 2 - 0
TODO

@@ -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
 ========