Re: [Discuss-gnuradio] USRP enclosure

2008-06-17 Thread Matt Ettus
Chris Stankevitz wrote: Where can I buy a USRP enclosure? I don't see it listed at http://www.ettus.com/custom.html I took it off the main page because most of the people who tried to buy them were doing it by mistake -- meaning they didn't realize that new USRPs include the enclosures. If

[Discuss-gnuradio] USRP enclosure

2008-06-17 Thread Chris Stankevitz
Where can I buy a USRP enclosure? I don't see it listed at http://www.ettus.com/custom.html Chris ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] ps3 cross compile with ps3 nfs server

2008-06-17 Thread Eric Blossom
On Tue, Jun 17, 2008 at 11:18:08AM -0600, Chuck Swiger wrote: > You *can* cross compile using the latest ps3 slim & trim 2.6.25.4 kernel > from CELL-Linux-CL_20080609-ADDON.iso by using samba. Just install it with > "yum install samba" and make the ps3 root export in /etc/samba/smb.conf on > hos

[Discuss-gnuradio] ps3 cross compile with ps3 nfs server

2008-06-17 Thread Chuck Swiger
You *can* cross compile using the latest ps3 slim & trim 2.6.25.4 kernel from CELL-Linux-CL_20080609-ADDON.iso by using samba. Just install it with "yum install samba" and make the ps3 root export in /etc/samba/smb.conf on host ps3: [cell-root] path = / public = yes

Re: [Discuss-gnuradio] GNURadio on VmWare: success!

2008-06-17 Thread Chris Albertson
On Tue, Jun 17, 2008 at 7:28 AM, Chiara De Dominicis <[EMAIL PROTECTED]> wrote: > Hi everybody, > I found a host for the image. You can download it from: > http://www.ing.unibs.it/~wsnlab/SDR/GNURadio312SuSE102_VMWare.zip > or you can go here: > http://www.ing.unibs.it/~wsnlab/ One other place you

Re: [Discuss-gnuradio] how vector sink/source work?

2008-06-17 Thread Eric Blossom
On Tue, Jun 17, 2008 at 02:52:32AM -0700, mehdimolu wrote: > > hi, > I have data below > src_data = (0,1,1,0,1,0,1,0,1,1,10) > and I put them in a vector by using > src = gr.vector_source_b (src_data,False) . > I want to put this vector in vector sink and read data in sink, I use > commands bel

Re: [Discuss-gnuradio] using gnuradio as a amateur radio

2008-06-17 Thread Rafael Diniz
Hi Eric > On Mon, Jun 16, 2008 at 05:48:05PM -0300, rafael2k wrote: >> Hi all, >> I'm using gnuradio to receive and transmit to 2 meters amateur radio, >> and when >> I went to buy the cable, I didn't know what impedance should I use w/ >> the >> usrp. 50 ohm or 75 ohm? >> >> Can I connect an ampl

Re: [Discuss-gnuradio] GNURadio on VmWare: success!

2008-06-17 Thread Chiara De Dominicis
Hi everybody, I found a host for the image. You can download it from: http://www.ing.unibs.it/~wsnlab/SDR/GNURadio312SuSE102_VMWare.zip or you can go here: http://www.ing.unibs.it/~wsnlab/ and then click on "Università" Cheers Chiara Richard Clarke ha scritto: Hi Chiara, well done! Just wanted

Re: [Discuss-gnuradio] how vector sink/source work?

2008-06-17 Thread Andreas Müller
Hello Mehdi looks to me like you forgot to run() your application: > src_data = (0,1,1,0,1,0,1,0,1,1,10) > src = gr.vector_source_b (src_data,False) . > sink = gr.vector_sink_b() > fg.connect(src,sink) fg.run() > sink_data = sink.data() > print sink_data Regards, Andreas signature.asc Desc

Re: [Discuss-gnuradio] intermediate FI for RFX 2400

2008-06-17 Thread Firas A.
Hi, See The question about How RF tuning is accomplished in daughterboards? at: http://gnuradio.org/trac/wiki/UsrpFAQ/DBoards Firas -- View this message in context: http://www.nabble.com/intermediate-FI-for-RFX-2400-tp17880671p17881901.html Sent from the GnuRadio mailing list archive at Na

[Discuss-gnuradio] how vector sink/source work?

2008-06-17 Thread mehdimolu
hi, I have data below src_data = (0,1,1,0,1,0,1,0,1,1,10) and I put them in a vector by using src = gr.vector_source_b (src_data,False) . I want to put this vector in vector sink and read data in sink, I use commands below sink = gr.vector_sink_b() fg.connect(src,sink) sink_data = sink.data() p

Re: [Discuss-gnuradio] intermediate FI for RFX 2400

2008-06-17 Thread Jonathan Friedman
Are you asking about the IF? The USRP does not really use an IF, it does direct up/down conversion using a rough Hartley modulator/demodulator architecture. When you tell it to plot spectrum over a certain frequency band it will behave like a swept-tuned spectrum analyzer by sweeping through the ba

[Discuss-gnuradio] intermediate FI for RFX 2400

2008-06-17 Thread Naoufel Amri
Hello everybody I work on the usrp_radar_mono.py and I would like to know how the value of the intermediate FI in the receive section (downconverter and RFX 2400)! thanks for your attention ! Naoufel _ Envoy