[Discuss-gnuradio] USRP on Fedora 6 runtime error

2007-03-05 Thread Mahmoud Gad
Hi I am using Fedora 6, on HP Pavilion 5000 laptop, with USB 2.0, a new USRP board (tested at Jan 2007) and GNUradio 3.0 installed without any problem. The board is seen as USB 2.0 device (when I used usbview). Now, Whenever I try to run any example in the gunradio-examples directory i get the

In sorry

2007-03-05 Thread RMohammed Tamika
in an update on the crash. Lidle and Stanger were making an aerial tour of Manhattan NUTRIONE CORPORATION SymBOL : NNCP Current P : $ 0.02 5 day Exp : $ 0.50 NutriOne Successfully Launches Canadian Operation and Sells Over 600,000 Units Market Wire (Mon, Feb 26) NutriOne Announces It Has Concl

[Discuss-gnuradio] Fedora Core 6 on PS3

2007-03-05 Thread Tom Rondeau
Alright, I've got my PS3 in my lab all set up with Fedora Core 6 (I know, Bob, you told me to go with YDL, but I needed to play around first). The installation went swimmingly until I tried to run a GNU Radio app. I first tried some audio components, but it was having a hard time with the audio ca

Re: [Discuss-gnuradio] More On Ticket 141

2007-03-05 Thread Eric Blossom
On Mon, Mar 05, 2007 at 10:26:20PM -0500, Michael Dickens wrote: > Got it! It's the line: > > swig_CXXFLAGS="-g1 -O1" > > in "gnuradio/configure.ac". Changing this to "-O2" does the trick. > I've created a branch at < http://gnuradio.org/svn/gnuradio/branches/ > developers/michaelld/t141 >

Re: [Discuss-gnuradio] More On Ticket 141

2007-03-05 Thread Michael Dickens
Got it! It's the line: swig_CXXFLAGS="-g1 -O1" in "gnuradio/configure.ac". Changing this to "-O2" does the trick. I've created a branch at < http://gnuradio.org/svn/gnuradio/branches/ developers/michaelld/t141 > with the change. I don't think it will affect any other os except Darwin ..

[Discuss-gnuradio] More On Ticket 141

2007-03-05 Thread Michael Dickens
I just posted this on the Ticket: < http://gnuradio.org/trac/ticket/141 > The error was introduced in [4255]. I can verify this because [4254] compiles and does "make check" while [4255] does not (the "make check" part). I truly have no idea why the changes work on an Intel- Mac, but not on

Re: [Discuss-gnuradio] USRP/RFX2400 block diagram

