Before I go ahead and implement it myself
I was wondering if there is such a thing as a “tail”
or “skip” or “strip” block in gnuradio, that skips/ignores
the first K bytes and passes to the output the rest.
Thanks
Achilleas
Before I go ahead and implement it myself
I was wondering if there is such a thing as a “tail”
or “skip” or “strip” block in gnuradio, that skips/ignores
the first K bytes and passes to the output the rest.
Thanks
Achilleas
On Tue, Aug 22, 2006 at 01:05:35PM -0400, Achilleas A.
wrote:
Before I go ahead and implement it myself
I was wondering if there is such a thing as a “tail”
or “skip” or “strip” block in gnuradio, that skips/ignores
the first K bytes and passes to the output the rest.Thanks
Achilleas
Hi Achilleas,
There’s gr.skiphead(sizeof_item, nitems_to_skip)
/*!
class gr_skiphead : public gr_sync_block
{
friend gr_block_sptr gr_make_skiphead (size_t sizeof_stream_item, int
nitems);
gr_skiphead (size_t sizeof_stream_item, int nitems);
Eric
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs