Re: [Discuss-gnuradio] Check for gr-ctrlport

2013-03-30 Thread Tom Rondeau
On Fri, Mar 29, 2013 at 8:12 PM, Alexandru Csete oz9...@gmail.com wrote: Is there a recommended or preferred way an application should check for the availability of control port? I can see some #ifdef GR_CTRLPORT in the gnuradio headers but that is only defined while compiling gnuradio. If

[Discuss-gnuradio] Talking about DSP and SDR [Was: On tunnel.py]

2013-03-30 Thread Tom Rondeau
To move on in this topic, Alex brings up an interesting point. One of the reasons for this mailing list is to discuss signal processing, SDR, algorithms, etc. Hopefully in a way that helps us improve either GNU Radio itself of our use of GNU Radio tools and blocks. I would really like to see more

Re: [Discuss-gnuradio] Talking about DSP and SDR [Was: On tunnel.py]

2013-03-30 Thread Brian Padalino
On Sat, Mar 30, 2013 at 9:54 AM, Tom Rondeau t...@trondeau.com wrote: To move on in this topic, Alex brings up an interesting point. One of the reasons for this mailing list is to discuss signal processing, SDR, algorithms, etc. Hopefully in a way that helps us improve either GNU Radio itself

[Discuss-gnuradio] Data flow.

2013-03-30 Thread Sajjad Safdar
Hi, I have build up a transmitter which transmits frequencies to radio. I can swtich OFF and ON the transmitter. When flow graph runs the data is transmitted in the air by usrp and RF400 daughter board. The audio is a wav file saved on host or by direct input from mic. If i switched off the

[Discuss-gnuradio] On config.h (was Check for gr-ctrlport)

2013-03-30 Thread Douglas Geiger
On Sat, Mar 30, 2013 at 9:42 AM, Tom Rondeau t...@trondeau.com wrote: Hi Alex, Good question. This is what the config.h file is for. It's installed into $prefix/include/gnuradio/config.h. If ControlPort is defined and built for the project, it will be defined in this file as #define