aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example.ini
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-04-01 10:17:06 +0100
committerandreas128 <Andreas>2017-04-01 10:17:06 +0100
commit6243a4fac50a9c8690e13c2df65c058e69fdcae5 (patch)
tree8e562b11f06a782974bd4d34b2f58005a3903fda /doc/example.ini
parentfce4eab342a5e4bfad01c5f7e704ece35bd718bc (diff)
parent8a5b4f23dec7d22e4f2e38cb7ef7223438461df8 (diff)
downloaddabmod-6243a4fac50a9c8690e13c2df65c058e69fdcae5.tar.gz
dabmod-6243a4fac50a9c8690e13c2df65c058e69fdcae5.tar.bz2
dabmod-6243a4fac50a9c8690e13c2df65c058e69fdcae5.zip
Merge branch 'next' into next_memless
Diffstat (limited to 'doc/example.ini')
-rw-r--r--doc/example.ini13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/example.ini b/doc/example.ini
index 0659813..f8cec36 100644
--- a/doc/example.ini
+++ b/doc/example.ini
@@ -141,13 +141,16 @@ output=uhd
[fileoutput]
; Two output formats are supported: In the default mode,
-; the file output writes I/Q float values (i.e. complex float)
-; to the file. The I and Q samples can take values up to
-; 100000 in absolute magnitude with gainmode FIX.
-; With gainmode VAR, they should never exceed 50000.
-; With gainmode MAX, thet are limited to 32767.
+; the file output writes I/Q float values (i.e. complex
+; float) to the file. The I and Q samples can take values up
+; to 810000 in absolute magnitude with gainmode FIX. With
+; gainmode VAR and FIX, they should never exceed 50000.
;format=complexf
;
+; When the format is set to complexf_normalised the maximal
+; amplitude written to a file, is the digital gain +-10%.
+;format=complexf_normalised
+;
; When the format is set to s8, the output writes I/Q 8-bit
; signed integers, where the magnitude is multiplied by 128/50000
; effectively mapping the gainmode VAR range of -50000 -- 50000