[Discuss-gnuradio] to the Discuss-gnuradio@gnu.org mailing list!

2010-06-02 Thread Nana Zhao
zhaona200...@163.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] hi all, I want to support fpga to add a timestamp when the usrp send and receive data package

2010-06-02 Thread John Wu
Hi all, I need to measure the time of flight with the accuracy in nanosecond, now I found an ic that can measure the time in ns. So now I want to support fpga to read the timestamp when receive and send a data package with modifying the fpga firmware. Can someone estimate whether the usrp or usrp2

Re:Re: [Discuss-gnuradio] usrp mimo question

2010-06-02 Thread weizhongshan
thanks mattso 2 usrps and 4 rfx dbs is enough for me ,and in usrp multi-signals can be simultaneous.while when i send a 50K frequency signal ,and receive it from two antennas ,through oscope i find the two IQ signals are not synchronous,signal from the second antenna seems 1/4 wavelength ahead

Re: [Discuss-gnuradio] Compile error: /usr/local/gnuradio/gnuradio-core/src/lib/gnuradio-config-info.cc:36: undefined reference to

2010-06-02 Thread Johnathan Corgan
On Wed, Jun 2, 2010 at 12:06, Burak TUYSUZ wrote: > I am trying to compile gnuradio from the latest development code but in both > of my computers I get the same exact error. This should be fixed in the latest git master. Johnathan ___ Discuss-gnurad

Re: [Discuss-gnuradio] WBX <70MHz

2010-06-02 Thread Johnathan Corgan
On Wed, Jun 2, 2010 at 14:05, Matt Ettus wrote: > The gnuradio.org page is no longer being updated and should just have a > pointer to the new site. This is done. Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.o

Re: [Discuss-gnuradio] WBX <70MHz

2010-06-02 Thread John Orlando
On Wed, Jun 2, 2010 at 4:29 PM, Matt Ettus wrote: > On 06/02/2010 02:06 PM, John Orlando wrote: >> >> On Wed, Jun 2, 2010 at 3:54 PM, Sharif Shaher >>  wrote: >>> >>> Hello, >>> >>> I am trying to tune the WBX to 60MHz, but everytime I do >>> I get an error.  If I do it through usrp2_fft.py it say

Re: [Discuss-gnuradio] WBX <70MHz

2010-06-02 Thread Matt Ettus
On 06/02/2010 02:06 PM, John Orlando wrote: On Wed, Jun 2, 2010 at 3:54 PM, Sharif Shaher wrote: Hello, I am trying to tune the WBX to 60MHz, but everytime I do I get an error. If I do it through usrp2_fft.py it says "Failed", if I do it through my c++ code, I get the error set_rx_center_freq

Re: [Discuss-gnuradio] WBX <70MHz

2010-06-02 Thread John Orlando
On Wed, Jun 2, 2010 at 3:54 PM, Sharif Shaher wrote: > Hello, > > I am trying to tune the WBX to 60MHz, but everytime I do > I get an error.  If I do it through usrp2_fft.py it says "Failed", > if I do it through my c++ code, I get the error > set_rx_center_freq(6e+07) failed. According to the dr

Re: [Discuss-gnuradio] WBX <70MHz

2010-06-02 Thread Matt Ettus
On 06/02/2010 01:54 PM, Sharif Shaher wrote: Hello, I am trying to tune the WBX to 60MHz, but everytime I do I get an error. If I do it through usrp2_fft.py it says "Failed", if I do it through my c++ code, I get the error set_rx_center_freq(6e+07) failed. I used the u2_flash_tool to "burn" txr

[Discuss-gnuradio] WBX <70MHz

2010-06-02 Thread Sharif Shaher
Hello, I am trying to tune the WBX to 60MHz, but everytime I do I get an error. If I do it through usrp2_fft.py it says "Failed", if I do it through my c++ code, I get the error set_rx_center_freq(6e+07) failed. I used the u2_flash_tool to "burn" txrx_wbx.bin to the SD as follows: sudo ./u2_fla

