Re: Re: [Discuss-gnuradio] PACKET FORMAT "error"

2010-05-11 Thread Thomas Tsou
2010/5/11 zzw.1012 : >  Hi, Thomas >     thanks for your help ! you are right! > I add printf code in the function of usrp_basic.cc like this: > int usrp_basic_tx::write(const void *buf, int len, bool *underrun) > { >  ... >  printf ("len = %d\n", len); >  if (len < 0 || (len % 512) != 0) >  {

Re: [Discuss-gnuradio] USRP2 firmware and FPGA release

2010-05-11 Thread Matt Ettus
On 05/11/2010 02:19 PM, Juha Vierinen wrote: Hi Matt, Are there any plans to include functionality similar to gr-gpio? I would be interested in receiving 1..N digital streams with the same rate as the IQ samples. We have an old out-dated firmware for USRP2 that does this, but it would be nice to

Re: [Discuss-gnuradio] USRP2 firmware and FPGA release

2010-05-11 Thread Juha Vierinen
Hi Matt, Are there any plans to include functionality similar to gr-gpio? I would be interested in receiving 1..N digital streams with the same rate as the IQ samples. We have an old out-dated firmware for USRP2 that does this, but it would be nice to move to the newer releases eventually. juha

[Discuss-gnuradio] USRP2 firmware and FPGA release

2010-05-11 Thread Matt Ettus
From now on, all FPGA and firmware releases will be at: http://code.ettus.com/redmine/ettus/projects/public/wiki/U2binaries There is a new release of everything there, both the old style and the UHD-capable, so if you have a USRP2, you'll probably want to upgrade. Matt

Re: [Discuss-gnuradio] Re: Full-duplex WBX

2010-05-11 Thread Matt Ettus
Thanks, Matt. I'm doing such a test: The RX2 port of WBX is connected to the ouput of an AWG, which generates a sine signal. And the TX/RX port is connected to a DPO, so that the transmitted signals can be captured on the screen. The output of the AWG is also connected to the DPO. The USRP2 was

Re: [Discuss-gnuradio] GNU Radio website

2010-05-11 Thread Johnathan Corgan
On Tue, May 11, 2010 at 08:07, Philip Balister wrote: > Currently gnuradio.org is coughing up redmine internal errors Thanks, it's back up now. Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/lis

Re: [Discuss-gnuradio] Re: Full-duplex WBX

2010-05-11 Thread Evan Chen
On Tue, May 11, 2010 at 10:19 AM, Matt Ettus wrote: > On 05/11/2010 07:18 AM, Evan Chen wrote: > >> Or is there any document about full-duplex WBX? >> I didn't find the answer on the web. >> -Evan >> >> On Mon, May 10, 2010 at 7:19 PM, Evan Chen > > wrote: >> >>Hi

Re: [Discuss-gnuradio] Re: Full-duplex WBX

2010-05-11 Thread Matt Ettus
On 05/11/2010 07:18 AM, Evan Chen wrote: Or is there any document about full-duplex WBX? I didn't find the answer on the web. -Evan On Mon, May 10, 2010 at 7:19 PM, Evan Chen mailto:evanche...@gmail.com>> wrote: Hi there, Does anybody know how to configure WBX to work in full-duplex mod

[Discuss-gnuradio] GNU Radio website

2010-05-11 Thread Philip Balister
Currently gnuradio.org is coughing up redmine internal errors Philip ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Re: Full-duplex WBX

2010-05-11 Thread Evan Chen
Or is there any document about full-duplex WBX? I didn't find the answer on the web. -Evan On Mon, May 10, 2010 at 7:19 PM, Evan Chen wrote: > Hi there, > > Does anybody know how to configure WBX to work in full-duplex mode? > > By running the "usrp2_fft.py", it turned out that both TX/RX por

Re: [Discuss-gnuradio] How to use matlab codes in GRC using File source?

2010-05-11 Thread Philip Balister
On 05/11/2010 03:07 AM, JAS DEO wrote: Hi, How can we use matlab lab codes in GRC.Is there any tutorial on that? I'm not sure about about MATLLAB, but the question made me check on the status of calling Octave from C again. I found this page: http://wiki.octave.org/wiki.pl?CategoryExternal

[Discuss-gnuradio] Step by step tutorial command

2010-05-11 Thread meco1982
Hi, I searched in forum , I serched on web, I read a huge number of post but i wrote a post about my problem with DBSRX daughterboard I hope someone can link me a tutorial with step by step or complete process of compiling at c++ level with all command from "after installation" of gnuradio

Re: [Discuss-gnuradio] USRP-Overrun Problem

2010-05-11 Thread Eder Matthias
Original-Nachricht > Datum: Sun, 9 May 2010 20:30:59 -0700 > Von: Eric Blossom > An: "Marcus D. Leech" > CC: discuss-gnuradio@gnu.org > Betreff: Re: [Discuss-gnuradio] USRP-Overrun Problem > On Sun, May 09, 2010 at 04:01:48PM -0400, Marcus D. Leech wrote: > > On 05/09/2010 02:

Re:Re: [Discuss-gnuradio] PACKET FORMAT "error"

2010-05-11 Thread zzw.1012
Hi, Thomas thanks for your help ! you are right! I add printf code in the function of usrp_basic.cc like this: int usrp_basic_tx::write(const void *buf, int len, bool *underrun) { ... printf ("len = %d\n", len); if (len < 0 || (len % 512) != 0) { fprintf(stderr, "usrp_basic_tx::writ

[Discuss-gnuradio] How to use matlab codes in GRC using File source?

2010-05-11 Thread JAS DEO
Hi, How can we use matlab lab codes in GRC.Is there any tutorial on that? Regards Jaspreet -- View this message in context: http://old.nabble.com/How-to-use-matlab-codes-in-GRC-using-File-source--tp28520679p28520679.html Sent from the GnuRadio mailing list archive at Nabble.com.