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