软件: win10 + gps-sdr-sim-assistant 首先下载软件 解压后运行gps-sdr-sim-assistant.exe 在地图上选取一个位置或者左上角搜索地点 设置模拟时间,这个时间是生成GPS仿真数据的时间。 点击生成文件,等待大概一分钟 这时根目录下会生成GPS仿真数据gpssim.bin ...
3、创建新项目 选择下载好的gps-sdr-sim 继续参考: https://github.com/osqzss/gps-sdr-sim Start Visual Studio. Create an empty project for a console application. On the Solution Explorer at right, add "gpssim.c" and "getopt.c" to the Souce Files folder. Select "Release" in Solution Conf...
GPS-SDR-SIM环境搭建 为了搭建GPS-SDR-SIM环境,请按照以下步骤进行操作: 克隆仓库:从GitHub克隆GPS-SDR-SIM仓库到本地机器。 gitclonehttps://github.com/osqzss/gps-sdr-sim.git 进入仓库目录:切换到克隆的目录。 cdgps-sdr-sim 构建软件:构建GPS-SDR-SIM软件。 make 下载星历和星历数据:从在线来源下载GPS卫...
在成功载入后,BladeRF主板上的3 个LED 小灯便会亮起, 同时我们可以加 -p 参数来进一步验证系统安装成功. $ bladeRF-cli-p Backend: libusb Serial: f12ce1037830alb27f3ceebalf521413 USB Bus: 4 USB Bus: 4 1.2 GPS-SDR-SIM 安装 git clone https://github.com/osqzss/gps-sdr-sim.git cd gps-sdr...
1、安装gps-sdr-sim https://github.com/osqzss/gps-sdr-sim git clonehttps://github.com/osqzss/gps-sdr-sim.git cd gps-sdr-sim gcc gpssim.c -lm -O3 -o gps-sdr-sim 2、解决gcc的问题 参考:http://stackoverflow.com/questions/20340117/omp-h-library-isnt-found-in-the-gcc-version-4-2-...
本过程需要使用开源项目 gps-sdr-sim 本程序的安装过程如下: 模块参数详解: 运行 会默认生成 gpssim.bin文件 然后使用 HackRF One 重放数据 $ hackrf_transfer -t gpssim.bin -f 1575420000 -s 2600000 -a 1 -x 47 –R 参数解析: -t 目标数据文件 -f 发射频率 -s 采样频率 -a 是否开启增益 -x 增...
Security Insights Additional navigation options Files master extclk player rtk satgen .gitignore IS-GPS-200.pdf LICENSE Makefile README.md bladerf.script brdc0010.22n circle.csv circle_llh.csv getopt.c getopt.h gps-sdr-sim-uhd.py gpssim.c ...
gps-sdr-sim -e brdc0190.17n -l 29.6562801500,91.1257504400,100 -b 8 -e 指定RINEX格式GPS导航电文文件 -l 指定经纬度和海拔 -b 指定采样精度(hackrf为8,blader为16) 此刻采用的是布达拉宫的经纬坐标。 3、连接hackrf设备 GPS外部时钟如下图所示安装在HackRF板上: ...
Software-Defined GPS Signal Simulator. Contribute to osqzss/gps-sdr-sim development by creating an account on GitHub.