[Discuss-gnuradio] ld search path on mac os x

2011-10-31 Thread Dimitris Symeonidis
Hi list, I'm trying to build gnu radio from source on a MacOSX 10.6, using MacPorts. I tried both with the git master tree and the 3.4.2 tarball, and both fail at the same point: linking fails in volk/lib with "library not found for -lboost_unit_test_framework-mt". The library files (libboost_un

Re: [Discuss-gnuradio] minor bug

2011-08-28 Thread Dimitris Symeonidis
Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On 28 August 2011 18:08, Dimitris Symeonidis wrote: > On 27 August 2011 23:10, Tom Rondeau wrote: >> On Fri, Aug 26, 2011 at 10:00 AM, Dimitris Symeon

Re: [Discuss-gnuradio] minor bug

2011-08-28 Thread Dimitris Symeonidis
On 27 August 2011 23:10, Tom Rondeau wrote: > On Fri, Aug 26, 2011 at 10:00 AM, Dimitris Symeonidis > wrote: >> I noticed that the "docs" component passes the configuration tests >> even without doxygen installed. This on Ubuntu 11.04, latest gnuradio >> from g

[Discuss-gnuradio] minor bug

2011-08-26 Thread Dimitris Symeonidis
I noticed that the "docs" component passes the configuration tests even without doxygen installed. This on Ubuntu 11.04, latest gnuradio from git master. Also, it seems fort77 is no longer a dependency, not sure when it went away... Have a nice weekend Dimitrios Symeonidis "If you think you're t

Re: [Discuss-gnuradio] .deb packages of GNU Radio 3.3.0

2011-08-01 Thread Dimitris Symeonidis
On 2 August 2011 01:30, Tom Rondeau wrote: > On Mon, Aug 1, 2011 at 9:20 AM, Dimitris Symeonidis wrote: >> Hi list, are there .deb packages of GNU Radio 3.3.0 anywhere? I can't >> find them neither in Ubuntu's repositories, nor at >> gnuradio.org/ubuntu. Both r

[Discuss-gnuradio] .deb packages of GNU Radio 3.3.0

2011-08-01 Thread Dimitris Symeonidis
Hi list, are there .deb packages of GNU Radio 3.3.0 anywhere? I can't find them neither in Ubuntu's repositories, nor at gnuradio.org/ubuntu. Both repositories still include 3.2.2. This page also seems out of date: http://gnuradio.org/redmine/projects/gnuradio/wiki/DebianPackages Thanks Dimitrio

[Discuss-gnuradio] AttributeError: 'FileParam' object has no attribute 'entry'

2010-01-23 Thread Dimitris Symeonidis
t;, line 68, in _handle_clicked self.entry.set_text(file_path) AttributeError: 'FileParam' object has no attribute 'entry' It can easily be fixed by replacing 'entry' with '_input' in grc/python/Param.py, line 68. Patch attached. Dimitris Symeonidis "If you th

Re: [Discuss-gnuradio] some questions on our ubuntu installation instructions

2009-11-21 Thread Dimitris Symeonidis
uile as is... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Nov 20, 2009 at 21:32, Doug Geiger wrote: > Josh Blum wrote: >>> >>> 2) There's no sdcc-nf in Karmic, because the ne

[Discuss-gnuradio] some questions on our ubuntu installation instructions

2009-11-20 Thread Dimitris Symeonidis
actually need guile-1.8-dev? I have guile-1.8 and everything seems fine... In all the above, I am referring to Ubuntu Karmic 9.10 and to the master git tree of GNU Radio. If you agree on this, I will change the page http://gnuradio.org/trac/wiki/UbuntuInstall Thanks Dimitris Symeonidis "

[Discuss-gnuradio] building a successful community

2009-11-02 Thread Dimitris Symeonidis
While slghtly off-topic, I hope that this article will be useful at least to some people on this list, so I'm sending it. It's a (month-old) article on linux.com about "Making Corporate FOSS Successful" http://www.linux.com/news/software/developer/106164-making-corporate-foss-

Re: [Discuss-gnuradio] compile errors with gcc-4.4

2009-09-28 Thread Dimitris Symeonidis
I faced the same issue today on Ubuntu 9.10. Created a patch for gnuradio-3.1.3 to build with gcc-4.4, please find attached Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International grc313gcc44.diff.tar.gz D

