Hello, sorry, I have just started to work with USRP-B200 mini and GNU radio, and I have implemented channel coding/ decoding and modulation-demodulation for continuous transmission/reception in GNU radio.and what i understand is when I am doing all these dsp in GNU radio with host computer, it uses USRP-b200 mini as a pass through by using UHD drivers(sink and source), and I can transmit and receive through GNU radio. and I think, for embedded USRP with E series can run these radio application(GNU) on board itself without the use of host computer, which is not possible with USRP-B200 mini. and through labview,it is possible to parses block diagram and converts the code to text based VHDL if I done the same channel coding/decoding and mod-demod in labview as per my application, so my question is, Is it possible that USRP-B200 mini is labview supported or I need to do it through direct VHDL-verilog?
With Best Regards, Maitry Raval, ----- Original Message ----- From: "Ian Buckley" <[email protected]> To: "Maitry Raval" <[email protected]> Cc: "Marcus D. Leech" <[email protected]>, "usrp-users" <[email protected]> Sent: Thursday, January 10, 2019 1:56:25 PM Subject: Re: [USRP-users] regrading GPIO header connector in USRP-B200 mini Maitry, I think you have a fundamental misunderstanding here, and to be fair, it is largely because the term SDR is being used carelessly everywhere these days. The SDR is GNURadio, not the USRP. There is a limited amount of Hardware implemented DSP inside the USRP (B200mini) and analog RF circuitry, no Software at all. Software can configure it via a device driver much like another Hardware Peripheral. I think you would get better feedback here if you went back to your original email and explained in some more detail what you are trying to achieve at a "block diagram" level, then people here will be able to give you useful advice on how to implement it using a USRP. -Ian > On Jan 9, 2019, at 11:41 PM, Maitry Raval via USRP-users > <[email protected]> wrote: > > Hello, > > Thanks for your quick response! > > so, with B200 mini, it is not possible to use GNU radio to work on board > itself, Can you please suggest me the software such as labview can be used on > it(USRP-B200 mini) without the host computer or only VHDL-verilog is > supported on this particular SDR. > > Thanks for your support in advance! > > With Best Regards, > Maitry Raval, > > > ----- Original Message ----- > From: "usrp-users" <[email protected]> > To: "usrp-users" <[email protected]> > Sent: Thursday, January 10, 2019 11:40:59 AM > Subject: Re: [USRP-users] regrading GPIO header connector in USRP-B200 mini > > On 01/10/2019 01:03 AM, Maitry Raval via USRP-users wrote: >> Hello, >> >> Ok, but if B200 mini cannot run GNUradio application by itself, then Is >> there any other procedure by which one can dump the GNU radio flow graph >> generated code(python or C++) in USRPb200 mini? >> >> It would be grateful, if you could provide some guidance. >> >> With Best Regards, >> Maitry Raval, >> >> > The B200mini IS NOT, per se, a general-purpose computer. So, to > directly answer your question, no, that is not possible. > > The B200mini does have an FPGA, and some amount of "spare" room in that > FPGA. But you'd have to completely-reimagine your algorithms > in FPGA code. There's no "dump my Gnu Radio flow-graph into the FPGA". > > > > _______________________________________________ > USRP-users mailing list > [email protected] > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > > _______________________________________________ > USRP-users mailing list > [email protected] > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
