当前位置:   article > 正文

Hackrf One模拟GPS信号—手记_hackrf one gps

hackrf one gps

首次准备

下载编译gps-sdr-sim

git clone https://github.com/osqzss/gps-sdr-sim.git

cd gps-sdr-sim

gcc gpssim.c -lm -O3 -o gps-sdr-sim
  • 1
  • 2
  • 3
  • 4
  • 5

获取目的坐标

https://tool.lu/coordinate/
http://api.map.baidu.com/lbsapi/getpoint/index.html

生成数据

./gps-sdr-sim -e brdc3540.14n -l 43.969638,125.318352,100 -T 2021/07/20,09:50:00 -b 8
  • 1

发射信号

hackrf_transfer -t gpssim.bin -f 1575420000 -s 2600000 -a 1 -x 0
  • 1
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号