[Discuss-gnuradio] HELP: about Building wxPython in Cygwin

2009-09-02 Thread Li 美文
I'm trying to build wxPython 2.8.10.1 under Cygwin following the instructions on http://gnuradio.org/trac/wiki/wxPythonCygwin. I have successfully done this previously --> ../configure --with-msw In next setp "make", I get following error message What can I do? em...@ncku-34be181a9

[Discuss-gnuradio] Half-Band Filter Module Output Clipping?

2009-09-02 Thread Bruce McGuffin
Hi I've been looking at the USRP2 filter characteristics, to see if it will work for me. After going through the half-band filter code (hb_dec.v from gnu-radio 3.2) I understand what the filter coefficients are, but I have a question about the output from this module. Near the end of the mod

[Discuss-gnuradio] how to debug gr-sounder program

2009-09-02 Thread Yan Nie
Hi, I want to track the gr-sounder program to see the role each module plays in the whole gr-sounder module, because I need to modify the some verilog module in gr-sounder. what can I use to debug the program? I'm using PyDev+eclipse to complie the python code, and Quartus to compile verilog

Re: [Discuss-gnuradio] Install the new block

2009-09-02 Thread Milo Wong
Hi Johnathan, I solved it. What I mean is installing a new block I wrote by myself to PYTHONPATH. Just "sudo make install" at top directory. Thank you :-) Milo On Wed, Sep 2, 2009 at 11:57 AM, Johnathan Corgan < jcor...@corganenterprises.com> wrote: > On Wed, Sep 2, 2009 at 11:53, Milo Wong wro

Re: [Discuss-gnuradio] Using GNU Radio without a USRP

2009-09-02 Thread Brian Padalino
On Wed, Sep 2, 2009 at 3:24 PM, Fernando Rodrigues de Souza Neto wrote: > Hi all, > > Well, first of all, sorry to bother you guys with this, maybe this is not > the place for this question/discussion. > I'm new in the GNU Radio world and I'm trying to get GNU Radio working with > a non-USRP FPGA b

[Discuss-gnuradio] Using GNU Radio without a USRP

2009-09-02 Thread Fernando Rodrigues de Souza Neto
Hi all, Well, first of all, sorry to bother you guys with this, maybe this is not the place for this question/discussion. I'm new in the GNU Radio world and I'm trying to get GNU Radio working with a non-USRP FPGA board, in particular the Stratix II GX Transceiver SI Board, (this one http://img232

Re: [Discuss-gnuradio] Frequency Offset

2009-09-02 Thread Johnathan Corgan
On Wed, 2009-09-02 at 12:15 -0700, Josh Blum wrote: > I made a branch with this fix: > http://gnuradio.org/cgit/jblum.git/log/?h=lo_fix > > Does the usrp2 have a similar issue: Does set_center_freq() have to be > called after set_lo_offset()? Yes. Johnathan

Re: [Discuss-gnuradio] Frequency Offset

2009-09-02 Thread Josh Blum
I made a branch with this fix: http://gnuradio.org/cgit/jblum.git/log/?h=lo_fix Does the usrp2 have a similar issue: Does set_center_freq() have to be called after set_lo_offset()? -Josh ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org h

Re: [Discuss-gnuradio] Install the new block

2009-09-02 Thread Johnathan Corgan
On Wed, Sep 2, 2009 at 11:53, Milo Wong wrote: > While I found all gnuradio core blocks were installed in dist-packages on my > PC(different from site-packages above) Are you installing GNU Radio from binary packages? If so, you can run your configure script as: $ configure --prefix=/usr Then

[Discuss-gnuradio] Install the new block

2009-09-02 Thread Milo Wong
Hi all, My block finally works! But still I got a question about installing: I found the following scripts in Makefile.am (in the same directory with .cc .h .i files) # Install so that they end up available as: # import gnuradio.lpi # This ends up at: # ${prefix}/lib/python${python_version}

Re: [Discuss-gnuradio] Use of VERBOSE in C++ files

2009-09-02 Thread udadidd
Yes I did. I m able to run benchmark_rx/tx programs. At this point in "Access_code auto Correlator", I want to see the bytes coming out.Also if there's an error, then the data corresponding to that error. When i went back and saw the c++ file, i understood, this is print out by VERBOSE command. B

Re: [Discuss-gnuradio] libusrp C++ inband transmission

2009-09-02 Thread Brian Padalino
On Wed, Sep 2, 2009 at 11:39 AM, Andrey A wrote: > Hello, colleagues. > I'm developing an application in pure C++ using libusrp to interface to > USRP1 device. The rbf file in use is inband_2rxhb_2tx.rbf from 3.2.2 > release. > > My test application sends bursts of samples to libusrp specifying wri

[Discuss-gnuradio] libusrp C++ inband transmission

2009-09-02 Thread Andrey A
Hello, colleagues. I'm developing an application in pure C++ using libusrp to interface to USRP1 device. The rbf file in use is inband_2rxhb_2tx.rbf from 3.2.2 release. My test application sends bursts of samples to libusrp specifying write timestamps. The problem is that I want to start transmitt