Re: [Discuss-gnuradio] another newbe question

2009-09-19 Thread Tommi Rouvali
Hello Steve, Take a look directory gnuradio-examples/python and gr-utils/src/python. You should find there python programs that you can run. They all use GNU Radio blocks for doing things. You can also try running grc command. This is GUI that you can use to create flowgraphs. Steve Mit

[Discuss-gnuradio] another newbe question

2009-09-19 Thread Steve Mitan
Hi all I thought I had figured out how to in stall GNU RADIO but? (I'm using Ubuntu 9.04) Following the "Build Guide" and using the terminal and cd'ing to the correct directory, I installed GNU Radio release 3.2 by doing the following: $ ./bootstrap $ ./configure $ make $ make check $ sudo make