From 72c08228e4876e115810c187258fb238d61783c2 Mon Sep 17 00:00:00 2001 From: OSQZSS Date: Sun, 28 Aug 2022 19:46:37 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 76ea64d..d8e6a08 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,12 @@ You can also execute these commands via the `bladeRF-cli` script option as below #### HackRF: +The output data has to be 8-bit signed I/Q samples. +``` +> gps-sdr-sim -e brdc0010.22n -b 8 +``` +You can use `hackrf_transfer` tool in the HackRF host software. + ``` > hackrf_transfer -t gpssim.bin -f 1575420000 -s 2600000 -a 1 -x 0 ```