Re: [Discuss-gnuradio] gnuradio master branch and gcc4.4

2009-09-11 Thread Dimitris Symeonidis
Sorry, we had a PEBKAC case here: I installed libboost1.38-dev without its dependencies (i.e. libboost-*1.38-dev). Problem solved, sorry for the noise... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International

[Discuss-gnuradio] gnuradio master branch and gcc4.4

2009-09-11 Thread Dimitris Symeonidis
The current gnuradio git master branch fails to build with gcc4.4 (in Ubuntu Karmic). The error I get is: gruel/src/include/gruel/pmt_pool.h:42: error: ISO C++ forbids declaration of ‘unique_lock’ with no type Dimitris Symeonidis "If you think you're too small to make a difference, tr

Re: [Discuss-gnuradio] message queue in grc

2009-09-11 Thread Dimitris Symeonidis
That's true, thank you Josh! Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Sep 10, 2009 at 20:16, Josh Blum wrote: > In the current master, there is a message source and message s

[Discuss-gnuradio] message queue in grc

2009-09-10 Thread Dimitris Symeonidis
I have noticed that you can't add a message queue to a GRC flowgraph. Why is that? Is the reason technical, or that no one bothered to write the .xml file? And is the message queue going to be deprecated in gnuradio 3.3? Thank you Dimitris Symeonidis "If you think you're too

Re: [Discuss-gnuradio] about RDS and FM transmission

2009-09-10 Thread Dimitris Symeonidis
should use the BasicTX daughterboard. Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Wed, Sep 9, 2009 at 20:57, Rafael Diniz wrote: > Hi people, > I'm a volunteer of a free radio here i

Re: [Discuss-gnuradio] bug in usrp_oscope.py: it always selects subdev=(0, 0)

2009-08-24 Thread Dimitris Symeonidis
nsure where I should have sent it. Please advise Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Aug 21, 2009 at 17:28, Josh Blum wrote: > what does this script have that usrp_fft.py -S

Re: [Discuss-gnuradio] dbid from usrp2

2009-08-22 Thread Dimitris Symeonidis
Regarding the frequency ranges, I have created ticket #405 and attached a patch file that corrects these values. Could you please review and tell me if it's ok or if you want me to correct something? Thank you Dimitris Symeonidis "If you think you're too small to make a differenc

[Discuss-gnuradio] bug in usrp_oscope.py: it always selects subdev=(0, 0)

2009-08-21 Thread Dimitris Symeonidis
0).dbid() >= 0: # dbid is < 0 if there's no d'board or a problem 44 44 return (0, 0) 45 if u.db[1][0].dbid() >= 0: 45 if u.db(0, 0).dbid() >= 0: 46 46 return (1, 0) 47 47 return (0, 0)

Re: [Discuss-gnuradio] dbid from usrp2

2009-08-19 Thread Dimitris Symeonidis
Ok, and what about the frequency ranges for the daughterboards? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Tue, Aug 18, 2009 at 17:55, Eric Blossom wrote: > On Tue, Aug 18, 2009 a

[Discuss-gnuradio] Re: dbid from usrp2

2009-08-18 Thread Dimitris Symeonidis
Regarding the second question, I just found out that the freq_min and freq_max values are hard-coded in the usrp/host/lib/legacy/db_xyz.cc files, with wrong values, of course (the BasicRX reports a +-90 GHz frequency range)... What's up with that? Dimitris Symeonidis "If you think

[Discuss-gnuradio] dbid from usrp2

2009-08-18 Thread Dimitris Symeonidis
always different (smaller) than the one in the spec sheet. Why is that? Thank you in advance Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradi

[Discuss-gnuradio] timestamps inband

2009-07-27 Thread Dimitris Symeonidis
or the multiple questions in the same email Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://

Re: [Discuss-gnuradio] using 2 USRPs with 1 host PC

2009-07-16 Thread Dimitris Symeonidis
puter... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Wed, Jul 15, 2009 at 13:19, Sheshanandan KN wrote: > hi all, > I am presently using 1 host PC with 2 USRPs connected to 2 different > USB ports

Re: [Discuss-gnuradio] Reading data from an xml file in python

