Null Source

From GNU Radio
Revision as of 17:29, 19 July 2022 by 98.216.35.114 (talk) (Clarified the difference between null source and constant source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A source of zeros, used mainly for testing. If you want a source of constant values other than zero, try using the Constant Source block.

Parameters

None

Example Flowgraph

When a flowgraph has no hardware devices, a Throttle is needed to limit the CPU utilization. Since the "main" data flow is via messages, the Throttle is fed with a Null Source. This file can be found at [1]

Test dignum fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO