Re: GNU radio and cygwin

Hello all,

I hereby forward the mail again with an anticipation to get a reply.

I am new to gnu radio and cygwin. I have installed GNU radio with
cygwin.
As is the case python scripts act as wrapper for underlying C++ source.
When
trying to run scripts from cygwin, is there a way to debug the code by
putting breakpoints? There’s an intention to analyze the inputs and
outputs
of signal processing blocks and hence need to debug using breakpoints.
Thanks in advance.

Regards

Ravi


From: Ravishankar. M [mailto:[email protected]]
Sent: Tuesday, June 09, 2009 7:09 PM
To: ‘[email protected]
Subject: GNU radio and cygwin

Hello all,

I am new to gnu radio and cygwin. I have installed GNU radio with
cygwin.
As is the case python scripts act as wrapper for underlying C++ source.
When
trying to run scripts from cygwin, is there a way to debug the code by
putting breakpoints? There’s an intention to analyze the inputs and
outputs
of signal processing blocks and hence need to debug using breakpoints.
Thanks in advance.

Regards

Ravi

On Wed, Jun 10, 2009 at 02:58:32PM +0530, Ravishankar. M wrote:

Regards
Ravi

Ravi,

We generally analyze the inputs and outputs of signal processing
blocks by logging their inputs and outputs to files using
gr.file_sink(…). This allows us to quickly gather lots of data
which is then typically viewed using tools such as octave, scipy and
matplotlib.

Eric