discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Gnuradio/Beagleboard modifying flow graph buffer allo


From: alfayez
Subject: [Discuss-gnuradio] Gnuradio/Beagleboard modifying flow graph buffer allocation
Date: Thu, 10 Jun 2010 19:07:35 -0400

hi, I'm working on Gnuradio on the Beagleboard.  I've managed to successfully integrate the DSP as a custom signal processing block and I'm essentially using TI library based buffers to transimt data between the GPP and DSP.  I'm trying to use pointers to copy data to and from the DSP instead of doing direct memory copies as per Philip Ballisters suggestion.  I'm familiar enough with the TI tool set to do that but I'm not very familiar with GNU Radio's base architecture to do the necessary changes and I was wondering if someone can help.

I basically need to allocate the data buffer through the TI toolset API instead of the vector class in C++, is there a good way to overide the buffer allocation in GNU Radio without "breaking" the flowgraph?  thanks.

al fayez

reply via email to

[Prev in Thread] Current Thread [Next in Thread]