[Discuss-gnuradio] matlab/octave sample stream

2006-08-04 Thread Vincenzo Pellegrini
hi everybody, I'd like to know how I can convert a GNURadio .dat sample stream into a format which I can handle through matlab or octave. Also I'd really like to be able to set explicitly the number of bits used to represent samples, from within a Python script, in order to afford higher sampling

Re: [Discuss-gnuradio] Problem with USB on OSX?

2006-08-04 Thread Thomas Schmid
I downgraded my XCode to 2.2.1 but it didn't help. Still, the USRP does not work. I also tried all the other suggestions, programming in Mac OS X and look if it works under Linux, but doesn't work either. Fresh installing GnuRadio, but still doesn't work. I will now try to reinstall my MacOS on a

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-04 Thread Josh Jennings
-- Forwarded message -- From: Josh Jennings <[EMAIL PROTECTED]> Date: Aug 4, 2006 12:08 PM Subject: Re: [Discuss-gnuradio] No audio on os x reading .dat files To: Michael Dickens <[EMAIL PROTECTED]> Hi Michael, Thanks for responding. My hardware is: OS X Tiger 10.4.(6? or whateve

Re: [Discuss-gnuradio] matlab/octave sample stream

2006-08-04 Thread Lee Patton
On Fri, 2006-08-04 at 10:59 +0200, Vincenzo Pellegrini wrote: > hi everybody, Hi, Vincenzo > I'd like to know how I can convert a GNURadio .dat sample stream into a > format which I can handle through matlab or octave. Look in gnuradio-core/src/utils. There are m-files for reading the .dat file

Re: [Discuss-gnuradio] matlab/octave sample stream

2006-08-04 Thread Eric Blossom
On Fri, Aug 04, 2006 at 10:59:46AM +0200, Vincenzo Pellegrini wrote: > hi everybody, > I'd like to know how I can convert a GNURadio .dat sample stream into a > format which I can handle through matlab or octave. There is no standard .dat format. You'll have to figure out what the particular app

[Discuss-gnuradio] Code for generic CC encoder, Viterbi algorithm, etc + examples + documentation

2006-08-04 Thread Achilleas Anastasopoulos
All, I have finally finished the first part of this project. There is now a working generic FSM class, encoders, Viterbi decoders, a couple of examples, AND documentation. A copy of my CVS subtree "gr-trellis" and the examples can be found in http://www.eecs.umich.edu/~anastas/gnuradio It will s

[Discuss-gnuradio] New source code repository!

2006-08-04 Thread Eric Blossom
Hi Everyone, I'm pleased to announce that we have combined all the source code repositories in to a new unified subversion system! In addition we are running Trac, http://gnuradio.utah.edu/trac, which provides a unified bug-tracker, wiki and subversion code browser. We've also restructured the

Re: [Discuss-gnuradio] Code for generic CC encoder, Viterbi algorithm, etc + examples + documentation

2006-08-04 Thread Eric Blossom
On Fri, Aug 04, 2006 at 01:42:41PM -0400, Achilleas Anastasopoulos wrote: > All, > > I have finally finished the first part of this project. > There is now a working generic FSM class, encoders, Viterbi > decoders, a couple of examples, AND documentation. > > A copy of my CVS subtree "gr-trellis"

[Discuss-gnuradio] Re: New source code repository!

2006-08-04 Thread Andreas Schwarz
Eric Blossom schrieb: > Also, we > still need to create a guest account on the wiki to let folks edit. > The plan is to use CAPTCHAs (visual Turing tests) and let anonymous > folks edit, but that code's not in yet. Are you using the trac SpamFilter plugin? Otherwise you will have the Wiki spam pro

[Discuss-gnuradio] Building a RF-Frontend

2006-08-04 Thread Maurice Massar
hi, for some simple experiments I want to build a simple transceiver which works with a soundcard line-in/out. My current target communicates at 25 kHz with on-off-keying at a rate of 1600 Hz, but for future experiemnts I want a RF-Frontend for from 20 kHz up to at least some Mhz (the more the bet

Re: [Discuss-gnuradio] Re: New source code repository!

2006-08-04 Thread Johnathan Corgan
Andreas Schwarz wrote: > Are you using the trac SpamFilter plugin? Otherwise you will have the > Wiki spam problem^3 in the bug tracker. We are not using that plug-in (yet), though we may. I'll be writing a longer email later today with more details of the new system, but let me address this one

[Discuss-gnuradio] Re: New source code repository!

2006-08-04 Thread Andreas Schwarz
Johnathan Corgan schrieb: > Andreas Schwarz wrote: > >> Are you using the trac SpamFilter plugin? Otherwise you will have the >> Wiki spam problem^3 in the bug tracker. > > We are not using that plug-in (yet), though we may. > > I'll be writing a longer email later today with more details of the

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Johnathan Corgan
Just a few words about the new build system and things yet to be done. In addition to the switch from CVS to Subversion, GNU Radio is now managed as a single hierarchy of files, separated into individual component directories as before. However, the GNU Autotools-based build scripts that existed

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Eric Blossom
On Fri, Aug 04, 2006 at 05:07:42PM -0700, Johnathan Corgan wrote: > Just a few words about the new build system and things yet to be done. > > In addition to the switch from CVS to Subversion, GNU Radio is now > managed as a single hierarchy of files, separated into individual > component director

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Berndt Josef Wulf
On Saturday 05 August 2006 03:36, Eric Blossom wrote: > Hi Everyone, > > I'm pleased to announce that we have combined all the source > code repositories in to a new unified subversion system! > > In addition we are running Trac, http://gnuradio.utah.edu/trac, > which provides a unified bug-tracker

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Eric Blossom
On Sat, Aug 05, 2006 at 11:05:43AM +0930, Berndt Josef Wulf wrote: > > G'day, > > build fails with doxygen and dot options enabled > > mkdir -p html > /usr/pkg/bin/doxygen > Error: tag INPUT: input source `../../src/lib' does not exist > gmake[1]: *** [html/index.html] Error 1 > gmake[1]: Leavi

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Eric Blossom
On Sat, Aug 05, 2006 at 11:05:43AM +0930, Berndt Josef Wulf wrote: > > G'day, > > In gr-radar the build fails due to > > time_series.cc:37 >if ((d_fd = open(d_filename.c_str(), O_RDONLY | O_LARGEFILE, 0660)) == -1){ > > NetBSD's open() function doesn't support the O_LARGEFILE flag. I guess

[Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Achilleas Anastasopoulos
This is my first attempt building from the svn. After: $ svn co http://gnuradio.utah.edu/svn/gnuradio/trunk gnuradio_svn $ cd gnuradio_svn $ ./bootstrap $ ./configure I get: *** The following GNU Radio components have been success

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > Any thoughts? For some reason there is an extra '.libs' added to the path to where it's looking for libgnuradio-core.so and for libusrp.so; I don't know why. But it's very likely a bug and not anything you are doing. Can you log in to Trac as guest (password 'g

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Berndt Josef Wulf
On Saturday 05 August 2006 12:44, Eric Blossom wrote: > > Berndt, I think I've fixed these (not the doxygen stuff) in trunk. > > Can you please update and re-test? You'll need > > ./bootstrap && ./configure > > since there were some configure.ac changes. > > Thanks! > Eric It builds and install

Re: [Discuss-gnuradio] New source code repository!

2006-08-04 Thread Johnathan Corgan
Berndt Josef Wulf wrote: > On Saturday 05 August 2006 12:44, Eric Blossom wrote: > It builds and installs fine, however there seems to be a problem with the > audio support which doesn't seem to pickup that we need to link agains the > libossaudio library. I had to manually add -lossaudio in the

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > However, make fails at usrp: Can you please check out the following branch: http://gnuradio.utah.edu/svn/gnuradio/branches/developers/jcorgan/ticket-11 ...and try it again? I've disabled all the components except gnuradio-core, usrp, and gr-usrp, so it should

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Achilleas Anastasopoulos
Johnathan , everything seems to work fine now. make and make check succeed. btw, my gcc version is gcc --version gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty;

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > everything seems to work fine now. > make and make check succeed. Ok, thanks. > btw, my gcc version is > > gcc --version > gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) For what it's worth, gcc 3.4.3 seems to interact differently with libtool than gcc 4.x.

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Achilleas Anastasopoulos
Jonathan, The full tree compiles succesfully with gcc 3.4.3 now ! Cheers, Achilleas For what it's worth, gcc 3.4.3 seems to interact differently with libtool than gcc 4.x. I haven't pinned it down but the change I made now works with both. If you still have that branch checked out, can you

Re: [Discuss-gnuradio] make fails on new svn

2006-08-04 Thread Johnathan Corgan
Achilleas Anastasopoulos wrote: > The full tree compiles succesfully with gcc 3.4.3 now ! Thanks for testing this out. -Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Ticket #12 - libossaudio link issue on NetBSD

2006-08-04 Thread Johnathan Corgan
Berndt--as I don't have a NetBSD system, can you answer two questions for me? For OSS, does NetBSD have sys/soundcard.h? What is the output on your machine after running the config.guess script in the top-level directory? Thanks, -Johnathan ___ Disc