Ticket #302 (enhancement)
Opened 2 months ago
gr.float_to_complex: accept vector items for convenience
Status: new
| Reported by: | guest | Assigned to: | eb |
|---|---|---|---|
| Priority: | normal | Milestone: | to-be-decided |
| Component: | gnuradio-core | Version: | 3.1svn |
| Keywords: | vector float to complex | Cc: | |
If we want to convert a float vector stream to complex vector stream, we need three blocks. First and third block "convert" streams to vector streams, the second does useful work. This leads to unnecessary memory copies.
A small code change can mak gr.float_to_complex ready to accept vector items.
Attachments
Change History
10/03/08 05:53:24: Modified by guest
- attachment gr_float_to_complex_r9703.diff added.

patch file