Re: [Discuss-gnuradio] A silly question

2012-08-24 Thread Ryan Wolfarth
If you execute the following commands you will get rid of those warnings. These adjust the maximum read and write buffer sizes allowed that the OS is allowed to use for network interfaces. See more here: http://wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php sudo sysctl -w net.core.rmem_max=500

Re: [Discuss-gnuradio] Where can I write the Coding of C++ in the GNU radio

2012-07-24 Thread Ryan Wolfarth
com/uhd_docs/doxygen/html/multi__usrp_8hpp_source.html > Thanks in advance. > > > > Anis > > > > > From: Nathan West > To: Ryan Wolfarth > Cc: Abdelrahman Anis ; " > discuss-gnuradio@gnu.org" > Sent: Monday, July

Re: [Discuss-gnuradio] Where can I write the Coding of C++ in the GNU radio

2012-07-23 Thread Ryan Wolfarth
Hi Anis, I think a good starting would be to modify "rx_samples_to_file.cpp" or "tx_samples_to_file.cpp.". The files are located in uhd/host/examples. How many USRPs will you use? Will they use the same host machine? Time synchronization is possible using the PPS input on a USRP2 or N2xx. My

Re: [Discuss-gnuradio] as I can calculate the attenuation in the usrp2 ?

2012-07-18 Thread Ryan Wolfarth
Hi Julio, You are simply not giving enough information for us to help you effectively. Please include more details about your USRP2 setup (daughterboard, host specifications, etc). Regards, Ryan On Wed, Jul 18, 2012 at 9:56 AM, Julio Hector Aguilar Renteria < jhagui...@gmail.com> wrote: > Hi,

Re: [Discuss-gnuradio] Which firmware is used for sensing usrp2 + rfx900 spectrum?

2012-07-06 Thread Ryan Wolfarth
Use the firmware and FPGA image that corresponds to the distribution of UHD that you have chosen to use. I don't think it's necessary to update firmware unless you're getting runtime errors from UHD (it will explicitly state that your firmware is not compatible with your version of UHD). -RW On

Re: [Discuss-gnuradio] Registering Custom Data Types

2012-06-12 Thread Ryan Wolfarth
Excellent, much appreciated! -Ryan On Tue, Jun 12, 2012 at 12:51 PM, Josh Blum wrote: > > > On 06/11/2012 09:11 PM, Ryan Wolfarth wrote: > > Hi again, > > > > The "device streaming" documentation mentions that users may register > their > > own d

[Discuss-gnuradio] Registering Custom Data Types

2012-06-11 Thread Ryan Wolfarth
Hi again, The "device streaming" documentation mentions that users may register their own data types and converter routines. I'd like to implement a converter that takes the sc8 data type from the wire and converts to an sc8 host data type. It looks like Josh added this functionality in November

Re: [Discuss-gnuradio] N210 Unsuccessful Ref Lock

2012-06-11 Thread Ryan Wolfarth
> > > On 06/11/2012 04:04 PM, Ryan Wolfarth wrote: > > Hi all, > > > > My research group is continuing our setup of two servers with multiple > > N210s for a GNSS application. Each server will have 4 or 5 N210s > recording > > RF data at frequencies of i

[Discuss-gnuradio] N210 Unsuccessful Ref Lock

2012-06-11 Thread Ryan Wolfarth
Hi all, My research group is continuing our setup of two servers with multiple N210s for a GNSS application. Each server will have 4 or 5 N210s recording RF data at frequencies of interest. All are to be locked to the 10MHz reference and 1 PPS output from a Septentrio PolaRxS. I have successful

Re: [Discuss-gnuradio] Multiple USRP N210s: LEDs and Ethernet lights on after program termination

2012-05-30 Thread Ryan Wolfarth
quiring a restart of the USRP to > recover. This used to happen a while back, but was fixed. Perhaps the fix > has been broken or the issue is similar. > > Darren > > Sent from my iPhone > > On 30 May 2012, at 16:23, Ryan Wolfarth wrote: > > Hi Josh, > > Thanks for

Re: [Discuss-gnuradio] Multiple USRP N210s: LEDs and Ethernet lights on after program termination

2012-05-30 Thread Ryan Wolfarth
/2012 05:36 PM, Ryan Wolfarth wrote: > > Hi list, > > > > We've setup 4 USRP N210 rev4s with a Dell PowerEdge R510 server to > collect > > RF data for GPS related experiments. The server works great and we seem > to > > be able to write 20 Msps from each devi

[Discuss-gnuradio] Multiple USRP N210s: LEDs and Ethernet lights on after program termination

2012-05-29 Thread Ryan Wolfarth
Hi list, We've setup 4 USRP N210 rev4s with a Dell PowerEdge R510 server to collect RF data for GPS related experiments. The server works great and we seem to be able to write 20 Msps from each device simultaneously to a RAID array with no overflows. However, after each collection program is ter