README: add --softinv

master
Zilog80 2024-06-17 22:39:02 +02:00
rodzic ddaec3e788
commit b6a1defb0a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -64,6 +64,6 @@ alternative decoders using cross-correlation for better header-synchronization
soft input:<br />
Option `--softin` expects float32 symbols as input, with `s>0` corresponding to `bit=1`.<br />
(remark/caution: often soft bits are defined as `bit=0 -> s=+1` and `bit=1 -> s=-1` such that the identity element `0`
for addition mod 2 corresponds to the identity element `+1` for multiplication.)
for addition mod 2 corresponds to the identity element `+1` for multiplication.)<br />
There is also the option `--softinv` for input with `s<0` corresponding to `bit=1` (e.g. `fsk_demod`).