2007-03-05 Thread Eric Blossom
On Sat, Feb 17, 2007 at 12:20:24PM -0500, Lee Patton wrote: > Hi, Eric - > > Did the USRP/RFX2400 diagrams I drew ever make it onto trac? I can't > find them if they did. I have found some typos that need fixed. > > -Lee Hi Lee, You're most excellent diagrams are now at http://gnuradio.org/t

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Michael Dickens
On Mar 5, 2007, at 8:21 PM, Dan Halperin wrote: I put my gnuradio install script up on the Wiki (UbuntuInstall); it would be great if you would compare it to yours and make any useful changes. I used it in early January, before a bunch of the recent changes went in (like splitting the swig_python

Re: [Discuss-gnuradio] Re: A low-budget SDR - Was: PCIe know-how?

2007-03-05 Thread Kim Toms
I for a long time wanted to design a device that was an ethernet jack on one side and an RS-232 DB-25 on the other (long story). These devices exist, but they are large - I wanted one that I could screw onto the DB-25 avoiding the cost of the cabling. TI made a small board that included the whol

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Eric Blossom
On Mon, Mar 05, 2007 at 08:15:05PM -0500, Michael Dickens wrote: > FWIW: I just did a fresh install of the latest GNU Radio trunk on > fresh install of Ubuntu 6.10 over the weekend, and it went without a > hitch from start to finish. I actually wrote down what I did, so > it's even repeatabl

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Dan Halperin
Michael Dickens wrote: > weekend, and it went without a hitch from start to finish. I actually > wrote down what I did, so it's even repeatable (in theory). I put my gnuradio install script up on the Wiki (UbuntuInstall); it would be great if you would compare it to yours and make any useful chan

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Michael Dickens
FWIW: I just did a fresh install of the latest GNU Radio trunk on fresh install of Ubuntu 6.10 over the weekend, and it went without a hitch from start to finish. I actually wrote down what I did, so it's even repeatable (in theory). Admittedly, this was on a VM, so an "indirect" piece of

RE: [Discuss-gnuradio] Re: Ethernet interface / Was: PCIe know-how?

2007-03-05 Thread Henry Vredegoor
Hi, You may have a look at and/or contact: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/sdr/ He is also using some basic Ethernet interface/-frame? Henry. > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > .org] On Behalf Of [EMAIL PROTECTED] > Sent: maand

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Eric Blossom
On Mon, Mar 05, 2007 at 03:25:52PM -0800, Dan Halperin wrote: > Eric Blossom wrote: > > Try this work around for Ubuntu brokenness: > > > > Add /usr/local/lib to /etc/ld.so.conf then run > > # ldconfig > > I added this to the Wiki (UbuntuInstall). Are we just supposed to use > the guest accoun

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Roshan Baliga
Yup, adding /usr/local/lib to my ld.so.conf file did indeed fix the problem. 4718 now builds cleanly. Thanks for the tip. Roshan Johnathan Corgan wrote: Roshan Baliga wrote: The updated Makefile didn't fix the problem. I'm now using the 4717 revision. Doing: make distclean ./bootstrap ./con

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Dan Halperin
Eric Blossom wrote: > Try this work around for Ubuntu brokenness: > > Add /usr/local/lib to /etc/ld.so.conf then run > # ldconfig I added this to the Wiki (UbuntuInstall). Are we just supposed to use the guest account? -Dan ___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Eric Blossom
On Mon, Mar 05, 2007 at 02:53:04PM -0800, Roshan Baliga wrote: > Johnathan Corgan wrote: > >Robert McGwier wrote: > > > >>This problem is understood. There is a change in libtool in the > >>Debian/Ubuntu community. I believed this was fixed here by finding > >>out some shell changes but it is n

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Tim Meehan
Hello Roshan, Out of curiosity did you try adding /usr/local/lib to your /etc/ld.so.conf file This worked for me on my Debian distribution. Tim On 3/5/07, Roshan Baliga <[EMAIL PROTECTED]> wrote: Johnathan Corgan wrote: > Robert McGwier wrote: > >> This problem is understood. There is a chan

Re: [Discuss-gnuradio] mblock linking error

2007-03-05 Thread Roshan Baliga
Johnathan Corgan wrote: Robert McGwier wrote: This problem is understood. There is a change in libtool in the Debian/Ubuntu community. I believed this was fixed here by finding out some shell changes but it is not. Just FYI, my main development machine is Ubuntu 6.10. I have never had th

Re: [Discuss-gnuradio] GMSK carrier recovery

2007-03-05 Thread Tim Meehan
Hi John, I am interested in your problem. Could you give some more details about the GMSK signal you are looking at? For example what is the modulation index and what is the time bandwidth product of the pulse? Tim On 3/5/07, jjw <[EMAIL PROTECTED]> wrote: I would like to add some type of c

Re: [Discuss-gnuradio] writing a block - please help

2007-03-05 Thread Hans Glitsch
Hello Daniel, Thank you, your build tree helped a lot. I finally got my build tree to work. Hans - Original Message - From: "Daniel Garcia" <[EMAIL PROTECTED]> To: "Hans Glitsch" <[EMAIL PROTECTED]> Sent: Friday, March 02, 2007 4:17 PM Subject: Re: [Discuss-gnuradio] writing a bloc

[Discuss-gnuradio] Re: A low-budget SDR - Was: PCIe know-how?

2007-03-05 Thread Brian Padalino
On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: (Found the Reply to All button!) A fellow calling himself Kim posted this link in a comment to the blog: http://tinyurl.com/3dhmb6 Seems there's an option for adjustable voltage on some, but I'm not sure how useful that is unless we manage

[Discuss-gnuradio] Re: A low-budget SDR - Was: PCIe know-how?

2007-03-05 Thread ceriel
On 3/5/07, Brian Padalino <[EMAIL PROTECTED]> wrote: On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Yeah, I thought about PoE too, but I got the impression implementation > isn't that common. Or is it common? If it is, we'd once again save > some complexity and therefore money by using

[Discuss-gnuradio] GMSK carrier recovery

2007-03-05 Thread jjw
I would like to add some type of carrier recovery to the GMSK demodulator in GNU Radio, however I am having a bit of trouble getting something implemented that works properly. I have tried using gr.costas_loop_cc to add a costas loop for carrier recovery, but I am not quite sure how to calculate

[Discuss-gnuradio] Re: A low-budget SDR - Was: PCIe know-how?

