Re: [Discuss-gnuradio] UHD Sink Error

2017-03-15 Thread Nigel Steed (XENINT)
: [Discuss-gnuradio] UHD Sink Error On 03/15/2017 05:02 AM, Nigel Steed (XENINT) wrote: Hi All, I have a flowgraph which has both a uhd_sink and uhd_source. I also have the samp_rate for both of these linked to a QT Chooser to enable me to select valid sample rates dynamically at runtime. If I

[Discuss-gnuradio] UHD Sink Error

2017-03-15 Thread Nigel Steed (XENINT)
Hi All, I have a flowgraph which has both a uhd_sink and uhd_source. I also have the samp_rate for both of these linked to a QT Chooser to enable me to select valid sample rates dynamically at runtime. If I change the sample rate from 500kHz to 12.5MHz I can repeatedly generate the following e

Re: [Discuss-gnuradio] Enable/Disable Processing on QT Tab Page Selection

2017-02-15 Thread Nigel Steed (XENINT)
...@ettus.com] Sent: Tuesday, February 14, 2017 9:37 PM To: Nigel Steed (XENINT) Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Enable/Disable Processing on QT Tab Page Selection Hello Nigel, The Copy block is a useful block for enabling/disabling portions of flowgraphs. I think you

Re: [Discuss-gnuradio] Enable/Disable Processing on QT Tab Page Selection

2017-02-15 Thread Nigel Steed (XENINT)
Thanks Derek, I never spotted the COPY block. Kind regards, Nigel From: Derek Kozel [mailto:derek.ko...@ettus.com] Sent: Tuesday, February 14, 2017 9:37 PM To: Nigel Steed (XENINT) Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Enable/Disable Processing on QT Tab Page

[Discuss-gnuradio] Enable/Disable Processing on QT Tab Page Selection

2017-02-14 Thread Nigel Steed (XENINT)
Hi All, I have prepared a GRC Flowgraph with several tab pages using the QT Tab Widget. Each tab page has different displays such as spectrograms, waterfalls etc. Behind these tab screens I have separate processing blocks running to generate the data to display, all in parallel. I am wondering

Re: [Discuss-gnuradio] gr-uhd timed command messages

2016-03-08 Thread Nigel Steed
p source(1)>]:pmt_cdr:wrong_type:{0 1} I have rebuilt gr-uhd with the UHD_USRP_MULTI_USRP_COMMAND_TIME_API defined. Have I done something stupid ? Thanks, Nigel -Original Message- From: Marcus Müller [mailto:marcus.muel...@ettus.com] Sent: Friday, March 4, 2016 10:44 AM To: Nigel Steed ; dis

Re: [Discuss-gnuradio] gr-uhd timed command messages

2016-03-04 Thread Nigel Steed
, pmt::mp("time"), pmt::PMT_NIL); message_port_pub(pmt::mp("rx_freq_msg"), d_rxCommand ); -Original Message- From: Marcus Müller [mailto:marcus.muel...@ettus.com] Sent: 04 March 2016 10:44 To: Nigel Steed ; discuss-gnuradio@gnu.org Subject: Re: [Discu

Re: [Discuss-gnuradio] gr-uhd timed command messages

2016-03-04 Thread Nigel Steed
t;), timestamp); if I'm not mistaken. Best regards, Marcus [1] https://gnuradio.org/doc/doxygen/page_uhd.html#uhd_command_syntax_cmds On 04.03.2016 01:39, Nigel Steed wrote: > Hi Martin, > > I have put the following code into my block. > > > d_rxCommand = pmt::make_dict

Re: [Discuss-gnuradio] gr-uhd timed command messages

2016-03-03 Thread Nigel Steed
freq': 1e9, 'time': (100, 0.1)} If this is your message, it will set the frequency to 1 GHz at time 100.1. Cheers, Martin On 03/02/2016 05:46 AM, Nigel Steed wrote: > Hi, > > > > Anyone know or managed to implement the time command using a message > p

[Discuss-gnuradio] GRC AttributeError

2016-03-03 Thread Nigel Steed
Hi, All of a sudden, I seem to have a problem accessing any OOT Blocks. Although the OOT Blocks compile and install fine. When I run GRC I get the error: AttributeError:'module' object has no attribute 'block...' I have performed in python: Import blockname Blockname.__file__

[Discuss-gnuradio] gr-uhd timed command messages

2016-03-02 Thread Nigel Steed
Hi, Anyone know or managed to implement the time command using a message port to the UHD Source Block ? I believe time commands are not implemented in the latest GNURadio gr-uhd ? Is that correct ? Thanks, Nigel ___ Discuss-gnuradio mailing list Dis

Re: [Discuss-gnuradio] UHD Source Block and N210/SBX Synchronisation

2016-03-02 Thread Nigel Steed
Hi Marcus, I have now tried exactly that and it works. Thanks. One thing I am trying now is to implement the command times over the message ports but if you say time commands are not supported in gr-uhd I maybe stuck. I see the functions are in a ifdef. Thanks, Nigel From: discuss-gnuradio-b

Re: [Discuss-gnuradio] UHD Source Block and N210/SBX Synchronisation

2016-03-01 Thread Nigel Steed
-bounces+nigel.steed=xenint@gnu.org] On Behalf Of Marcus D. Leech Sent: 01 March 2016 15:44 To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] UHD Source Block and N210/SBX Synchronisation On 03/01/2016 04:57 AM, Nigel Steed wrote: Hi All, Has anyone managed to use/modify the UHD

[Discuss-gnuradio] UHD Source Block and N210/SBX Synchronisation

2016-03-01 Thread Nigel Steed
Hi All, Has anyone managed to use/modify the UHD Source Block to phase synchronise multiple N210/SBX ? >From what I have read I must perform the following (1)Configure to use external references (10MHz and 1PPS) using the options in the UHD Source Block (2)Use integer N mode for the

Re: [Discuss-gnuradio] QT Vector Sink Issue

2016-02-24 Thread Nigel Steed
Cheers, Martin On 02/24/2016 04:39 AM, Nigel Steed wrote: > Hi All, > > > > I am currently trying to compare any difference between the QT Time > Sink and the QT Vector Sink code. I have a GRC Flowgraph which uses > both of these plots. The QT Time Sink works every time, bu

[Discuss-gnuradio] QT Vector Sink Issue

2016-02-24 Thread Nigel Steed
Hi All, I am currently trying to compare any difference between the QT Time Sink and the QT Vector Sink code. I have a GRC Flowgraph which uses both of these plots. The QT Time Sink works every time, but if I connect a QT Vector Sink at the same point it fails to display data other than zero, a

[Discuss-gnuradio] Dynamic Variable

2016-01-31 Thread Nigel Steed
Hi, Can anyone help point me in the right direction for implementing a dynamic variable as a parameter within my own OOT module. For example, the same way UHD Source RF Frequency parameter works which you can then adjust at runtime. Thanks, Nigel ___

[Discuss-gnuradio] Setting the max output items in OOT Module

2016-01-27 Thread Nigel Steed
Hi, Can anyone help me set the maximum output number of items within the C Code of a GNU Radio OOT block ? I am trying to set this to a single sample as its a decimating block and I need the next block to retune at specific sample times whilst controlling the scheduler to limit the size of data