RE: Qt ImportError

2023-03-07 Thread Daniel R. Marlow
-Original Message- From: discuss-gnuradio-bounces+marlow=princeton@gnu.org On Behalf Of Marcus D. Leech Sent: Tuesday, March 7, 2023 3:19 PM To: discuss-gnuradio@gnu.org Subject: Re: Qt ImportError On 07/03/2023 15:05, Daniel R. Marlow wrote: > from PyQt5 import Qt Make sure

Qt ImportError

2023-03-07 Thread Daniel R. Marlow
Hello, I am trying to run the "Your first flowgraph" example on the gnuradio Wiki. This works fine when I run it from the GRC window, but when I try to run the Python script that GRC generates, I get the following error: from PyQt5 import Qt ImportError: cannot import name Qt I can im

RE: rx_time

2022-07-24 Thread Daniel R. Marlow
-Original Message- From: Discuss-gnuradio On Behalf Of Marcus D. Leech Sent: Saturday, July 23, 2022 9:24 PM To: discuss-gnuradio@gnu.org Subject: Re: rx_time On 2022-07-23 16:53, Daniel R. Marlow wrote: > Hello, > > I am having trouble understanding the 'rx_time

rx_time

2022-07-23 Thread Daniel R. Marlow
Hello, I am having trouble understanding the 'rx_time' field in the gnuradio metadata. In particular, if I use the following code to unpack the metadata: self.handle = open(filename, "rb") header_str = self.handle.read(parse_file_metadata.HEADER_LENGTH) header = pmt.deserialize_str(header_s

Re: [Discuss-gnuradio] Timestamp on file sink for replaying data

2017-03-02 Thread Daniel R. Marlow
Hello, If your N210 has a GPS module this is fairly easy to do using the file sink with meta data. I am not sure what happens if the GPS data (module) is not there. Sincerely, Dan Marlow From: Discuss-gnuradio on behalf of Alexis Bartels Date: Thursday, March 2, 2017 at 5:19 PM To:

Re: [Discuss-gnuradio] Probable pulsar observing success at CCERA

2016-12-01 Thread Daniel R. Marlow
Hello, First, congrats to Marcus and CCERA. We are working at 21 cm (1420 MHz) and find that there are at least a few pulsars not that far below B0329+54 (now called J0332+5434) in signal strength. Indeed, one of the interesting things is that owing to scintillation effects, th

Re: [Discuss-gnuradio] Max Sampling Rate Limitation

2016-03-28 Thread Daniel R. Marlow
Hi Fikrat, The sampling rate must be twice the BANDWIDTH that you want.I don't know much about WiFi, but from the numbers you give, the range of frequencies you are interested in seems to span about 2.447 - 2.427 GHz = 20 MHz. The receiver users an analog mixer to shift the frequency

Re: [Discuss-gnuradio] uhd_fft seg fault

2016-03-26 Thread Daniel R. Marlow
On Mar 24, 2016, at 8:29 AM, Marcus D. Leech wrote: > On 03/24/2016 07:34 AM, Daniel R. Marlow wrote: >> >> >> Thanks Marcus. >> >> I did a "sudo ldconfig" but to no avail. >> >> I am wondering if the problem is destructive interference

Re: [Discuss-gnuradio] uhd_fft seg fault

2016-03-24 Thread Daniel R. Marlow
On Mar 23, 2016, at 8:53 PM, Marcus D. Leech wrote: > On 03/23/2016 07:46 PM, Daniel R. Marlow wrote: >> Hello, >> >> H/W: Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz >>USRP: Ettus B210 >> OS: Ubuntu 15.04 >> gnuradio: 3.7.5 >> >>

[Discuss-gnuradio] uhd_fft seg fault

2016-03-23 Thread Daniel R. Marlow
Hello, H/W: Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz USRP: Ettus B210 OS: Ubuntu 15.04 gnuradio: 3.7.5 The most recent step was to do a simple binary install of uhd-host and gnradio using > sudo apt-get install uhd-host > sudo apt-get install gnuradio All seemed to work