discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Help : Using another Hardware in gnuradio.


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Help : Using another Hardware in gnuradio.
Date: Sun, 17 Apr 2011 00:30:51 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

>   As the question sounds to be  a bit ambigous , what i was trying to figure
> out was that , I have a hardware drivers written in labview programming ie.
> .vi format, now as per the usrp it uses .rbf files to talk to the usrp
> hardware . But now as i want a new hardware to be used there would not be
> any .rbf

The rbf file is an FPGA configuration file for the altera FPGA in the
USRP1. My understanding is that a VI is a program that runs in the
labview runtime environment. Not related.

> files but instead the hardware driver written in the .vi form . So what i
> was trying to figure out was that , is that possible to make a block in
> gnuradio where i will replace the usrp block with my abcd block , and if so
> how can i do this .
> 

100% possible

Any arbitrary hardware can work with gnuradio. You need to write a class
in C++ that inherits from a gr_sync_block and talks to your device. Are
you willing and able to do that?

-- another option --

Some people use a named pipe to share streaming data between a gnuradio
file source/sink and another software environment that produces/consumes
the samples.

-Josh



reply via email to

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