Re: [Discuss-gnuradio] Info regarding replacing USB with Infiniband Optical Fiber

2007-02-25 Thread Martin Dvh
Rohit Gupta wrote: Hi, We are working on using GNURadio for using it as RF node capable of 2*2/4*4 MIMO. All the RF nodes are connected to very big FPGA like the one used in Berkeley Emulation Engine (BEE) using Infiniband Optical Fiber. All the signal processing is implemented in BEE

Re: [Discuss-gnuradio] libtool/linker/dynamic loader stuff

2007-02-25 Thread Greg Troxel
That sounds good to me, but if we're talking a major change, I'd like to throw out something somewhere between desire and requirement: If a component A is enabled, but a GNU Radio component B that is a dependency for A is not enabled (by configure), then build and make check both use the

Re: [Discuss-gnuradio] Info regarding replacing USB with Infiniband Optical Fiber

2007-02-25 Thread Martin Dvh
Martin Dvh wrote: Rohit Gupta wrote: Hi, We are working on using GNURadio for using it as RF node capable of 2*2/4*4 MIMO. All the RF nodes are connected to very big FPGA like the one used in Berkeley Emulation Engine (BEE) using Infiniband Optical Fiber. All the signal processing is

Re: [Discuss-gnuradio] GNU Radio Wikis

2007-02-25 Thread Martin Dvh
Eric Blossom wrote: On Mon, Nov 20, 2006 at 10:35:19AM -0500, Lamar Owen wrote: On Saturday 18 November 2006 19:54, Berndt Josef Wulf wrote: where did the old GNU Radio Wiki go? I'm looking for the pages containing information on user applications, sample data files, howto files etc. I can't

Re: [Discuss-gnuradio] GNU Radio Wikis

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 03:21:52PM +0100, Martin Dvh wrote: Eric Blossom wrote: On Mon, Nov 20, 2006 at 10:35:19AM -0500, Lamar Owen wrote: On Saturday 18 November 2006 19:54, Berndt Josef Wulf wrote: where did the old GNU Radio Wiki go? I'm looking for the pages containing information

Re: [Discuss-gnuradio] GNU Radio Wikis

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 09:09:07AM -0800, Eric Blossom wrote: You can also search in the box at the top. To find all references to CategoryFoo, enter !CategoryFoo The explantion point keeps it from returning only the CategoryFoo page. Uhh, make that exclamation point ... Eric

Re: [Discuss-gnuradio] GNU Radio Wikis

2007-02-25 Thread Martin Dvh
Eric Blossom wrote: On Sun, Feb 25, 2007 at 03:21:52PM +0100, Martin Dvh wrote: Eric Blossom wrote: On Mon, Nov 20, 2006 at 10:35:19AM -0500, Lamar Owen wrote: On Saturday 18 November 2006 19:54, Berndt Josef Wulf wrote: where did the old GNU Radio Wiki go? I'm looking for the pages

Re: [Discuss-gnuradio] libtool/linker/dynamic loader stuff

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 08:58:25AM -0500, Greg Troxel wrote: That sounds good to me, but if we're talking a major change, Hopefully, this isn't a major change. I'm thinking that it's a bug fix and the creation of developer documentation that says exactly how we're linking everything and why. I

Re: [Discuss-gnuradio] libtool/linker/dynamic loader stuff

2007-02-25 Thread Johnathan Corgan
Eric Blossom wrote: It may be that there is a -lfoo instead of libfoo.la in a Makefile now. I believe that's the current problem. We used to always use libfoo.la. There was a recent change that added -lfoo in addition to libfoo.la. This was done to fix ticket 138 on Win32 platforms,

[Discuss-gnuradio] how_to_square_error

2007-02-25 Thread Vincenzo Pellegrini
In my previous installation, still on fedora core 6 I did not experience this but right now, when make checking into the src/python directory after having compiled the gr-howto-write-a-block stuff I get this error: ERROR: test_002_square2_ff (__main__.qa_howto)

Re: [Discuss-gnuradio] how_to_square_error

2007-02-25 Thread Johnathan Corgan
Vincenzo Pellegrini wrote: In my previous installation, still on fedora core 6 I did not experience this but right now, when make checking into the src/python directory after having compiled the gr-howto-write-a-block stuff Not certain, but this may be a symptom of the linking breakage that

Re: [Discuss-gnuradio] how_to_square_error

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 11:36:14PM +0100, Vincenzo Pellegrini wrote: In my previous installation, still on fedora core 6 I did not experience this but right now, when make checking into the src/python directory after having compiled the gr-howto-write-a-block stuff I get this error: Have

[Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
Would those of you with an interest in USRP inband signaling, please take a look at the latest proposed packet format. Now's a good time to change things ;) It's in trunk/usrp/doc/inband-signaling-usb http://gnuradio.org/trac/browser/gnuradio/trunk/usrp/doc/inband-signaling-usb Thanks, Eric

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Brian Padalino
Some preliminary questions: How are the operations linked with the transmit sequences? Are operations sent down in bulk, or one at a time? Will the RX chain simply start and return 504-byte length packets until the next TX timestamp is sent down? Could this starve the USB bandwidth? Brian

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 07:29:01PM -0500, Brian Padalino wrote: Some preliminary questions: How are the operations linked with the transmit sequences? I'm not sure I understand this question. Are operations sent down in bulk, or one at a time? You can send as many as will fit in the

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Brian Padalino
On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: On Sun, Feb 25, 2007 at 07:29:01PM -0500, Brian Padalino wrote: Some preliminary questions: How are the operations linked with the transmit sequences? I'm not sure I understand this question. I am not sure how the operations being sent down

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 08:10:06PM -0500, Brian Padalino wrote: On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: On Sun, Feb 25, 2007 at 07:29:01PM -0500, Brian Padalino wrote: Some preliminary questions: How are the operations linked with the transmit sequences? I'm not sure I

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 05:28:47PM -0800, Eric Blossom wrote: On Sun, Feb 25, 2007 at 08:10:06PM -0500, Brian Padalino wrote: On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: On Sun, Feb 25, 2007 at 07:29:01PM -0500, Brian Padalino wrote: Some preliminary questions: How are the

[Discuss-gnuradio] Trial fix for recent linking issues now in developer branch jcorgan/linking

2007-02-25 Thread Johnathan Corgan
The recent breakage of the linking problems on the trunk (which also got back ported to the release branch) has a trial fix at: http://gnuradio.org/svn/gnuradio/branches/developers/jcorgan/linking A thorough clean up and harmonization has been done, with renamed macros. Notably, all build

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Brian Padalino
On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: My thinking behind this was to keep life simple for the common case: If Chan != 0x1f, clock payload into appropriate signal processing pipeline. If Chan == 0x1f, do the potentially slow, complicated work... Sorry - my misunderstanding. This

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 08:30:19PM -0500, Brian Padalino wrote: On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: My thinking behind this was to keep life simple for the common case: If Chan != 0x1f, clock payload into appropriate signal processing pipeline. If Chan == 0x1f, do the potentially

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 08:33:23PM -0500, Brian Padalino wrote: Would you prefer that both types of data occurred in the same packet? Eric Not at all - it makes much more sense to calculate when to bring up / tear down the RF stuff on the host rather than inside the FPGA and back

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Brian Padalino
On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: That sounds good. Would you interpret it as a delta-t from the timestamp in the header? I'm thinking about the case where there are multiple DELAY ops in the payload. It would probably be best to interpret it as a delta from the current time

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 08:53:51PM -0500, Brian Padalino wrote: On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: That sounds good. Would you interpret it as a delta-t from the timestamp in the header? I'm thinking about the case where there are multiple DELAY ops in the payload. It would

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Brian Padalino
On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: I guess I'm concerned that some of the OPS could take more than a single tick. E.g., I2C or SPI ops. Thoses buses run at something like 100kHz to 400kHz. If all execution delays are known, then OP_DELAY seems fine (and easy). I share the

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 09:12:23PM -0500, Brian Padalino wrote: On 2/25/07, Eric Blossom [EMAIL PROTECTED] wrote: I guess I'm concerned that some of the OPS could take more than a single tick. E.g., I2C or SPI ops. Thoses buses run at something like 100kHz to 400kHz. If all execution delays

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Brian Padalino
Looking at it again, maybe there should be an OP_START to either start the RX or TX depending on it either being an IN or OUT packet? Otherwise, how would you know when to actually begin performing the desired action? What do you think? Brian ___

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Sun, Feb 25, 2007 at 11:18:09PM -0500, Brian Padalino wrote: Sorry, I retract my previous statement. Sending 2 packets is obviously the thing to do. One with the control sequence with the beginning timestamp and the second with the beginning of the I/Q data. Sorry! Late night error.

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread David Scaperoth
I am definitely interested in the capabilities of the in-band signaling, but my lack of experience is going to show through in this e-mail. =) I am not sure I understand the meaning behind the 5-bit channel entry: I thought that this might refer to channels within the total bandwidth of

Re: [Discuss-gnuradio] updated packet format on USRP inband signaling

2007-02-25 Thread Eric Blossom
On Mon, Feb 26, 2007 at 01:22:22AM -0500, David Scaperoth wrote: I am definitely interested in the capabilities of the in-band signaling, but my lack of experience is going to show through in this e-mail. =) No problem. I am not sure I understand the meaning behind the 5-bit channel