Re: [Discuss-gnuradio] [SOLVED] Segmentation fault in wav file sink

2011-12-13 Thread Tom Rondeau
On Tue, Dec 13, 2011 at 11:24 PM, Matt Mills wrote: > On Mon, Dec 12, 2011 at 10:52 AM, Martin Braun wrote: > >> >> Yes, that makes sense. Try this (is the same as what I sent to >> patch-gnuradio). It works with your script. >> > > FYI, I've run this for the past 24 hours (on the production app,

Re: [Discuss-gnuradio] Segmentation fault in wav file sink

2011-12-13 Thread Matt Mills
On Mon, Dec 12, 2011 at 10:52 AM, Martin Braun wrote: > > Yes, that makes sense. Try this (is the same as what I sent to > patch-gnuradio). It works with your script. > FYI, I've run this for the past 24 hours (on the production app, not the test script) and haven't seen any segfaults. _

Re: [Discuss-gnuradio] Can a message sink save data to file(s)?

2011-12-13 Thread Tom Rondeau
On Tue, Dec 13, 2011 at 7:42 PM, Prachi Parihar wrote: > Hi everyone, > > I am working with uhd_fft.py and have made some changes and gotten the > data to display as desired using fft_sink_c. However, in addition of > displaying the data, I would like to save the data to either a single file > (ap

[Discuss-gnuradio] Can a message sink save data to file(s)?

2011-12-13 Thread Prachi Parihar
Hi everyone, I am working with uhd_fft.py and have made some changes and gotten the data to display as desired using fft_sink_c. However, in addition of displaying the data, I would like to save the data to either a single file (append the incoming messages) or to a series of files. Is there a way

[Discuss-gnuradio] SNR Estimator

2011-12-13 Thread Lixing Song
Hi guys, Currently, I'm using GNUraido with UHD to do some research about SNR and BER. To estimate the SNR, I use the metric of a paper named Robust Frequency and Timing Synchonization for OFDM," IEEE Trans. Communications, vol. 45, no. 12, 1997, which has been implemented in the ofdm_sync_pn.py f

Re: [Discuss-gnuradio] UHD problem

2011-12-13 Thread mleech
Try dropping the sample rate even lower--1Msps? Is it perhaps possible that the device is plugged in to a USB-1.1 port, rather than a USB-2.0 port? On Tue, 13 Dec 2011 10:30:03 -0800, Nick Foster wrote: > Like Josh said, one or two "U"s isn't a big deal, but is it > underflowing constantl

Re: [Discuss-gnuradio] UHD problem

2011-12-13 Thread Nick Foster
Like Josh said, one or two "U"s isn't a big deal, but is it underflowing constantly? That would be strange. Are you looking at the output on an oscilloscope? On 12/13/11, osama mohamed wrote: > > hi nick, > thanks for your reply > i tried the same command line arguments you gave me but the pro

Re: [Discuss-gnuradio] Sampling with TVRX daughterboard and Nyquist frequency

2011-12-13 Thread Matt Ettus
On Tue, Dec 13, 2011 at 8:44 AM, Cyril Cavel wrote: > Hi all, > > I use a TVRX daughterboard to acquire VHF signals. I believe (but I may be > mistaken) that the TVRX daughterboard downconverts RF signals to a baseband > of 6MHz bandwidth before going to the ADC. The function usrp_rx_cfile > (whi

Re: [Discuss-gnuradio] UHD Calibration

2011-12-13 Thread Josh Blum
On 12/13/2011 09:17 AM, Evan Merewether wrote: > I would like to say that I just received a new N210 and am very happy with > the quality and performance of the device. I have started to familiarize > myself with the included utilities and have run the uhd_cal_* routines. > > > Thanks! > M

Re: [Discuss-gnuradio] UHD problem

2011-12-13 Thread Josh Blum
On 12/13/2011 09:02 AM, osama mohamed wrote: > > hi nick, thanks for your reply i tried the same command line > arguments you gave me but the problem that there is always an under > run error even if i change the args i tried several combinations but > none of them worked any suggestions abou

Re: [Discuss-gnuradio] UHD problem

2011-12-13 Thread osama mohamed
hi nick, thanks for your reply i tried the same command line arguments you gave me but the problem that there is always an under run error even if i change the args i tried several combinations but none of them worked any suggestions about that underrun problem thanks, osama > Date: Tue, 1

[Discuss-gnuradio] UHD Calibration

2011-12-13 Thread Evan Merewether
I would like to say that I just received a new N210 and am very happy with the quality and performance of the device. I have started to familiarize myself with the included utilities and have run the uhd_cal_* routines. My question is does repeated runs of the calibration increase the performa

Re: [Discuss-gnuradio] Sampling with TVRX daughterboard and Nyquist frequency

2011-12-13 Thread mleech
On Tue, 13 Dec 2011 17:44:14 +0100, Cyril Cavel wrote: > Hi all, > > I use a TVRX daughterboard to acquire VHF signals. I believe (but I may be mistaken) that the TVRX daughterboard downconverts RF signals to a baseband of 6MHz bandwidth before going to the ADC. The function usrp_rx_cfile (

Re: [Discuss-gnuradio] UHD problem

2011-12-13 Thread Nick Foster
Are you using tx_waveforms? How are you measuring the received signal? Try this: ./tx_waveforms --ampl=0.5 --rate=4e6 --gain=20 --wave-type=SINE--wave-freq=10e3 --freq=1.1e6 This should produce a tone at 1.11MHz on the TX_A output of the BasicTX. If you don't see the desired tone, please cut and pa

[Discuss-gnuradio] Sampling with TVRX daughterboard and Nyquist frequency

2011-12-13 Thread Cyril Cavel
Hi all, I use a TVRX daughterboard to acquire VHF signals. I believe (but I may be mistaken) that the TVRX daughterboard downconverts RF signals to a baseband of 6MHz bandwidth before going to the ADC. The function usrp_rx_cfile (which I use to acquire signals) has a minimum decimation factor of 8

[Discuss-gnuradio] UHD problem

2011-12-13 Thread osama mohamed
hi all, i am using usrp1 and a basic tx when i run any uhd example that transmits data i see the meta data going out from the fx2 to the fpga but it never goes to the codec so no signal is generated any help is appreciated osama

Re: [Discuss-gnuradio] Default antenna with RFX2400

2011-12-13 Thread Marcus D. Leech
On 13/12/11 07:59 AM, Paul M. Bendixen wrote: > > > 2011/12/13 Josh Blum mailto:j...@ettus.com>> > > > > On 12/12/2011 08:25 PM, Phone Naing MYINT wrote: > > Hi, > > > > TX is clear, defaulted to TX/RX. RX default to direct > conversion, what does it mean? > > RFX2400 is a d

Re: [Discuss-gnuradio] Default antenna with RFX2400

2011-12-13 Thread Paul M. Bendixen
2011/12/13 Josh Blum > > > On 12/12/2011 08:25 PM, Phone Naing MYINT wrote: > > Hi, > > > > TX is clear, defaulted to TX/RX. RX default to direct conversion, what > does it mean? > > RFX2400 is a direct conversion receiver *and* a direct conversion > transmitter. What the docs really should say:

Re: [Discuss-gnuradio] Failed to find libraries with prefix 'libboost_' after pre-requisite installation.

2011-12-13 Thread Marcus D. Leech
On 13/12/11 03:14 AM, Songsong Gee wrote: > I am trying to install GNU Radio and UHD on a new PC with the latest > build-gnuradio script. (which includes gtk2-engines-pixbuf) > > When the script checks the library after pre-requisite installation, > an error occurs and the script stops. > Here is t

Re: [Discuss-gnuradio] tx_waveforms.cpp underrun problem

2011-12-13 Thread Marcus D. Leech
On 13/12/11 06:14 AM, osama mohamed wrote: > dear all, > > i am suffering an under run error when running the tx_waveforms.cpp > example i tried it on the BASIC and WBX daughter boards and i tried > several combinations (i.e. amplitude ,frequency ,SPB ,wave frequency , > wave form) but nothing work

[Discuss-gnuradio] tx_waveforms.cpp underrun problem

2011-12-13 Thread osama mohamed
dear all, i am suffering an under run error when running the tx_waveforms.cpp example i tried it on the BASIC and WBX daughter boards and i tried several combinations (i.e. amplitude ,frequency ,SPB ,wave frequency , wave form) but nothing works i am using USRP1 if any body has a certain combi

Re: [Discuss-gnuradio] Tis the season.. n210 on ebay scamed

2011-12-13 Thread dave k
the guys has some nerve he has another n210 listed this time with the "NO HARDWARE INCLUDED" lineI have flagged it but tis still uphes trying to get out of the claim  saying that the auction was for "INSTRUCTIONS"how to install gnuradio on ubuntu 11.04 w/ openbts and setup asterisk and cell clie

[Discuss-gnuradio] Failed to find libraries with prefix 'libboost_' after pre-requisite installation.

2011-12-13 Thread Songsong Gee
I am trying to install GNU Radio and UHD on a new PC with the latest build-gnuradio script. (which includes gtk2-engines-pixbuf) When the script checks the library after pre-requisite installation, an error occurs and the script stops. Here is the message when it occurs: Checking for library libu