Direct-sequence Spread Spectrum transceiver using SDR
  • Python 94.6%
  • CMake 4.6%
  • C++ 0.3%
  • C 0.3%
  • Batchfile 0.1%
  • Other 0.1%
Find a file
2026-04-07 03:02:11 -04:00
gr-customModule 调整文件路径 2026-02-12 13:42:03 +08:00
PSK 修复vars 2026-02-16 20:37:53 +08:00
.gitignore 调整文件路径 2026-02-12 13:42:03 +08:00
audiotest First commit 2026-02-11 01:49:00 +08:00
audiotest.py First commit 2026-02-11 01:49:00 +08:00
launch-grc.sh First commit 2026-02-11 01:49:00 +08:00
README.md Update README.md 2026-04-07 03:02:11 -04:00
vars 修复vars 2026-02-16 20:37:53 +08:00

说明:

audiotest.py用来测试在gnuradio的audio sink是否可以正常工作

使用oot

gr-customModule中:新建build文件夹,并在build文件夹中:

$ cmake ..
$ make
$ make install DESTDIR=/path/to/install

来编译和安装 通过DESTDIR指定OOT安装目录可以是相对或绝对路径

vars文件中定义了启动grc时需要修改的环境变量可根据需要修改其中的内容
launch-grc.sh是一个启动grc的脚本它自动地导入vars中的环境变量并启动grc以使用自定义的模块