diff options
author | andreas128 <Andreas> | 2017-04-06 22:20:10 +0100 |
---|---|---|
committer | andreas128 <Andreas> | 2017-04-06 22:20:10 +0100 |
commit | ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6 (patch) | |
tree | 3f4a7c45dc3eb2e1181064bc4f942e6e6986cef4 /doc/example.ini | |
parent | f450abc563b5b0a8f2625d8d1c14f1f04adbd26d (diff) | |
download | dabmod-ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6.tar.gz dabmod-ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6.tar.bz2 dabmod-ca8ff2b57c4bccfaba4be0d7cee089a3022ea4b6.zip |
Add MemlessPoly documentation for config file
Diffstat (limited to 'doc/example.ini')
-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 |