diff options
author | andreas128 <Andreas> | 2017-02-19 13:22:17 +0000 |
---|---|---|
committer | andreas128 <Andreas> | 2017-02-19 13:22:17 +0000 |
commit | e4e4889d5151102b54e04f3370e8d727434d67c1 (patch) | |
tree | 5ce48b2dd78622ddcb1cb9e2d7e66221bd8305b0 /scenarios.tex | |
parent | 7fe0122d2dc93e79f10e3a66af91e4b3f672c1cd (diff) | |
download | mmbtools-doc-e4e4889d5151102b54e04f3370e8d727434d67c1.tar.gz mmbtools-doc-e4e4889d5151102b54e04f3370e8d727434d67c1.tar.bz2 mmbtools-doc-e4e4889d5151102b54e04f3370e8d727434d67c1.zip |
Change file output description
Diffstat (limited to 'scenarios.tex')
-rw-r--r-- | scenarios.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/scenarios.tex b/scenarios.tex index 03e7b8d..5eae525 100644 --- a/scenarios.tex +++ b/scenarios.tex @@ -16,11 +16,12 @@ To modulate the file \texttt{myfirst.eti} into \texttt{myfirst.iq}, with the default options, the command is simply \begin{lstlisting} -odr-dabmod myfirst.eti -f myfirst.iq +odr-dabmod myfirst.eti -f myfirst.iq -n 1 \end{lstlisting} -This will create a file containing 16-bit interleaved I/Q at $2048000$ samples -per second. The transmission mode is defined by the ETI file. +This will create a file containing 32-bit interleaved I/Q at $2048000$ samples +per second. Where the maximal amplitude is bounded by 1.The transmission mode +is defined by the ETI file. The equivalent configuration file would be \begin{lstlisting} @@ -32,6 +33,8 @@ source=myfirst.eti output=file [fileoutput] +format=complexf +normalize=1 filename=myfirst.iq \end{lstlisting} |