Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Thilina Mallawa Arachchi
I've got the latest versions installed wxpython 3.0.0.0-2 and wxgtk 3.0.0-3. Right, thanks for the info, Its best that I downgrade then. Will confirm. On 6 June 2014 13:26, Tom Rondeau wrote: > On Fri, Jun 6, 2014 at 2:27 PM, Thilina Mallawa Arachchi < > thilina.arach...@gmail.com> wrote: > >>

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Tom Rondeau
On Fri, Jun 6, 2014 at 2:27 PM, Thilina Mallawa Arachchi < thilina.arach...@gmail.com> wrote: > " This is a "guts of wxPython" thing. > > Either there's no Xwindow server running, or they forgot to specify "WX > GUI" in the generate options." > > This may be the problem, I didnt manually specify W

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 3:50 PM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 3:37 PM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>> wrote: On 6/6/14 3:20 PM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Tom Rondeau
On Fri, Jun 6, 2014 at 3:37 PM, Ed Criscuolo wrote: > On 6/6/14 3:20 PM, Tom Rondeau wrote: > >> On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo >> mailto:edward.l.criscu...@nasa.gov>> wrote: >> >> On 6/6/14 2:30 PM, Ed Criscuolo wrote: >> >> On 6/6/14 1:50 PM, Martin Braun wrote: >> >>

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 3:20 PM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>> wrote: On 6/6/14 2:30 PM, Ed Criscuolo wrote: On 6/6/14 1:50 PM, Martin Braun wrote: You also need to add the accessor in the include/*.h file as

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Tom Rondeau
On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo wrote: > On 6/6/14 2:30 PM, Ed Criscuolo wrote: > >> On 6/6/14 1:50 PM, Martin Braun wrote: >> >>> >>> You also need to add the accessor in the include/*.h file as a virtual >>> member function. >>> >>> >> Thanks Martin. That did it, although I had to

Re: [Discuss-gnuradio] GPSDO detection in B200

2014-06-06 Thread Marcus D. Leech
On 06/06/2014 02:51 PM, Robert Light wrote: Is 1PPS used if I have GPSDO installed or does the B200 assume that 10MHz is already good enough? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnu

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 2:30 PM, Ed Criscuolo wrote: On 6/6/14 1:50 PM, Martin Braun wrote: You also need to add the accessor in the include/*.h file as a virtual member function. Thanks Martin. That did it, although I had to rerun cmake to get it to propagate into the swig files. Guess I spoke too so

Re: [Discuss-gnuradio] GPSDO detection in B200

2014-06-06 Thread Robert Light
Is 1PPS used if I have GPSDO installed or does the B200 assume that 10MHz is already good enough? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Getting error: prototype for does not match any in class

2014-06-06 Thread Martin Braun
On 06/06/2014 06:00 PM, kunal sankhe wrote: > Hello, > > I am writing my own signal processing block to calculate |x1|^2+|x2|^2 > where x1 and x2 are complex. But I am getting below error > > [ 5%] Building CXX object > lib/CMakeFiles/gnuradio-testmodule.dir/power2_cf_impl.cc.o > /home/cogwsn/GR

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 1:50 PM, Martin Braun wrote: You also need to add the accessor in the include/*.h file as a virtual member function. Thanks Martin. That did it, although I had to rerun cmake to get it to propagate into the swig files. @(^.^)@ Ed ___

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Thilina Mallawa Arachchi
" This is a "guts of wxPython" thing. Either there's no Xwindow server running, or they forgot to specify "WX GUI" in the generate options." This may be the problem, I didnt manually specify WX GUI in the generate options. My install was completed by a scripted install via yaourt package manager

Re: [Discuss-gnuradio] GPSDO detection in B200

2014-06-06 Thread Marcus D. Leech
On 06/06/2014 02:19 PM, Robert Light wrote: Hi, How is the detection of GPSDO done in B200 ? I see that UHD tries to detect GPSDO every time I use B200 but what is it looking for? How to force switching between internal, external and GPSDO clock ? I have GPSDO installed but sometimes I want to

[Discuss-gnuradio] GPSDO detection in B200

2014-06-06 Thread Robert Light
Hi, How is the detection of GPSDO done in B200 ? I see that UHD tries to detect GPSDO every time I use B200 but what is it looking for? How to force switching between internal, external and GPSDO clock ? I have GPSDO installed but sometimes I want to force another clock source. Also is there some

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Thilina Mallawa Arachchi
Hi Martin, I am feeding in IQ samples at a sample rate supported by the SDR via the IShorttoComplex block. I cannot use the QT GUI sinks, the blocks are not visible to me in my gnuradio install. On a side not I can use the WX-GUI Waterfall Plot, so not all my WX-GUI blocks are 'broken' Kind Reg

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Martin Braun
On 06/06/2014 07:44 PM, Ed Criscuolo wrote: > I've recently converted to GR 3.7, and am currently on 3.7.3. Welcome :) > I have created and run a new block in C++, but now want to add > an accessor method to the block's class. I defined it in > _impl.h , in the public part of the > class declara

[Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
I've recently converted to GR 3.7, and am currently on 3.7.3. I have created and run a new block in C++, but now want to add an accessor method to the block's class. I defined it in _impl.h , in the public part of the class declaration as follows: float get_samples_per_second(void)

[Discuss-gnuradio] Getting error: prototype for does not match any in class

2014-06-06 Thread kunal sankhe
Hello, I am writing my own signal processing block to calculate |x1|^2+|x2|^2 where x1 and x2 are complex. But I am getting below error [ 5%] Building CXX object lib/CMakeFiles/gnuradio-testmodule.dir/power2_cf_impl.cc.o /home/cogwsn/GRProject/gr-testmodule/lib/power2_cf_impl.cc:32:5:* error: pr

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Tom Rondeau
On Fri, Jun 6, 2014 at 11:44 AM, Marcus D. Leech wrote: > On 06/06/2014 11:33 AM, Tom Rondeau wrote: > > On Fri, Jun 6, 2014 at 4:32 AM, Thilina Mallawa Arachchi < > thilina.arach...@gmail.com> wrote: > >> Hi, >> >> I am having problems running a WX GUI FFT Sink, I am getting the >> following

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Marcus D. Leech
On 06/06/2014 11:33 AM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 4:32 AM, Thilina Mallawa Arachchi mailto:thilina.arach...@gmail.com>> wrote: Hi, I am having problems running a WX GUI FFT Sink, I am getting the following runtime error: Traceback (most recent call last):

Re: [Discuss-gnuradio] Help with gr-trellis

2014-06-06 Thread Tom Rondeau
On Thu, Jun 5, 2014 at 7:12 PM, Tommy Tracy wrote: > Hello Everyone, > > To test my code, I am porting > gnuradio/gr-trellis/examples/python/test_tcm.py to c++, and encountering an > error with the trellis fsm constructor. > > I tried creating an fsm object: > -- > const char* fsm_filen

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Tom Rondeau
On Fri, Jun 6, 2014 at 4:32 AM, Thilina Mallawa Arachchi < thilina.arach...@gmail.com> wrote: > Hi, > > I am having problems running a WX GUI FFT Sink, I am getting the following > runtime error: > > Traceback (most recent call last): > File "/home/thilina/noctar/fm_rx/top_block.py", line 109, i

Re: [Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Martin Braun
What are you doing when this error occurs? Can you use the QT GUI sinks? M On 06.06.2014 10:32, Thilina Mallawa Arachchi wrote: Hi, I am having problems running a WX GUI FFT Sink, I am getting the following runtime error: Traceback (most recent call last): File "/home/thilina/noctar/fm_rx/

[Discuss-gnuradio] Help with wx-gui, window size error

2014-06-06 Thread Thilina Mallawa Arachchi
Hi, I am having problems running a WX GUI FFT Sink, I am getting the following runtime error: Traceback (most recent call last): File "/home/thilina/noctar/fm_rx/top_block.py", line 109, in tb = top_block() File "/home/thilina/noctar/fm_rx/top_block.py", line 50, in __init__ size=(72