diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-20 08:25:54 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-20 08:25:54 +0100 |
commit | 5b70aa8b4809baa25e40fa4edff5c7ad60cf91aa (patch) | |
tree | 3edc8aa5ee5f44d086684b762c9e658fe503cb8e /scenarios.tex | |
parent | 41ad0a518ef8a72476f70840ab3db7f3b443ab26 (diff) | |
download | mmbtools-doc-5b70aa8b4809baa25e40fa4edff5c7ad60cf91aa.tar.gz mmbtools-doc-5b70aa8b4809baa25e40fa4edff5c7ad60cf91aa.tar.bz2 mmbtools-doc-5b70aa8b4809baa25e40fa4edff5c7ad60cf91aa.zip |
Fix hackrf configuration output
Diffstat (limited to 'scenarios.tex')
-rw-r--r-- | scenarios.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scenarios.tex b/scenarios.tex index a841035..d452f99 100644 --- a/scenarios.tex +++ b/scenarios.tex @@ -189,13 +189,12 @@ output=file [fileoutput] format=s8 -filename=/dev/stdout +filename=/tmp/ofdm.fifo \end{lstlisting} The output fifo has to be created beforehand, and the \texttt{hackrf\_transfer} -utility is then used to transmit the signal to the device. The options needed -for the transmission utility are not complete yet. The rough idea would be: +utility is then used to transmit the signal to the device. Depending on the capabilities of the host computer, using higher sampling rates ($6144$k, and even $8192$k) may be possible. This oversampling is desirable as @@ -209,7 +208,6 @@ equivalent to that obtained from first generation commercial modulators. This can be increased to a relatively respectable $\approx 40$dB by enabling the FIR filter in ODR-DabMod, and an appropriate coefficient file provided. - Example of using ODR-DabMod with the \texttt{hackrf\_transfer} utility: \begin{lstlisting} |