From f44c2720be8cbc2a5eb40aed032cc568174ebd03 Mon Sep 17 00:00:00 2001 From: OSQZSS Date: Mon, 4 Jul 2022 09:08:52 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b4e7700..bfb69e7 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,11 @@ You can also execute these commands via the `bladeRF-cli` script option as below > gps-sdr-sim-uhd.py -t gpssim.bin -s 2500000 -x 0 ``` +You can also use `tx_samples_from_file` tool included in the UHD examples: +``` +> tx_samples_from_file --file gpssim.bin --type short --rate 2500000 --freq 1575420000 --gain 0 +``` + #### LimeSDR (in case of 1 Msps 1-bit file, to get full BaseBand dynamic and low RF power): ```