Skip Head: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add Example Flowgraph)
 
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
[[Category:Pages with no Example Flowgraph]]
Skips the first N items, from then on copies items to the output.  Useful for building test cases and sources which have metadata or junk at the start.  
Skips the first N items, from then on copies items to the output.  Useful for building test cases and sources which have metadata or junk at the start.  


Line 8: Line 7:


== Example Flowgraph ==
== Example Flowgraph ==
[[File:Vector_sink_nongui.png]]


Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI.  Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately.  The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
[[File:Vector_sink_nongui_console.png]]


<p>This flowgraph can be downloaded from [[Media:Vector_sink_nongui.grc]].</p>
== Source Files ==
== Source Files ==



Latest revision as of 15:27, 21 May 2025

Skips the first N items, from then on copies items to the output. Useful for building test cases and sources which have metadata or junk at the start.

Parameters

Num Items
Number of items/samples to skip at the beginning.

Example Flowgraph

Vector sink nongui.png

Vector sink nongui console.png

This flowgraph can be downloaded from Media:Vector_sink_nongui.grc.

Source Files

C++ files
skiphead_impl.cc
Header files
skiphead_impl.h
Public header files
skiphead.h
Block definition
blocks_skiphead.block.yml