From a81c90b6442c8ec69e051e0243363ee3b8f78d92 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 29 Dec 2022 16:25:06 +0100 Subject: [PATCH] TODO: added pulse length improvement needed. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 3f3ec9ec474..a10450505cf 100644 --- a/TODO +++ b/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 ========