QT GUI Sink "Clicked freq variable" does not work

2019-11-26 Thread Jim Larsen
I am working on a receiver panadapter application. I would like to use the QT GUI Sink Clicked freq variable parameter to control the receiver local oscillator to recenter the spectrum. I tried a simple test flow graph using GNU Radio version 3.7.13. When I click on the GUI Sink spectrum, the

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-07-15 Thread Jim Larsen
Hi Marcus, Thank you for your patience with my CtrlPort Performance Monitor problems. I have been distracted by other projects and finally had time to try your suggestion. > On Jul 4, 2018, at 1:47 AM, Müller, Marcus (CEL) wrote: > > hm... > no, but if `gr-ctrlport-monitor` works, does

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-07-03 Thread Jim Larsen
Hi Marcus, Thank you for your help. > On Jun 24, 2018, at 1:20 AM, Müller, Marcus (CEL) wrote: > > So, each time you run your flow graph, the following line should > change: > > monitor::endpoints() = -h vmware -p 40161 > > at least in the port number at the end. The port number changes

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-23 Thread Jim Larsen
pport;testing-support;volk;gnuradio-runtime;gr-ctrlport;* thrift;gr-blocks;gnuradio-companion;gr-fec;gr-fft;gr-filter;gr-analog;gr-digital;gr-dtv;gr-atsc;gr-audio;* alsa;* oss;gr-channels;gr-noaa;gr-pager;gr-qtgui;gr-trellis;gr-uhd;gr-utils;gr-vocoder;gr-fcd;gr-wavelet;gr-wxgui;gr-zeromq Thanks for yo

[Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-22 Thread Jim Larsen
I want to use the CtrlPort Performance Monitor block to compare CPU usage of several demodulator alternatives. I built GNU Radio version 3.7.12 using PyBOMBS on Ubuntu 18.04. I added -DENABLE_PERFORMANCE_COUNTERS=ON to the gnuradio.lwr recipe. I installed networkx, matplotlib, and

[Discuss-gnuradio] Performance Monitor rpcmanager runtime error

2018-06-13 Thread Jim Larsen
I installed GNU Radio 3.7.11 on Ubuntu 18.04 from the Ubuntu repository. I added a CtrlPort Performance Monitor block to a simple Signal Source > Throttle > Null Sink flow graph to visualize block performance. When I run the flow graph, I get the following runtime error: python:

Re: [Discuss-gnuradio] gnuradio on OS X without X11

2015-02-19 Thread Jim Larsen
Thanks Kai! GNU Radio works perfectly on my MacBook. Jim -- View this message in context: http://gnuradio.4.n7.nabble.com/gnuradio-on-OS-X-without-X11-tp51733p52390.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

Re: [Discuss-gnuradio] QT GUI on low resolution display

2014-11-11 Thread Jim Larsen
Thank you for your comments Tom. I can make the QT GUI Slider height smaller by changing the Python statement from: Qwt.QwtSlider(None, Qt.Qt.Horizontal, Qwt.QwtSlider.BottomScale, Qwt.QwtSlider.BgSlot) to: Qwt.QwtSlider(None, Qt.Qt.Horizontal, Qwt.QwtSlider.NoScale, Qwt.QwtSlider.BgSlot) That may

[Discuss-gnuradio] QT GUI on low resolution display

2014-11-07 Thread Jim Larsen
I want to create a frequency spectrum display with a center frequency control on a 800 x 480 LCD display. When I use the QT GUI Frequency Sink with a slider underneath, the slider scale goes off the bottom of the screen. Is it possible to reduce the height of the QT GUI Frequency display? The WX

Re: [Discuss-gnuradio] WX GUI FFT sink on Raspberry Pi

2014-02-10 Thread Jim Larsen
Murat TA1DB wrote Hi Jim, ... However my favorite modules Sinks (osmocom Sink) and Sources (osmoscom Source, RTL_SDR Source) are missed. I also would like to install Gqrx; Could you please show me a similar safe way to add the missed modules and gqrx ? ... I have made many trials with the

[Discuss-gnuradio] QT GUI Frequency Sink CPU usage

2014-02-09 Thread Jim Larsen
Sink CPU usage python: 43% xorg: 58% QT GUI Sink CPU usage python: 5% xorg: 9% Could this be a bug? Regards, Jim Larsen -- View this message in context: http://gnuradio.4.n7.nabble.com/QT-GUI-Frequency-Sink-CPU-usage-tp46251.html Sent from the GnuRadio mailing list archive at Nabble.com

Re: [Discuss-gnuradio] WX GUI FFT sink on Raspberry Pi

2014-02-07 Thread Jim Larsen
Hi Murat, It was easy to install GNU Radio on the Raspberry Pi. I started with the 2014-01-07-wheezy-raspbian distribution. Add the following entry to the /etc/apt/sources.list file: deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi sudo apt-get update sudo

[Discuss-gnuradio] WX GUI FFT sink on Raspberry Pi

2014-02-06 Thread Jim Larsen
window shows the controls but the FFT display is blank. Does anyone know a fix for this? The same flowgraph works fine with GNU Radio version 3.7.0 on my MacBook running Ubuntu 13.10. Regards, Jim Larsen -- View this message in context: http://gnuradio.4.n7.nabble.com/WX-GUI-FFT-sink