From ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Thu, 6 Apr 2017 22:20:10 +0100 Subject: Add MemlessPoly documentation for config file --- doc/example.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/example.ini') diff --git a/doc/example.ini b/doc/example.ini index f8cec36..ffb20d7 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -135,6 +135,21 @@ enabled=1 ; If filtertapsfile is not given, the default taps are used. ;filtertapsfile=simple_taps.txt +[poly] +;Predistortion using memoryless polynom +enabled=1 +polycoeffile=polyCoefs +;eg: +;echo "8 +;0.1 +;0 +;0 +;0 +;0 +;0 +;0 +;0" > polyCoefs + [output] ; choose output: possible values: uhd, file, zmq, soapysdr output=uhd -- cgit v1.2.3