From 7fe0122d2dc93e79f10e3a66af91e4b3f672c1cd Mon Sep 17 00:00:00 2001 From: andreas128 Date: Tue, 25 Oct 2016 10:53:50 +0200 Subject: fixed generate-filter.py path --- scenarios.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios.tex b/scenarios.tex index a63cdbd..03e7b8d 100644 --- a/scenarios.tex +++ b/scenarios.tex @@ -90,7 +90,7 @@ This example also shows more options that the example for the file output: \item \texttt{firfilter enabled=0} can be set to 1 to enable an additional FIR filter to improve the spectrum mask. This filter needs a file containing the filter taps, which can be generated using - \texttt{ODR-DabMux/doc/fir-filter/generate-filter.py}. An example taps + \texttt{ODR-DabMod/doc/fir-filter/generate-filter.py}. An example taps file is also available in this folder. \item \texttt{master\_clock\_rate=32768000} sets the USRP internal clock to a multiple of $2048000$, which is required if we want to use the native -- cgit v1.2.3 From e4e4889d5151102b54e04f3370e8d727434d67c1 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Sun, 19 Feb 2017 13:22:17 +0000 Subject: Change file output description --- scenarios.tex | 9 ++++++--- 1 file 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} -- cgit v1.2.3