luca pascale wrote: > I am thinkin to use the usrp according to this scheme: > > | antenna | > | | > | | | > | | RF front end > | | USRP > | |Computer | > |-------------------------| > |-------RF_frontend_IF_FREQUENCY------| |-----baseband------| > | > > it is possible to use GNU radio to do this ???
Yes. > My processing module is a C/C++ class. You will either need to a) use the low-level C++ interface to the USRP, bypassing the GNU Radio framework, b) wrap your existing C++ module with a custom GNU Radio signal processing block. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
