Re: [Discuss-gnuradio] [ Implementing a Phase Shift block ]

2013-01-17 Thread wakjah '
Normally, this kind of delay detection is done using cross-correlation (or some more applicable variant thereof such as MRC). Note also that a delay will give a frequency-dependent phase shift, so you may wish to use a delay block rather than phase shift if your signal is broadband (although I must

Re: [Discuss-gnuradio] Not able to view two scopes at the same time

2013-01-13 Thread wakjah '
If you need them to be displayed simultaneously, you could also use the wx ScrolledPanel widget. Will On Sun, Jan 13, 2013 at 1:06 AM, Josh Blum wrote: > > > On 01/11/2013 07:09 AM, Ghulam Rasool Begh wrote: > > Hi all, I have a 15" monitor. When I use two scopes or one scope and > > one FFT bl

[Discuss-gnuradio] Getting nodes and edges of flowgraph from python

2012-12-23 Thread wakjah '
Hi, Is there any way of retrieving the list of blocks and their edges from python? This facility is exposed in the flowgraph classes, but I cannot see a way to access these from my top_block in python. Thanks, Will ___ Discuss-gnuradio mailing list Dis

Re: [Discuss-gnuradio] Building with CMake on Win7 with MSVC 2008

2012-12-13 Thread wakjah '
ld be a little clearer on this. On Wed, Dec 12, 2012 at 3:06 PM, Josh Blum wrote: > > > On 12/12/2012 07:40 AM, wakjah ' wrote: > > OK, so here's what I've done to get it to build: > > > > - To build gnuradio-core, comment out lines in &g

Re: [Discuss-gnuradio] Building with CMake on Win7 with MSVC 2008

2012-12-12 Thread wakjah '
OK, so here's what I've done to get it to build: - To build gnuradio-core, comment out lines in D:\gnuradio\src\gnuradio-3.3.0\gnuradio-core\src\lib\io\CMakeLists.txt #${CMAKE_CURRENT_SOURCE_DIR}/gr_stream_pdu_base.cc #${CMAKE_CURRENT_SOURCE_DIR}/gr_stream_pdu_base.h #gr_tuntap_pdu

[Discuss-gnuradio] Building with CMake on Win7 with MSVC 2008

2012-12-11 Thread wakjah '
Hi, I am trying to build the output of CMake, but am getting numerous errors. Approximately half of the projects fail to build with what I have now. Most of these appear to be an issue with SWIG, or perhaps with what CMake has told the compiler to feed into SWIG. In the build log for the offendin