[Discuss-gnuradio] Broken links(404s) in documentation

2013-07-09 Thread Manoj Gudi
A newbie like me would be glad if someone fixes these broken links http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Some-Example-Definitions Thanks, Manojg ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.

[Discuss-gnuradio] GUI block for file read?

2013-07-11 Thread Manoj Gudi
File Sink block dumps lot of data in a file, and to analyze that I have to run this code snippet *import scipy f = scipy.fromfile(open("your_file_name.txt"), dtype=scipy.float32) **print f * Is there any ready file_read block in gunradio companion that I can use? Can I make a new custom block for

Re: [Discuss-gnuradio] GUI block for file read?

2013-07-11 Thread Manoj Gudi
ecting a single block which will abstract all these things so that I can directly read data from file_sink Is this possible or already done? Thanks, Manoj On Thu, Jul 11, 2013 at 11:48 PM, Gregory Warnes wrote: > Try the File Source block. > > Sent from my iPhone > > On Jul 11,

[Discuss-gnuradio] GRAS build error on armv7

2013-07-26 Thread Manoj Gudi
We've been successful in building dependencies for gnuradio on armv7 platform, however while building GRAS, we got this error: *Scanning dependencies of target gras [ 13%] Building CXX object lib/CMakeFiles/gras.dir/__/Theron/Theron/Receiver.cpp.o [ 13%] Generating GrExtras_Ops.pyc [ 13%] Generati

Re: [Discuss-gnuradio] GRAS build error on armv7

2013-07-26 Thread Manoj Gudi
ditionally use instead. > > Ash > > > > On 26 July 2013 20:29, Josh Blum wrote: > >> >> >> On 07/26/2013 07:57 AM, Manoj Gudi wrote: >> > We've been successful in building dependencies for gnuradio on armv7 >> > platform, howeve

Re: [Discuss-gnuradio] GRAS build error on armv7

2013-07-29 Thread Manoj Gudi
("NOP"); + #else + __asm__ __volatile__("pause"); + #endif -__asm__ __volatile__ ("pause"); #endif Can anybody comment on performance degradation? On Sun, Jul 28, 2013 at 8:37 PM, Ashton Mason wrote: > Thanks Manoj! > > > > On 27 July

Re: [Discuss-gnuradio] GRAS build error on armv7

2013-07-29 Thread Manoj Gudi
and x86, but > default to nothing. > > > > On 29 July 2013 11:56, Philip Balister wrote: > >> On 07/29/2013 09:08 AM, Manoj Gudi wrote: >> > There is no equivalent instruction of pause in ARM that hints the >> following >> > loop is a spin-lock loop; How

[Discuss-gnuradio] Initialize parameter of preloaded items

2013-08-20 Thread Manoj Gudi
For example: https://github.com/guruofquality/gras/blob/master/tests/block_test.py#L54 Suppose I wanted the preloaded input to be 5 (instead of default 0), how do I do it? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/m

[Discuss-gnuradio] make tests fail: Import Error: No Module named PMCStringV

2013-09-03 Thread Manoj Gudi
Hello *, I've been able to compile gras source code successfully on arm architecture however on make test, several qa_* and PMC tests fail; on running individual tests the common error seem to be: *Import Error: No Module named PMCStringV* I have already set PYTHON_PATH, am I missing something