[Discuss-gnuradio] Re: Status of WBX0510

2009-03-04 Thread Engin Karabulut
Rafael Diniz wrote: Hi people, I'd like to know about the status of the WBX0510. Any news? Thanks, Rafael Diniz I'm waiting WBX0510 urgently too, please release this board soon. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Re:Fast and furious preamp for HF

2009-03-04 Thread Pascal Schiks
Hi Alberto I have designed a simple frontend with a bandpass filter in several versions of which one for 3 to 8 MHz using a MAR-4 for amplifier doing about 15 to 20db gain. See http://www.gnuradio.nl/pascal/BasicHFfront.html You welcome to contact me if you are interested. Pascal

Re: [Discuss-gnuradio] The effect of FUSB_BLOCK_SIZE and FUSB_NBLOCKS

2009-03-04 Thread Stefan Bruens
On Wednesday 04 March 2009 05:40:36 Yong J. Chang wrote: Hi all, Now I'm working on measuring Round Trip Time ( FPGA(RXFIFO)-USB-PC-USB-FPGA(TXFIFO) ). Since I'm using 128kbps bitrate and 10 samples per symbol, sample rate is 1.28Msps. And I do not give any options about FUSB_BLOCK_SIZE and

[Discuss-gnuradio] how to show dB instead of dBFS in the FFT-Plot Sink

2009-03-04 Thread Markus Feldmann
Hi All, and thank you All for your Answers in my last thread. Now i want to know, how i can convert the showing values in the Y-Axis of the FFT-Plot Sink to dB, so that i can interpret this correctly. Do i have to define the max and min input value first ? Results an input voltage 3.3V in the

Re: [Discuss-gnuradio] The effect of FUSB_BLOCK_SIZE and FUSB_NBLOCKS

2009-03-04 Thread Stefan Brüns
On Wednesday 04 March 2009 12:26:09 Stefan Bruens wrote: 0 means default. Excerpt from fusb_linux.cc: --- static const int MAX_BLOCK_SIZE = fusb_sysconfig::max_block_size(); static const int DEFAULT_BLOCK_SIZE = MAX_BLOCK_SIZE; static const int DEFAULT_BUFFER_SIZE = 4 * (1L 20); if

[Discuss-gnuradio] Up conversion on USRP2 questions

2009-03-04 Thread Ronaldo Nunez
Community, I've read all the faq and a lot of code (some codes i couldn't understand, I learning c++ and verilog yet...) about USRP2, but I also have doubts. They are, 1 - Is the DUC fully implemented in FPGA? 2 - Is the complex modulation function[page 38, AD9777 datasheet] used? 3- The

Re: [Discuss-gnuradio] USRP2 DBSRX testing

2009-03-04 Thread Johnathan Corgan
I put the DBSRX modification instructions up at: http://gnuradio.org/trac/wiki/USRP2/DBSRXModification Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP underrun problem

2009-03-04 Thread karim
Hi everyone, I am new to gnuradio, so this may be basic. Searching online, I couldn't find a solution (other than advising to ditch the PC I am using :) ) I am running the usrp_siggen.py script to generate a sin wave using the 2.4GHz board and I get the following error when running the

[Discuss-gnuradio] Problem with USRP and two RFX2400 daughterboards

2009-03-04 Thread Dirk Fortmeier
Hello everyone, maybe someone can help me with this: I try to use two RFX2400 simultaneously, one for TX and the other for RX. Is this possible? Running the script usrp_benchmark_usb.py failed with two RFX2400 but worked fine with one or none. That's what i get: Testing 2MB/sec...

Re: [Discuss-gnuradio] USRP underrun problem

2009-03-04 Thread Johnathan Corgan
On Wed, 2009-03-04 at 09:04 -0800, karim wrote: model name : Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz This is fine. cpu MHz : 800.000 This is not. You need to set your power settings to performance mode to keep your clock at 2.2GHz. Johnathan

[Discuss-gnuradio] test_usrp_standard_tx, tx_underrun

2009-03-04 Thread Mattias Kjellsson
Hi list, I have recently begun to see a lot of tx_underrun in my applications. At first I thought it was due to me not setting realtime- scheduling properly (which I did), then I thought it might have something to do with recent fusb_* updates from gnuradio (which it didn't, since I

Re: [Discuss-gnuradio] test_usrp_standard_tx, tx_underrun

2009-03-04 Thread Mattias Kjellsson
Hi again, Seems like the answer was coming in as I wrote the answer... My cpu- scaling... BR //Mattias Kjellsson Mattias Kjellsson wrote: Hi list, I have recently begun to see a lot of tx_underrun in my applications. At first I thought it was due to me not setting realtime- scheduling

Re: [Discuss-gnuradio] Re: Re: OpenBTS compilation error

2009-03-04 Thread Johnathan Corgan
Index: Transceiver/USRPDevice.h === --- Transceiver/USRPDevice.h  (revision 10235) +++ Transceiver/USRPDevice.h  (working copy) @@ -19,8 +19,8 @@  */ +#define HAVE_BYTESWAP_H The correct fix was to add the missing autoconf

Re: [Discuss-gnuradio] Up conversion on USRP2 questions

2009-03-04 Thread Matt Ettus
Ronaldo Nunez wrote: Community, I've read all the faq and a lot of code (some codes i couldn't understand, I learning c++ and verilog yet...) about USRP2, but I also have doubts. They are, 1 - Is the DUC fully implemented in FPGA? Yes. 2 - Is the complex modulation function[page 38,

Re: [Discuss-gnuradio] Modifications in benchmark_rx.py for USRP2

2009-03-04 Thread Smith L.
Hi Tom, I tried it out but its not working. I am always getting an S which means overrun. I am attaching the all the files that I have used to make USRP2 work as receiver. I have made no changes to benchmark_tx.py as it is used for USRP1 and its working correctly. benchmark_rx.py:

Re: [Discuss-gnuradio] Is it possible to use one GSM phone, one RFX900 daughter card, and one USRP to run the OpenBTS?

2009-03-04 Thread Eric Blossom
On Tue, Mar 03, 2009 at 11:58:51AM -0800, Jane Chen wrote: Hi all,   Because of the tight budget, I only have one GSM phone, one RFX900 daughter card, and one USRP. Is it possible to play with the OpenBTS with one RFX900 daughter card instead of two?   Thank you, Jane Jane, It might

[Discuss-gnuradio] run AirProbe with first_usrp_decim_112.cfile

2009-03-04 Thread Jane Chen
Hi all, I am learning AirProbe to decode the GSM signal. OS: fedora 9 (2.6.25.9) GnuRadio:3.1.3 Following the link, https://svn.berlin.ccc.de/projects/airprobe/wiki/WorkingWithTheUSRP, I ran ./go.sh first_usrp_decim_112.cfile, but the GSM scanner showed nothing as the attachment. I have no

RE: [Discuss-gnuradio] run AirProbe with first_usrp_decim_112.cfile

2009-03-04 Thread Newman, Timothy
This question is probably more suited to the AirProbe mailing list. Tim -Original Message- From: discuss-gnuradio-bounces+trnewman=vt@gnu.org on behalf of Jane Chen Sent: Wed 3/4/2009 8:39 PM To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] run AirProbe with