RFNoC Null Source Sink Block: Difference between revisions
Jump to navigation
Jump to search
(Stub) |
m (Removed documentation stub category.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs | [[Category:Block Docs]] | ||
An RFNoC block that sinks data, and which generates a test signal | An RFNoC block that sinks data, and which generates a non-zero test signal. | ||
== Parameters == | == Parameters == | ||
; Block Type | |||
: Whether the block is a sink, source, or both | |||
; Block Args | |||
: Additional block arguments | |||
; Device Select | |||
: Device selection | |||
; Instance Select | |||
: Instance selection | |||
== Example Flowgraph == | == Example Flowgraph == | ||
You can find this example at [https://github.com/gnuradio/gnuradio/blob/main/gr-uhd/examples/grc/rfnoc_null_source_sink.grc rfnoc_null_source_sink.grc] | |||
[[File:Rfnoc_null_source_sink.png|600px]] | |||
== Source Files == | == Source Files == | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/main/gr-uhd/grc/uhd_rfnoc_null_src_sink.block.yml uhd_rfnoc_null_src_sink.block.yml] |
Latest revision as of 06:51, 27 September 2023
An RFNoC block that sinks data, and which generates a non-zero test signal.
Parameters
- Block Type
- Whether the block is a sink, source, or both
- Block Args
- Additional block arguments
- Device Select
- Device selection
- Instance Select
- Instance selection
Example Flowgraph
You can find this example at rfnoc_null_source_sink.grc
Source Files
- Block definition
- uhd_rfnoc_null_src_sink.block.yml