Re: [Discuss-gnuradio] Compile error: /usr/local/gnuradio/gnuradio-core/src/lib/gnuradio-config-info.cc:36: undefined reference to

2010-06-02 Thread Johnathan Corgan
On Wed, Jun 2, 2010 at 12:06, Burak TUYSUZ wrote: > I am trying to compile gnuradio from the latest development code but in both > of my computers I get the same exact error. Can you send to me (offlist) two files: config.log gnuradio-core/src/lib/Makefile Thanks, Johnathan _

[Discuss-gnuradio] Compile error: /usr/local/gnuradio/gnuradio-core/src/lib/gnuradio-config-info.cc:36: undefined reference to

2010-06-02 Thread Burak TUYSUZ
Hi, I am trying to compile gnuradio from the latest development code but in both of my computers I get the same exact error**. I use gentoo and I will appreciate any help Thank you libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o .libs/gnuradio-config-info gnuradio-config-info.o

Re: [Discuss-gnuradio] format of data in datafile produced by file_sink_c

2010-06-02 Thread Josh Blum
file_sink_c prodces complex floating point. Every 8 bytes is a complex float, where the first 4 bytes is a float representing I, and the second 4 bytes a float representing Q. if you were using numpy, it could be read with: numpy.fromfile(file, numpy.complex64) -Josh On 06/02/2010 11:25 AM,

[Discuss-gnuradio] format of data in datafile produced by file_sink_c

2010-06-02 Thread Yan Nie
Dear all, I'm wodering the format of data in datafile which produced by file_sink_c. I used octave function read_complex_binary to read the data. Since the usbdata is a 16-bit binary data sent from FPGA to usb controller, is the first 16 lines of the data represent the first sample point of the

Re: [Discuss-gnuradio] how to use boost-python to get a shared memory block between c++ and python

2010-06-02 Thread Eric Blossom
On Wed, Jun 02, 2010 at 09:32:34AM +0200, bjoe...@ee.ethz.ch wrote: > Hi, > > I'm currently working on a project using the ucla ZigBee Phy > implementation for the gnuradio framework. > I need some help how to use boost python and smart pointers to > manage a shared memory block from both sides, t

Re: [Discuss-gnuradio] usrp mimo question

2010-06-02 Thread Matt Ettus
On 06/01/2010 03:18 AM, weizhongshan wrote: sos! i want to realize a 2*2 mimo simplex communication system .since rfx daughterboards can transmit/receive 2 complex IO signals, i thought 2 usrp and 4 rfx_daughterboards is enough for me .but now i am wonfering whether usrp can transmit/receive mult

Re: [Discuss-gnuradio] ImportError: cannot import name myownhowto

2010-06-02 Thread Zohair
When I type: ~$ sudo ldconfig I receive: /sbin/ldconfig.real: /usr/local/lib/libgnuradio-myownhowto.so.0 is not a symbolic link Zohair wrote: > > Hello everyone, > > Incorporating a MATLAB *.so library, I have created a block using the > howto_square template. I also followed the discussion

[Discuss-gnuradio] ImportError: cannot import name myownhowto

2010-06-02 Thread Zohair
Hello everyone, Incorporating a MATLAB *.so library, I have created a block using the howto_square template. I also followed the discussion in the http://old.nabble.com/Need-help-with-gr-how-to-create-a-signal-processing-block-template-td28646216.html thread here . The code compiles very nicely

[Discuss-gnuradio] Re: thankx

2010-06-02 Thread mohd adib sarijari
I never yet try to send a file with benchmark_tx.py but i think it is not very hard. the .dat file is not the file that you want I think. it is the file whch log the raw signal. you can draw the raw data by using one of the program in gt-utils if i am not mistaken. yup, once again, may i know w

[Discuss-gnuradio] how to use boost-python to get a shared memory block between c++ and python

2010-06-02 Thread bjoernm
Hi, I'm currently working on a project using the ucla ZigBee Phy implementation for the gnuradio framework. I need some help how to use boost python and smart pointers to manage a shared memory block from both sides, the python and the c++ side. It would be great if I could manipulate as lit