diff options
-rw-r--r-- | doc/example.ini | 15 |
1 files changed, 15 insertions, 0 deletions
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 |