Просмотр исходного кода

TODO: added pulse length improvement needed.

antirez 3 лет назад
Родитель
Сommit
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
 ========