Re: [Discuss-gnuradio] u2_flash_tool : Can not find the command

2010-03-05 Thread Andy_Long
Hi, Johnathan, John, Matt and Josh Thank you all for the help! The problem was solved!:) When I am using the SD card via a USB adapter, it shows the name dev/sd1. By using this name, it gives me the same results as before. However, the USRP works well by using the name mmcblk0 . :) Another

[Discuss-gnuradio] benchmark_rx.py with std_4rx_0tx.rbf

2010-03-05 Thread Christian Rohlfing
The script benchmark_rx.py (located in gnuradio-examples/python/digital) doesn't run with the FPGA-file std_4rx_0tx.rbf. Is there any explanation for this problem? On the TX-side, I'm running benchmark_tx.py with the standard rbf-file std_2rxhb_2tx.rbf. (Testing benchmark_rx.py with the standard

Re: [Discuss-gnuradio] Transmit legit, become a ham

2010-03-05 Thread John Gilmore
Nothing forces you to interact with other ham radio operators. You can happily work in isolation communicating among your own stations if you wish. Unless you need to do frequency coordination, which you usually do. Then you have to deal with the oldest, gnarliest hams around, the ones who 50

Re: [Discuss-gnuradio] benchmark_rx.py with std_4rx_0tx.rbf

2010-03-05 Thread Eric Blossom
On Fri, Mar 05, 2010 at 11:27:00AM +0100, Christian Rohlfing wrote: The script benchmark_rx.py (located in gnuradio-examples/python/digital) doesn't run with the FPGA-file std_4rx_0tx.rbf. Is there any explanation for this problem? On the TX-side, I'm running benchmark_tx.py with the

Re: [Discuss-gnuradio] Quadrature direct-conversion receiver design

2010-03-05 Thread Matt Ettus
On 03/04/2010 06:24 PM, Marcus D. Leech wrote: OK, so this probably seems like a fundamental sort of question, but I've noticed that there seem to be a couple of different places on the net describing quadrature receiver toplogies, and I want to know something fairly simple. For a

Re: [Discuss-gnuradio] Quadrature direct-conversion receiver design

2010-03-05 Thread Ken N9VV
F.Y.I. http://www.norcalqrp.org/files/Tayloe_mixer_x3a.pdf original Tayloe pdf about QSD Ken N9VV On 3/5/2010 6:08 AM, Matt Ettus wrote: For a direct-conversion quadrature receiver, must you phase split *BOTH* the RF and LO inputs to the mixers? That is, do you need a 90 degree hybrid on both

Re: [Discuss-gnuradio] Building GNU Radio on the Beagle board

2010-03-05 Thread halidziya yerebakan
Hi; My project changed but at the end *I get the image* , problem is my University's firewall they are allowing only a few ports because of that I download from another location. Thanks On Tue, Feb 16, 2010 at 7:36 PM, Philip Balister phi...@balister.orgwrote: On 02/16/2010 07:15 AM, George

Re: [Discuss-gnuradio] gr_unpack_k_bits_bb, its inverse, and higher order constellations

2010-03-05 Thread Mattias Kjellsson
Mattias Kjellsson wrote: Tom Rondeau wrote: On Thu, Mar 4, 2010 at 2:13 PM, Mattias Kjellsson m...@kth.se wrote: Tom Rondeau wrote: On Thu, Mar 4, 2010 at 11:38 AM, Mattias Kjellsson m...@kth.se wrote: Tom Rondeau wrote:

Re: [Discuss-gnuradio] Transmit legit, become a ham

2010-03-05 Thread Kelly Martin
John Gilmore wrote: Unless you need to do frequency coordination, which you usually do. Then you have to deal with the oldest, gnarliest hams around, the ones who 50 years ago got access to mountaintop towers and have been squatting on them ever since, like trolls under bridges. Frequency

[Discuss-gnuradio] GNU Radio and OS Dev Forums

2010-03-05 Thread Jamil Ben Alluch
Hello, My name is Jamil Ben Alluch and I've recently finished setting up a website dedicated to providing Open Source projects with user based support, in other words message boards. I've already set a Forum on our page dedicated to GNU Radio that users may use or link to at their discretion. I

Re: [Discuss-gnuradio] Transmit legit, become a ham

2010-03-05 Thread Gregory Maxwell
On Fri, Mar 5, 2010 at 6:22 AM, John Gilmore g...@toad.com wrote: Nothing forces you to interact with other ham radio operators. You can happily work in isolation communicating among your own stations if you wish. Unless you need to do frequency coordination, which you usually do. Then you

[Discuss-gnuradio] GNU radio in college courses

2010-03-05 Thread Sam Keene
Hello, I'm considering using GNU radio for an upcoming elective course I'll be offering in software defined radio. I'm looking for suggestions for textbooks, course material, etc. I'd also be interested in hearing about anyone experience good or bad who may have done this before. thanks,

Re: [Discuss-gnuradio] GNU radio in college courses

2010-03-05 Thread Johnathan Corgan
On Fri, Mar 5, 2010 at 13:01, Sam Keene samke...@yahoo.com wrote: I'm considering using GNU radio for an upcoming elective course I'll be offering in software defined radio. I'm looking for suggestions for textbooks, course material, etc. I'd also be interested in hearing about anyone

[Discuss-gnuradio] IT++ functions

2010-03-05 Thread Pradyumna Desale
Hi All, I wanted to use some of the communication related signal processing functions in gnuradio. Has anyone done something on these lines before? Please let me know. Thank you! Pradyumna ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Failed to set center frequency (USRP2)

2010-03-05 Thread senlin peng
Hi all, I have a problem with the USRP2 board when working with the DBSRX daughter board. I am using the usrp2_rx_cfile.py file to collect some data with center frequency around 1.5GHz which is within the range of this daughter board, but it fails. The USRP2 works with the RFX 1800 board with

Re: [Discuss-gnuradio] Problem installing new module

2010-03-05 Thread Sagar Kapare
The exact same code works on two other machines, both running OSX 10.5. The sink is a locally created modules, so it is entirely possible that there is something missing in the instantiation that is being caught on only on my machine and not at others (for what reason I cannot fathom). As an

Re: [Discuss-gnuradio] IT++ functions

2010-03-05 Thread Per Zetterberg
Pradyumna Desale wrote: Hi All, I wanted to use some of the communication related signal processing functions in gnuradio. Has anyone done something on these lines before? Please let me know. Thank you! Pradyumna

Re: [Discuss-gnuradio] IT++ functions

2010-03-05 Thread Pradyumna Desale
Hey Per, Thanks for replying! I wanted to start by incorporating channel models (channel.h if you are familiar with IT++) and was wondering if just writing a wrapper function in swig would do the necessary work for us or we have to make some specific changes to incorporate those codes in gnuradio

Re: [Discuss-gnuradio] usrp2_wfm_rcv.py

2010-03-05 Thread Mike
Hi Johnathan, Have you had any luck with this issue? The same is happening on my FLEX2400 with USRP2. Here is the full error message: ./usrp2_wfm_rcv.py -f 2.4G Using RX d'board 0x0007 This daughterboard does not cover the required frequency range for this application. Please use a BasicRX or

Re: [Discuss-gnuradio] gr_unpack_k_bits_bb, its inverse, and higher order constellations

2010-03-05 Thread Eric Blossom
On Fri, Mar 05, 2010 at 04:26:34PM +0100, Mattias Kjellsson wrote: Mattias Kjellsson wrote: Tom Rondeau wrote: Sorry, I just saw that I wrote the last message off- list. Anyway, I have searched some more in the causes of this error. I took the easy way out and looked in gr_buffer.h at

[Discuss-gnuradio] trellis encoder and OFDM modulator

2010-03-05 Thread Veljko Pejovic
Hi, I tried to use trellis_encoder from trellis package to perform convolution coding before sending the message to the OFDM modulator. However, ofdm_mod has zero input signature, and relies on send_pkt() which calls ofdm_packet_utils.make_packet() and then puts the message in the queue at