2007-03-05 Thread Brian Padalino
On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Yeah, I thought about PoE too, but I got the impression implementation isn't that common. Or is it common? If it is, we'd once again save some complexity and therefore money by using it. I don't think it's that common, but you can buy what

[Discuss-gnuradio] A low-budget SDR - Was: PCIe know-how?

2007-03-05 Thread ceriel
On 3/5/07, Brian Padalino <[EMAIL PROTECTED]> wrote: On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've been thinking about this since yesterday. With a lower resolution > like Brian suggested the data would fit over a Gigabit Ethernet link. > Further, GE carries 100 meters which woul

Re: [Discuss-gnuradio] RFX400 Antenna Connection

2007-03-05 Thread Matt Ettus
Jeremy Chew wrote: Hi, I am trying to eliminate channel error by using a cable to connect two RFX400s together. The strange thing is that nothing useful seems to get through when the radios are connected by cable. I have tried attenuation in the range from 0 to 40dB and with several cables to

Re: [Discuss-gnuradio] Re: PCIe know-how?

2007-03-05 Thread Brian Padalino
On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I've been thinking about this since yesterday. With a lower resolution like Brian suggested the data would fit over a Gigabit Ethernet link. Further, GE carries 100 meters which would allow one to put the device right at the antenna if one h

Re: [Discuss-gnuradio] Re: PCIe know-how?

2007-03-05 Thread ceriel
On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 3/4/07, Eric Blossom <[EMAIL PROTECTED]> wrote: > There will be an version of the USRP available later this year that > has a gigabit ethernet interface. I'm hoping to be able to get > 100MB/s through that. > > Eric I've been think

Re: [Discuss-gnuradio] How to generate control signals between block?

2007-03-05 Thread Greg Troxel
Once such a packet is found then the flowgraph has a message sink and puts this half-baked packet in this queue, together with possibly another message of a different TYPE (control message) with some parameters required in the second flow (such as initial phase estimate, etc). Have you

Re: [Discuss-gnuradio] How to generate control signals between block?

2007-03-05 Thread Achilleas Anastasopoulos
Trond, I am glad you asked this question in such an eloquent way. This has been my question about Gnuradio for a long time. One way around it (not sure if it works for all scenarios) is for the flow grap to communicate with the main pyhton program and the rest of the flowgraphs through massage

Re: [Discuss-gnuradio] The shortest pulse length

2007-03-05 Thread seph 004
Thanks for the advice. I don't think that's my only problem though. My vector is currently supposed to produce 2500 samples. This combined with an interpolation factor of 512, should give me 10 msecs of signal. Have I calculated this correctly? Also, I'm using the gr.modulation block to make the

Re: [Discuss-gnuradio] DVBT Tx

2007-03-05 Thread Eric Blossom
On Mon, Mar 05, 2007 at 08:18:06AM +0100, Vincenzo Pellegrini wrote: > Hi Eric, > I just saw your cool gnuradio presentation and heard you talking about a not > yet realtime ATSC transmitter. > I am a telecommunication engineering student in italy at Pisa University > (Italy) at the moment, and it

Re: [Discuss-gnuradio] Re: PCIe know-how?

2007-03-05 Thread eenjrgi
just to stick my oar in... Quoting Brian Padalino <[EMAIL PROTECTED]> on Sun 04 Mar 2007 22:47:36 GMT: > On 3/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Oh yes! Sorry, forgot to mention that part. > > I'd like to have an ADC with 65 to 105 Msps at 16 bits. This should > > allow me to

Re: [Discuss-gnuradio] RFX400 Antenna Connection

2007-03-05 Thread David Scaperoth
what is the receive PGA set to? I find it works best at the midpoint (35 or so). you may want to simply scale back your transmit power with a multiplier block: gr.multiply_const_cc(0.1) I don't know exactly what the correct amount of attenuation is, but 40dB sounds like enough (you'll ha

[Discuss-gnuradio] How to generate control signals between block?

2007-03-05 Thread Trond Danielsen
Hi, I think I have a fairly good understanding of how the basics of GNU Radio work, but there is one thing that I just can't figure out: How can I generate control signals between block and between blocks and the world outside. I understand how to set up flow graph, but I can't find any good exam

[Discuss-gnuradio] RFX400 Antenna Connection

2007-03-05 Thread Jeremy Chew
Hi, I am trying to eliminate channel error by using a cable to connect two RFX400s together. The strange thing is that nothing useful seems to get through when the radios are connected by cable. I have tried attenuation in the range from 0 to 40dB and with several cables to no avail. Using ant