在GNURadio中写自己的模块(OOT)

本文档详细介绍了如何在Linux环境下安装GNURadio,并分别讲解了如何编写Python和C++的自定义模块。通过创建OTT文件夹,添加模块代码,修改必要文件,包括multiply_py_ff.py、qa_multiply_py_ff.py、my_qpsk_demod_cb_impl.cc等,实现信号处理功能。最后,文章提到了安装自定义模块和实际使用的方法。
摘要由CSDN通过智能技术生成

1、Linux下安装GNURadio

参考:http://blog.csdn.net/windstrip/article/details/52847007

2、在GNURadio下写自己的Python模块

(1)构建OTT文件夹

$ gr_modtool newmod tutorial
Creating out-of-tree module in ./gr-tutorial... Done.
Use 'gr_modtool add' to add a new block to this currently empty module.

其中:gr-tutorial为模块所在文件夹。

(2)向文件夹中添加模块

gr-tutorial$ gr_modtool add -t sync -l python
GNU Radio module name identified: tutorial
Language: Python
Enter name of block/code (without module name prefix): multiply_py_ff
Block/code identifier: multiply_py_ff
Enter valid argument list, including default arguments: multiple
Add Python QA code? [Y/n] y
Adding file 'Python/multiply_py_ff.py'...
Adding file 'Python/qa_multiply_py_ff.py'...
Editing Python/CMakeLists.txt...
Adding file 'grc/tutorial_multiply_py_ff.xml'...
Editing grc/CMakeLists.txt...

可以通过以下代码查询add用法。

gr-tutorial$ gr_modtool help add

(3)需要修改的文件

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值