阅读838 返回首页    go 阿里云 go 技术社区[云栖]


使用GRC Any Blocks

  • GRC Any Blocks
  • 当添加Any_Blocks到GRC后,无需自己写XML文件即可在GRC中调用python模块。下载Any_Blocks后,把几个XML文件拷到~/.grc_gnuradio文件夹,重新打开GRC即可调用这几个模块。
  • Reason 
  • To enable arbitrary Python-wrapped GNU Radio blocks to be created and connected in the flow graph code generated by GNU Radio
  •  Companion (GRC). This means that you do not need to write an XML block definition for
  •  GRC to pick up a new block you may have created (although of course it's nicer if you do write one).
  • Use 
  • There are three types of Any blocks:
  • · Any: at least one input and at least one output
  • · Any Source: at least one output only
  • · Any Sink: at least one input only
  •  

You can configure the total number of sinks and sources (as constrained by the type). Since the blocks' ports are treated as 'virtual sinks' and

 'virtual sources' (except for when actually generating

最后更新:2017-04-03 14:54:38

  上一篇:go 进制转换【模板】
  下一篇:go 时间子系统14_全局时间维护