2009-05-30 Thread Dimitris Symeonidis
If you want to do it in C++, here's an example: https://www.cgran.org/browser/projects/radio_data_system/trunk/src/lib/gr_rds_data_encoder.cc If instead you insist on doing it in python, try googling "xml python example" Dimitris Symeonidis "If you think you're too s

Re: [Discuss-gnuradio] Question about the amplitude

2009-05-15 Thread Dimitris Symeonidis
These questions have been asked and answered many times before, please search the archives... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, May 15, 2009 at 10:41, njlyf6 wrote: > >

Re: [Discuss-gnuradio] Repeating vector source with delay

2009-04-16 Thread Dimitris Symeonidis
Maybe use gr.valve? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Apr 16, 2009 at 10:40, Einar Thorsrud wrote: > Hi all, > > Is there an easy way to get a vector source to pass o

Re: [Discuss-gnuradio] GPS SDR

2009-04-15 Thread Dimitris Symeonidis
Haha, had exactly the same idea and posted it before reading your email. Good to know we're on the same wavelength, though! Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Wed, Apr 15, 2009 a

Re: [Discuss-gnuradio] using gnuradio for GPS

2009-04-15 Thread Dimitris Symeonidis
Should we try and put this on CGRAN? I tried to contact the developer regarding some issues (specifically, that gps-usrp doesn't compile with the latest gnuradio trunk), but got no response. Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Dimitris Symeonidis
Have you removed ALL gr.throttle blocks from your flowgraph? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Tue, Apr 14, 2009 at 21:13, Markus Feldmann wrote: > Josh Blum schrieb: > >>

Re: [Discuss-gnuradio] Wx openGL sinks and segmentation faults

2009-04-14 Thread Dimitris Symeonidis
Would it also be interesting to list cards that work? I just added mine (Intel G945), which works perfectly with GL sinks Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Mon, Apr 13, 2009 at 2

Re: [Discuss-gnuradio] Some Basic USRP questions

2009-04-06 Thread Dimitris Symeonidis
flowgraphs your cpu might still be overloaded. try closing any other programs running (e.g. don't watch youtube videos at the same time) 2) no, the decimation and interpolation rates don't need to be equal, but their combined values need to not saturate the usb 2.0 bus Dimitris Syme

Re: [Discuss-gnuradio] scheduler internals

2009-04-06 Thread Dimitris Symeonidis
Thank you, Eric Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Mon, Apr 6, 2009 at 17:24, Eric Blossom wrote: > On Mon, Apr 06, 2009 at 04:14:21PM +0200, Dimitris Symeonidis wrote: >>

[Discuss-gnuradio] scheduler internals

2009-04-06 Thread Dimitris Symeonidis
t;top" and pressed "H" to show threads, and see a lot of "python" threads, most of them under 10% cpu load, and only one of them at 49% cpu load, so that one is likely the culprit. Is there some way to extract this information from the GnuRadio scheduler? Thanx Dimitris Symeon

[Discuss-gnuradio] grc should warn, not fail with malformed xml

2009-04-03 Thread Dimitris Symeonidis
tree._handleParseResult (src/lxml/lxml.etree.c:57504) File "parser.pxi", line 568, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:56902) lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: doc line 23 and block, line 29, column 9 Josh, shouldn't GRC ignore malformed

[Discuss-gnuradio] arbitrary or variable numbers of inputs or outputs

2009-04-01 Thread Dimitris Symeonidis
init__ self._hb = hier_block2_swig(name, input_signature, output_signature) File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py", line 971, in hier_block2_swig return _gnuradio_swig_py_runtime.hier_block2_swig(*args, **kwargs) RuntimeError: Hi

Re: [Discuss-gnuradio] how to spit spectrum into smaller spectrums effectively and flexibly

2009-03-25 Thread Dimitris Symeonidis
You can connect >1 filters to the output of a USRP... That is, assuming all the channels are inside the 8MHz of spectrum that the USRP1 can "see" at any given moment... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!&q

Re: [Discuss-gnuradio] [USRP2] Building a FM Radio

2009-03-25 Thread Dimitris Symeonidis
You might want to take a look at https://www.cgran.org/wiki/RDS It's not GRC, but you could look at the drawings and create a similar flowgraph in GRC Good luck Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty In

[Discuss-gnuradio] some doxygen questions

2009-03-24 Thread Dimitris Symeonidis
d the "SEARCHENGINE" parameter in Doxyfile. Do I also need to install a php server to use it? Thanx in advance Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International __

[Discuss-gnuradio] libxml2.m4

2009-03-18 Thread Dimitris Symeonidis
x27;s libxml2-dev? Thanx Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mail

[Discuss-gnuradio] linkedin group

2009-03-18 Thread Dimitris Symeonidis
I just created a group called "GNU Radio Users" in LinkedIn. The URL is: http://www.linkedin.com/groups?gid=1852751 Users can join without a permission. I hope you like it Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a

Re: [Discuss-gnuradio] Listen to Mp3 via FM broadcast

2009-03-13 Thread Dimitris Symeonidis
no need to compile from source, just install libsox-fmt-mp3 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Mar 12, 2009 at 22:18, Juha Vierinen wrote: >> I late to reply to your

Re: [Discuss-gnuradio] extract timestamp data

2009-03-12 Thread Dimitris Symeonidis
I was contemplating trying to use the timestamps and 4 antennas on the same usrp{1,2} to try and create a smart antenna array for DOA... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Mar 12

Re: [Discuss-gnuradio] Spectrum_sense of a smaller banwidth

2009-03-09 Thread Dimitris Symeonidis
View this message in context: > http://www.nabble.com/Spectrum_sense-of-a-smaller-banwidth-tp22413464p22413681.html > Sent from the GnuRadio mailing list archive at Nabble.com. > > > > ___ > Di

[Discuss-gnuradio] blks2impl/dbpsk.py question

2009-03-05 Thread Dimitris Symeonidis
const = psk.constellation[arity] ??? I mean, it's just multiplying each output item of psk.constellation with the number 1, or am I mis-reading something? Thanx for looking at this... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!"

[Discuss-gnuradio] ubuntu 9.04: new packages

2009-03-03 Thread Dimitris Symeonidis
ed as 1.34, 1.35 and 1.37 3) libusb is now included as 0.1 as well as 1.0 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] preemph time constant

2009-02-27 Thread Dimitris Symeonidis
nswer (and is stated so with a FIXME), I will try to fix it and send you another patch soon Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnu

[Discuss-gnuradio] gr3.2, doxygen

2009-02-26 Thread Dimitris Symeonidis
ou in advance... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] gnuradio version & uninstall

2009-02-23 Thread Dimitris Symeonidis
/gnuradio * /usr/local/share/doc/gnuradio-3.2svn * /usr/local/lib/python2.5/site-packages/gnuradio * /usr/local/lib/python2.5/site-packages/grc_gnuradio * ~/.gnuradio but I'm not sure this list is complete... Thanx in advance... Dimitris Symeonidis "If you think you

Re: [Discuss-gnuradio] USRP2 Gnuradio 3.1.3 and BBN 802.11 Code Working?

2009-02-20 Thread Dimitris Symeonidis
christine, eric already answered your question Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Feb 19, 2009 at 22:18, Miklos Christine wrote: > If I revert to an old version of Gnuradi

Re: [Discuss-gnuradio] UCLA_ZigBee_THY (802.15.4) updated to GR 3.1.3?

2009-02-16 Thread Dimitris Symeonidis
Here's a quick guide, provided by Firas to a similar question of mine: http://lists.gnu.org/archive/html/discuss-gnuradio/2008-08/msg00222.html you might also want to talk with Leslie Choong: http://lists.gnu.org/archive/html/discuss-gnuradio/2008-10/msg00463.html Dimitris Symeonidis &q

Re: [Discuss-gnuradio] Re: Newbie need help with validating USRP

2009-02-16 Thread Dimitris Symeonidis
your -f96.3 argument tells gnuradio to tune to 96.3Hz i think you intended -f96.3M, which gives you 96.3MHz Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Mon, Feb 16, 2009 at 10:58, anne kwo

[Discuss-gnuradio] gr_diff_phasor_cc, gr_threshold_ff

2009-02-05 Thread Dimitris Symeonidis
= d_last_state; Can someone (Jonathan?) please fix that? It shouldn't take more than 2 minutes... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discu

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-02-01 Thread Dimitris Symeonidis
Fedora 11 will indeed most likely have python 2.6: https://fedoraproject.org/wiki/Features/Python_2.6 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Sun, Feb 1, 2009 at 16:57, Philip Balister

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Dimitris Symeonidis
Just informing the group that, from what it seems, the default python version for Ubuntu 9.04 will be the same it was for 8.10, namely 2.5.2: http://packages.ubuntu.com/jaunty/python Instead, python3 is included in both 8.10 and 9.04. Is the plan to port gnuradio to python3? Dimitris Symeonidis

