diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-30 11:09:07 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-30 11:09:07 +0200 |
commit | 15c1ce647f43e2acb1999413c88afa4975243f02 (patch) | |
tree | 4689a3d901db03f8663981f6c276ecc60e7869ac /scenarios.tex | |
parent | 794a3f2d9a6cf5de7744922eb78f2fc6c4e35f5f (diff) | |
parent | 4882fff998495cfd00b2c2e45fa665ab9c557e8f (diff) | |
download | mmbtools-doc-15c1ce647f43e2acb1999413c88afa4975243f02.tar.gz mmbtools-doc-15c1ce647f43e2acb1999413c88afa4975243f02.tar.bz2 mmbtools-doc-15c1ce647f43e2acb1999413c88afa4975243f02.zip |
Merge remote-tracking branch 'gh/master'
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 806d496..54673f9 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} |