[Discuss-gnuradio] Cannot Change USRP Interpolation Rate Dynamically

2008-02-14 Thread Firas A.
Hi, It seems that there is a bug in gnuradio 3.1.1 (and up to today latest truck revision) in the USRP rbf standard file. When trying to change the interpolation rate dynamically, the output get distorted badly even if the program restore the started interpolation value. I have an old gnuradio

[Discuss-gnuradio] USRP and gnuradio errors - seems to disconnect often

2008-02-14 Thread Casey Tucker
I've been doing some testing with a new USRP (manufactured 12/2007). My configuration is an Intel USB interface on a P965-S motherboard. I dual-boot XP SP2 and Arch Linux. In XP I've used Cygwin and MinGW. I've tried removing all but the TVRX board (which is mainly what I'm attempting to test),

[Discuss-gnuradio] How to use the TV board?

2008-02-14 Thread Nick Stephens
Hello Everyone - I am doing my best to understand how the TVRx board works. I have Rev. 3 of the TV board, with MicroTuner module with IF of ~44 MHz. (Preface - Thanks for your patience, as I am relatively new to GNU radio and the USRP!) In my experiment, I have an 80 MHz sine wave at 2 mV pk-pk

[Discuss-gnuradio] Any working transmitter/receiver package?

2008-02-14 Thread rick zhang
Hello folks, I want to try some working transmitter and receiver GSR package. It seems most emails in the archive are talking about receiving while I'm interested in both transmitting and receiving. I prefer to have a system with a bandwidth of 8 MHz, but I'm willing to settle for 6 MHz if it is t

[Discuss-gnuradio] gnuradio block for boolean operations

2008-02-14 Thread Tim Meehan
Hello all, I want to perform some simple boolean operations on a stream of data. For example invert the bits from the output of the demodulators or convert from NRZ to NRZI I was thinking something like 1) gr_xor_bb, gr_and_bb, gr_or_bb, br_not_bb ... or 2) maybe gr_boolean("xor") , gr_boolean(

Re: [Discuss-gnuradio] Reading from TVRX board

2008-02-14 Thread Jonathon Pendlum
Thank you for the reply. That is the script I use for reading in the data into MATLAB. I should have made that more clear. On Thu, Feb 14, 2008 at 1:55 PM, Johnathan Corgan < [EMAIL PROTECTED]> wrote: > On 2/14/08, Jonathon Pendlum <[EMAIL PROTECTED]> wrote: > > > Then, I use a script written to

Re: [Discuss-gnuradio] Reading from TVRX board

2008-02-14 Thread Johnathan Corgan
On 2/14/08, Jonathon Pendlum <[EMAIL PROTECTED]> wrote: > Then, I use a script written to convert the binary data file into a MATLAB > vector. The data format is alternating I and Q single-precision floating point in whatever endianness your computer is. See the following for how to read into MA

[Discuss-gnuradio] Reading from TVRX board

2008-02-14 Thread Jonathon Pendlum
Hello, I'm a student trying to use the USRP with the TVRX board to do a simple FM stereo receiver. I previously wrote a MATLAB model of a FM transmitter and receiver, and I wanted to use real data in my model. I've been modifying the wideband fm example to record data from the TVRX board by basica

Re: [Discuss-gnuradio] Reading registers on the USRP

2008-02-14 Thread Eric Blossom
On Thu, Feb 14, 2008 at 12:06:34PM -0500, [EMAIL PROTECTED] wrote: > I've read that post before. It more or less gave me reassurances on what > I had gathered that had to be done to implement a simple in-line > multiplier in the TX chain. The post tells me what registers are > readback, but not h

Re: [Discuss-gnuradio] Reading registers on the USRP

2008-02-14 Thread kevinmbo
I've read that post before. It more or less gave me reassurances on what I had gathered that had to be done to implement a simple in-line multiplier in the TX chain. The post tells me what registers are readback, but not how to read them back. When I came across the post originally, it pointed m

Re: [Discuss-gnuradio] OFDM Updates

2008-02-14 Thread Tom Rondeau
Shravan Rayanchu wrote: Hi Dan and Tom, Thanks for your comments. I'll trying changing the parameters and look at the log files to see what might be wrong. Shravan As you will see in my original email, the problem is inside of the OFDM receiver, and I pointed out what that issue is and ho

Re: [Discuss-gnuradio] Real-world sample data

2008-02-14 Thread Dave Berkeley
Does anyone have any UK analog UHF TV sample data? Just before they turn it off ... Thanks D On Wednesday 13 February 2008 18:19:26 Michael Gray wrote: > http://kd7lmo.net/ground_gnuradio_ota.html > > On Wed, 13 Feb 2008, kuba jamro wrote: > > Hi all, > > > > I was wondering if anyone knows of

Re: [Discuss-gnuradio] AX.25 and USRP? gr-multimon?

2008-02-14 Thread Firas Abbas
Hi, Check : http://digilander.libero.it/iz2eeq/ Regards, Firas A. James Cutler <[EMAIL PROTECTED]> wrote: Hello, Does anyone know of any code for the USRP/Gnuradio to decode AX.25 packets? I've seen threads of this conversation from several years ago but can't seem to find any code to implem