RFNoC Null Source Sink Block: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Stub)
 
(Updated the description, params, and source file links.)
Line 1: Line 1:
[[Category:Block Docs]][[Category:Block Documentation Stub]]
[[Category:Block Docs]][[Category:Block Documentation Stub]]
An RFNoC block that sinks data, and which generates a test signal (not zeros).
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


None
; Block Args
: Additional block arguments
 
; Device Select
: Device selection
 
; Instance Select
: Instance selection


== Example Flowgraph ==
== Example Flowgraph ==
Line 11: Line 20:


== Source Files ==
== Source Files ==
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]


; Block definition
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-uhd/grc/uhd_rfnoc_null_src_sink.block.yml uhd_rfnoc_null_src_sink.block.yml]

Revision as of 21:35, 25 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

TODO

Source Files

Block definition
uhd_rfnoc_null_src_sink.block.yml