On Fri, Oct 8, 2010 at 10:22 AM, Euripedes Rocha Filho <[email protected]> wrote: > Hi, > I'm working with a XtremeDSP II kit from nallatech and trying to integrate > it with gnuradio. I guess it will be faster writting the block in python. > Anyone worked with this board before? Or even try to put it and gnuradio > together? > > Euripedes
You're likely to want to follow the way things were done in gr-usrp to give you an idea about how to make an GNU Radio interface to a hardware component. You want to do this in the C++ domain and then create a wrapper (via SWIG) into Python. Tom _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
