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

2008-10-10 Thread Jim Watson
On Fri, 2008-10-10 at 20:17 +1100, Jim Watson wrote: > On Fri, 2008-10-10 at 10:47 +0200, Dimitris Symeonidis wrote: > > checking for a sed that does not truncate output... ./configure: line > > 6695: echo: write error: Broken pipe > > /bin/sed > > Error not seen here

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

2008-10-10 Thread Jim Watson
On Fri, 2008-10-10 at 10:47 +0200, Dimitris Symeonidis wrote: > checking for a sed that does not truncate output... ./configure: line > 6695: echo: write error: Broken pipe > /bin/sed Error not seen here: checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep

Re: [Discuss-gnuradio] powerline PHYs?

2008-10-02 Thread Jim Watson
On Thu, 2008-10-02 at 14:10 -0500, David Young wrote: > I am curious if/how folks are attaching SDRs to household electrical > outlets for data networking experiments. Are there any kits or > off-the-shelf components that adapt from 120 VAC to a form more suitable > for SDR I/O? > > Dave > Ther

Re: [Discuss-gnuradio] GNU Radio eye candy

2008-09-29 Thread Jim Watson
On Sun, 2008-09-28 at 17:21 -0400, Philip Balister wrote: > Does anyone have a gnu radio program that provides eye candy, without > needing a USRP? Some kind of graphic display would be great. Hi Philip you can run Gnu Radio Companion and use it to create your own small applications: $ grc Thi

Re: [Discuss-gnuradio] one question about gr_packed_to_unpacked_bb.cc

2008-09-17 Thread Jim Watson
On Wed, 2008-09-17 at 00:48 -0500, jiangfan shi wrote: > My question is that I could not find gr_packed_to_unpacked_bb.cc file That file exists after a build: gnuradio-core/src/lib/gengen/gr_unpacked_to_packed_bb.cc and contains this line: // WARNING: this file is machine generated. Edits will

Re: [Spam?]Re: [Discuss-gnuradio] GNU-Radio GUI applications freeze

2008-09-08 Thread Jim Watson
On Mon, 2008-09-08 at 07:24 -0700, Johnathan Corgan wrote: > On Mon, Sep 8, 2008 at 1:26 AM, Jim Watson <[EMAIL PROTECTED]> wrote: > > > I can reproduce something similar I think on Ubuntu 8.04 using recent > > svn sources with the included grc to make an audio signal s

Re: [Discuss-gnuradio] GNU-Radio GUI applications freeze

2008-09-08 Thread Jim Watson
I can reproduce something similar I think on Ubuntu 8.04 using recent svn sources with the included grc to make an audio signal source and scope sink, not using any usrp etc. The scope gui displays the waveform but the mouse cannot get focus on any buttons. Then I installed the latest stable r

[Discuss-gnuradio] some Wiki updates

2008-09-04 Thread Jim Watson
Being new to DSP I am just plowing my way through wiki pages "Suggested Reading" ;) http://gnuradio.org/trac/wiki/SuggestedReading The link to "comp.dsp FAQ" http://www.guerrilla.net/reference/dsp/dsp_faq/dsp_faq.htm is not working. I think I found the referenced content at http://www.bdti.com/fa

Re: [Discuss-gnuradio] Errors in build gnuradio-3.1.2

2008-09-01 Thread Jim Watson
On Mon, 2008-09-01 at 18:30 +0800, Su Jinzhao wrote: > Type 'cd' into the gnuradio directory, after ./configure command on > Ubuntu 8.04, The following components were not built successfully : > gr-audio-jack/gr-audio-portaudio/gr-comedi/gr-wxgui/gr-utils > > The prompt message is like this: > ch

Re: [Discuss-gnuradio] Help compiling new block

2008-08-22 Thread Jim Watson
Murtuza wrote: [EMAIL PROTECTED]:/opt/gnuradio/gr-howto-write-a-block# ./bootstrap Usually it is not a good idea to do things like this while you are logged in as root - the environment variables might not be suitable so things will not work how you expected, and you could accidentally break