aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-04-06 22:20:10 +0100
committerandreas128 <Andreas>2017-04-06 22:20:10 +0100
commitca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6 (patch)
tree3f4a7c45dc3eb2e1181064bc4f942e6e6986cef4
parentf450abc563b5b0a8f2625d8d1c14f1f04adbd26d (diff)
downloaddabmod-ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6.tar.gz
dabmod-ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6.tar.bz2
dabmod-ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6.zip
Add MemlessPoly documentation for config file
-rw-r--r--doc/example.ini15
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