RE: [Discuss-gnuradio] Transmitting binary 1's and 0's using different modulation schemes

2009-01-01 Thread Dumezie Maduike
Hello everyone, Happy New Year! Does anyone have a solution to this post yet? Your help will be greatly appreciated. Thanks! Dumezie From: discuss-gnuradio-bounces+dmaduike=neo.tamu@gnu.org [mailto:discuss-gnuradio-bounces+dmaduike=neo.tamu@gnu.org] On Behalf Of Dumezie Mad

Re: [Discuss-gnuradio] Fedora 10 and svn head

2009-01-01 Thread Marcus D. Leech
Bob McGwier wrote: > I run Fedora 10 on my Quad core and boost 1_37 installed in /opt. I am > putting it on one of my dual power PC blades and on one of my dual CBE > blades for experimentation with SDK 3.1. I am attempting to work out all of > the gotchas with F10 for this work. > > --with-boost

RE: [Discuss-gnuradio] Transmitting binary 1's and 0's using different modulation schemes

2009-01-01 Thread Johnathan Corgan
On Thu, 2009-01-01 at 12:18 -0600, Dumezie Maduike wrote: > Is there a python script available in Gnu Radio in which you can > supply at the input line a bunch of binary "1's" and "0's" and > transmit them using different modulation schemes such as dbpsk, gmsk, > qpsk, etc.. > Also, is there a re

RE: [Discuss-gnuradio] Transmitting binary 1's and 0's using different modulation schemes

2009-01-01 Thread Dumezie Maduike
Okay, I just wanted to make sure it wasn't out there before I delved into it. Thanks Dumezie -Original Message- From: Johnathan Corgan [mailto:jcor...@corganenterprises.com] Sent: Thursday, January 01, 2009 12:26 PM To: Dumezie Maduike Cc: discuss-gnuradio@gnu.org Subject: RE: [Discuss-

Re: [Discuss-gnuradio] Boost Problem in Compiling Current Trunk

2009-01-01 Thread Firas Abbas
Hi, > On Thu, 1/1/09, Johnathan Corgan wrote: > Please svn update and retry. > > -Johnathan Everything is OK now. I Successfully complied revision [10184]. Thank you and happy new year. Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@g

Re: [Discuss-gnuradio] Boost Problem in Compiling Current Trunk

2009-01-01 Thread Dimitris Symeonidis
Happy Birthday, Firas! PS I don't think compiling GnuRadio is the best way to spend one's birthday :-) Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Jan 1, 2009 at 22:24, Firas Abbas wrote: > > Hi,

[Discuss-gnuradio] Make fail...config.h:467: error: 'usleep' was not declared in this scope

2009-01-01 Thread Dan J
Hello, Finally was able to successfully configure gnuradio on Windows XP with MinGW/MSYS but fails during make. Does anyone have an idea of what's going on here? Thanks, Dan

Re: [Discuss-gnuradio] Make fail...config.h:467: error: 'usleep' was not declared in this scope

2009-01-01 Thread Don Ward
"Dan J" wrote: Finally was able to successfully configure gnuradio on Windows XP with MinGW/MSYS but fails during make. Does anyone have an > idea of what's going on here? . . . $ make make all-recursive make[1]: Entering directory `/usr/src/gnuradio-3.1.3' Making all in config make[2]: En

Re: [Discuss-gnuradio] Fedora 10 and svn head

2009-01-01 Thread Marcus D. Leech
'Eric Blossom' wrote: > On Thu, Jan 01, 2009 at 01:23:55PM -0500, Marcus D. Leech wrote: > >> I'm running on a quad-core Q6600 system, which I have overclocked to >> about 2.95Ghz, from 2.4Ghz. It's just >> barely able to keep up with two (complex, 8-bit) channels at 6.4Msps >> for my radio a

Re: [Discuss-gnuradio] Fedora 10 and svn head

2009-01-01 Thread 'Eric Blossom'
On Thu, Jan 01, 2009 at 09:42:47PM -0500, Marcus D. Leech wrote: > 'Eric Blossom' wrote: > > On Thu, Jan 01, 2009 at 01:23:55PM -0500, Marcus D. Leech wrote: > > > >> I'm running on a quad-core Q6600 system, which I have overclocked to > >> about 2.95Ghz, from 2.4Ghz. It's just > >> barely ab

RE: [Discuss-gnuradio] Make fail...config.h:467: error: 'usleep' was not declared in this scope

2009-01-01 Thread Dan J
Don, Thanks for the input. The result of "fgrep -i sleep config.h" is: fgrep -i sleep config.h /* Define to 1 if you have the `nanosleep' function. */ /* #undef HAVE_NANOSLEEP */ /* Define to 1 if you have the `sleep' function. */ /* #undef HAVE_SLEEP */ /* Define to 1 if you have win32 S

Re: [Discuss-gnuradio] problem with carrier sense in USRP

2009-01-01 Thread adib_sairi
hi, i also try to search for send_pkt() function..could any one tell me where to find this function in GNU radio package? i think it is on C++ code isn't it?but when i search in the CLASS list on http://gnuradio.org/trac/browser/gnuradio/trunk i couldn't find any..or maybe i miss it? please help