Re: [Discuss-gnuradio] Listen to Mp3 via FM broadcast

2009-01-27 Thread Dimitris Symeonidis
could you post a link to this code? I could take a look at it for you... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Sun, Jan 25, 2009 at 21:00, jingx kwan wrote: > Hello, > > I

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, F

Re: [Discuss-gnuradio] wfm_tx and nbfm_tx

2008-12-19 Thread Dimitris Symeonidis
rent mistake, both files contain a line reading: # FIXME audio_rate and quad_rate ought to be exact rationals while this issue seems to be fixed in both... I hope this is clear enough... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with

[Discuss-gnuradio] wfm_tx and nbfm_tx

2008-12-19 Thread Dimitris Symeonidis
lso in firas's user manual... regards Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http:

Re: [Discuss-gnuradio] Re: gr.wavfile_source

2008-12-18 Thread Dimitris Symeonidis
ans(1), d_bytes_per_sample(2) I tried self.src.d_nchans, but it tells me: AttributeError: 'gr_wavfile_source_sptr' object has no attribute 'd_nchans' Thank you for your help Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a

Re: [Discuss-gnuradio] Re: gr.wavfile_source

2008-12-17 Thread Dimitris Symeonidis
Yes, it did fix the problem, thank you Martin. Just a note for other linux users: if sox complains about unknown file type mp3, you need to also install libsox-fmt-mp3 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnest

Re: [Discuss-gnuradio] VHF Transmitter

2008-11-27 Thread Dimitris Symeonidis
What about BasicTX, which does 1-250MHz? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Nov 27, 2008 at 15:22, Ed Criscuolo <[EMAIL PROTECTED]> wrote: > The project I'm workin

Re: [Discuss-gnuradio] getting started decoding ssb

2008-11-20 Thread Dimitris Symeonidis
i forgot the link: http://lists.gnu.org/archive/html/discuss-gnuradio/2008-08/msg00222.html Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Nov 20, 2008 at 10:03, Dimitris Symeonidis <[EMAI

Re: [Discuss-gnuradio] getting started decoding ssb

2008-11-20 Thread Dimitris Symeonidis
here's a list. it's not complete, when it is we should make a wiki page about it... tell us if you found anything missing in this list good luck Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty Internation

Re: [Discuss-gnuradio] Updating old 802.15.4 code to latest release

2008-11-06 Thread Dimitris Symeonidis
gran.org/browser/projects/radio_data_system/trunk/src/python/rds_scope_pll_test.py Any other ideas? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Tue, Nov 4, 2008 at 17:58, Leslie Choong <[EMAIL PROTE

Re: [Discuss-gnuradio] Updating old 802.15.4 code to latest release

2008-11-04 Thread Dimitris Symeonidis
would appreciate it if you pass it on to me Kind regards, and good luck Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Wed, Oct 29, 2008 at 03:34, Leslie Choong <[EMAIL PROTECTED]> wrote: >

Re: [Discuss-gnuradio] aU on FM

2008-11-02 Thread Dimitris Symeonidis
s fixed it... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Sun, Nov 2, 2008 at 06:46, Paul Miller <[EMAIL PROTECTED]> wrote: > On Sat, Nov 1, 2008 at 7:39 PM, Inder

Re: [Discuss-gnuradio] As of r9870 GSL is required to build the trunk

2008-10-27 Thread Dimitris Symeonidis
/listinfo/discuss-gnuradio > in ubuntu, the package is called libgsl0ldbl, and it exists in hardy and intrepid... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___

Re: [Discuss-gnuradio] Problems with USRP

2008-10-22 Thread Dimitris Symeonidis
you have to pass it the parameter -O plughw:0,0 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Wed, Oct 22, 2008 at 10:48, Pedro Sánchez Canal <[EMAIL PROTECTED]> wrote: > We are ne

[Discuss-gnuradio] rds on cgran

2008-10-20 Thread Dimitris Symeonidis
I have uploaded the latest version of my RDS code on cgran: https://www.cgran.org/wiki/RDS i thought you might be interested feel free to send me any suggestions/bug reports Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!&

Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-14 Thread Dimitris Symeonidis
hi firas, thanx for the publicity :-) you know, gnuradio.wordpress.com is available. i can create it and create author accounts to whoever wants one... however, i think it might overlap with the discuss gnuradio mailing list... Dimitris Symeonidis "If you think you're too small

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2008-10-14 Thread Dimitris Symeonidis
santi, such a wide frequency range is not possible due to limitations in the bandwidth between the usrp and the host currently you give usrp_fft a center frequency and a decimation rate, and from that it calculates the start and end frequencies... Dimitris Symeonidis "If you think you&#

