diff --git a/README.md b/README.md index f7411b0..f192394 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,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): ``` @@ -202,5 +207,5 @@ Default 3.0MHz. Applicable range 1.0MHz to 5.0MHz. ### License -Copyright © 2015-2018 Takuji Ebinuma +Copyright © 2015-2022 Takuji Ebinuma Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).