Ticket #124 (enhancement)

Opened 2 years ago

Last modified 2 years ago

Add vector + MIMO extensions to some blocks (vlen)

Status: new

Reported by: eb Assigned to: nobody
Priority: normal Milestone: to-be-decided
Component: gnuradio-core Version: 3.0svn
Keywords: Cc:

Consider adding a vlen parameter to blocks where it makes sense. See gr_complex_to_xxx.h for examples. This allows dealing with vectors of data using the same blocks used for scalar data. vlen == 1 must be equivalent to the scalar case.

It may make sense to step back and think carefully about this whole issue before blindly adding the vlen parameter...

Change History

12/20/06 14:14:26: Modified by eb

  • summary changed from Add vector + MIIMO extensions to some blocks (vlen) to Add vector + MIMO extensions to some blocks (vlen).

12/20/06 14:14:54: Modified by eb

  • description changed.