Re: [Discuss-gnuradio] gr-msdd6000/src/run_tests

2008-10-13 Thread Dimitris Symeonidis
it doesn't show anymore, seems to have been stochastic so let's forget about it for now Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Oct 10, 2008 at 11:40, Jim Watson <[EMAIL

Re: [Discuss-gnuradio] Update some packages

2008-10-10 Thread Dimitris Symeonidis
you need to install the entire gnuradio package, you cannot just use the examples have a look here first: http://gnuradio.org/trac/wiki/BuildGuide Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International

Re: [Discuss-gnuradio] gr-msdd6000/src/run_tests

2008-10-10 Thread Dimitris Symeonidis
ed my configure file. i'm on ubuntu intrepid beta, sed is 4.1.5-8 Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Oct 10, 2008 at 00:52, Johnathan Corgan <[EMAIL PROTECTED]> wrote: &

[Discuss-gnuradio] gr-msdd6000/src/run_tests

2008-10-09 Thread Dimitris Symeonidis
': No such file or directory note that configure, make and make check finish without errors, this is just a warning... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International __

[Discuss-gnuradio] gnuradio .deb won't install on ubuntu intrepid

2008-10-08 Thread Dimitris Symeonidis
n-gnuradio-comedi can we turn this dependency into a "recommends"? by the way, the libcomedi-0.7.22 package in hardy (http://packages.ubuntu.com/hardy/libcomedi-0.7.22) is replaced by libcomedi0 in intrepid (http://packages.ubuntu.com/intrepid/libcomedi0) thank you Dimitris Symeonidis &quo

Re: [Discuss-gnuradio] Simple Code

2008-10-07 Thread Dimitris Symeonidis
use the usrp_fft.py Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Tue, Oct 7, 2008 at 16:48, Santi Ortega <[EMAIL PROTECTED]> wrote: > Hi! I'm very new on this... > And I wou

Re: [Discuss-gnuradio] compile error on gnuradio-core/src/lib/viterbi/encode.cc

2008-10-02 Thread Dimitris Symeonidis
ok, it's fixed in 9703... thank you jonathan Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Oct 3, 2008 at 01:09, Johnathan Corgan <[EMAIL PROTECTED]> wrote: > On Fri, 2008-1

Re: [Discuss-gnuradio] compile error on gnuradio-core/src/lib/viterbi/encode.cc

2008-10-02 Thread Dimitris Symeonidis
the -Werror flag comes from gnuradio-core/src/lib/viterbi/Makefile: INCLUDES = -Wall -Werror Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Fri, Oct 3, 2008 at 00:07, Josh Blum <[EMAIL PROT

[Discuss-gnuradio] compile error on gnuradio-core/src/lib/viterbi/encode.cc

2008-10-02 Thread Dimitris Symeonidis
cc1plus: warnings being treated as errors encode.cc: In function 'int main()': encode.cc:50: error: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result Dimitris Symeonidis "If you think you're too s

[Discuss-gnuradio] minor remarks on installation instructions under ubuntu

2008-10-02 Thread Dimitris Symeonidis
ython-numpy What does the list think? Should I make the changes on the wiki page? I also want to draw everyone's attention to the fact that users upgrading to Intrepid from earlier versions of Ubuntu will lose the ability to compile the USRP code, due to the split of sdcc into sdcc and sdcc-nf.

Re: [Discuss-gnuradio] How to update gnuradio

2008-09-28 Thread Dimitris Symeonidis
I assume you mean that you installed from source. Yes, you need to uninstall the old version first, which means going into the directory of the old source code and running "sudo make uninstall". Then install the new version as normal... Dimitris Symeonidis "If you think you're

Re: [Discuss-gnuradio] SVN and Cygwin--Error

2008-09-27 Thread Dimitris Symeonidis
yes, it seems like a dns problem... try going to http://gnuradio.org/ from your browser by the way, which country are you in? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Sat, Sep 27, 2008

[Discuss-gnuradio] alsa_sink busy

2008-09-25 Thread Dimitris Symeonidis
? Any ideas? Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] making gr-rds-new work in latest versions of Ubuntu

2008-09-24 Thread Dimitris Symeonidis
ven't got around to looking into this yet... Also, be informed that I have added some of the standard's unimplemented features to the code, I will release it when it feels stable enough... Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping w

Re: [Discuss-gnuradio] standard_squelch not working since 3.1.2

2008-09-15 Thread Dimitris Symeonidis
gr_simple_squelch_cc.cc outputs if (f >= d_threshold) out[i] = in[i]; I'm not sure if this is making the difference... Can someone test and tell me if squelch works in the example usrp/usrp_nbfm_ptt.py for them? Jonathan? Thank you in advance for your help Dimitris Symeonidis &q

Re: [Discuss-gnuradio] 802.11a source codes? or any OFDM implementation on GNU Radio

2008-09-11 Thread Dimitris Symeonidis
gt; I'd appreciate it if anybody knows. > > Thanks a lot, > Mohsen > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > -- Dimitris Symeonidis

Re: [Discuss-gnuradio] 3rd party software (was comedilib question)

2008-09-09 Thread Dimitris Symeonidis
/corganenterprises.com/ > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > -- Dimitris Symeonidis "If you think you're too small to make a di

[Discuss-gnuradio] standard_squelch not working since 3.1.2

2008-09-09 Thread Dimitris Symeonidis
, 1.0, 1.0/100), not (0.0, 1.0, 1.0/100). Am I wrong? -- Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-g

Re: [Discuss-gnuradio] wikipedia entry

2008-09-09 Thread Dimitris Symeonidis
Ok, these two pieces were not written by me, I will remove them... On Tue, Sep 9, 2008 at 15:05, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Tue, Sep 09, 2008 at 09:24:55AM +0200, Dimitris Symeonidis wrote: > > would anyone have a little time to take a look at > > http://

[Discuss-gnuradio] wikipedia entry

2008-09-09 Thread Dimitris Symeonidis
? -- Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] python editor

