discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Re: GNU radio and cygwin


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Re: GNU radio and cygwin
Date: Tue, 16 Jun 2009 13:10:24 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Jun 10, 2009 at 02:58:32PM +0530, Ravishankar. M wrote:
> 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 

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]