2008-09-02 Thread Dimitris Symeonidis
I wanted to ask the list, what editor are you using for python? Gedit? SPE? Editra? something else? I am still trying to figure out what works best for me, and hearing from the list would be helpful... Thanx -- Dimitris Symeonidis "If you think you're too small to make a difference, tr

Re: [Discuss-gnuradio] make check returns errors on new gnuradio svn trunk

2008-08-26 Thread Dimitris Symeonidis
tup, I put this in .bashrc: > > export LD_LIBRARY_PATH=/opt/boost_1_36_0/lib > > You'll need to adjust the path accordingly. > > > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.

Re: [Discuss-gnuradio] Problem with rx_voice.py

2008-08-25 Thread Dimitris Symeonidis
t; Have anyone experienced the same thing? > > /Ulf > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > -- Dimitris Symeonidis "If you think you'r

Re: [Discuss-gnuradio] boost 1.35

2008-08-22 Thread Dimitris Symeonidis
who think cannot but see there is a sanction like that of religion which >> binds us in partnership in the serious work of the world. -- B. Franklin >> >> ___ >> Discuss-gnuradio mailing list >> Discuss-gnuradio@gnu.org &g

Re: [Discuss-gnuradio] upgrade the rds code to work on 3.1.2

2008-08-20 Thread Dimitris Symeonidis
also the arguments change... On Wed, Aug 20, 2008 at 12:27, Firas A. <[EMAIL PROTECTED]> wrote: > > Hi, > > > Dimitris Symeonidis wrote: > > > > Is there any guide to upgrading old code to work with the new GnuRadio > > blocks? > > > > To con

[Discuss-gnuradio] upgrade the rds code to work on 3.1.2

2008-08-20 Thread Dimitris Symeonidis
upgrading old code to work with the new GnuRadio blocks? As a secondary question, Martin Dvh declared on this list on 04 Jun 2007 that he intended to work on RDS. Martin, have you gotten anywhere? -- Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with