Re: CGRAN issues (empty page)

2023-01-22 Thread Cinaed Simson
il address of maintainer of website,  then you need to submit an issue here https://github.com/gnuradio/cgran  -- Cinaed On 1/21/23 21:58, Aditya Arun Kumar wrote: Hi Cinaed, But the entire CGRAN page is empty. Like no OOT's are listed. On Sun, Jan 22, 2023 at 6:20 AM Cinaed Simson wrote

Re: CGRAN issues (empty page)

2023-01-21 Thread Cinaed Simson
Hi Rick - all the gnuradio links at the top of the page work. For gnuradio, try    www.gnuradio.org    wiki.gnuradio.org    github.com/gnuradio For cgran, try    https://github.com/gnuradio/cgran and open an issue. -- Cinaed On 1/21/23 10:32, aardric wrote: I receive a static page at

Re: Performance issue in gnuradio version 3.10.1

2023-01-19 Thread Cinaed Simson
reception to decrease latency but no use. Thanks I have attached few screen shots On Thu, Jan 19, 2023, 11:22 Cinaed Simson wrote: Hi - are you running running under Windows or Linux on the PC. And are you running a virtual machine? Check memory usage. It's possible your using  swap

Re: Performance issue in gnuradio version 3.10.1

2023-01-18 Thread Cinaed Simson
Hi - are you running running under Windows or Linux on the PC. And are you running a virtual machine? Check memory usage. It's possible your using  swap as memory-and are constantly swapping the memory to disk - which will slow you to crawl. -- Cinaed On 1/18/23 15:52, SHAKTHIVEL S 2021

Re: gnuradio permission problems?

2023-01-18 Thread Cinaed Simson
Hi Niklas - type   groups Typically you need to be in groups   dialout netdev If you're not in those groups, add yourself in   /etc/groups And then logout and login to see if the problem goes away. -- Cinaed On 1/18/23 05:03, Beckmann, Niklas wrote: Hi everybody, I have somehow a

Re: Error in gnu radio documentation

2023-01-15 Thread Cinaed Simson
Hi - it worked correctly for me using   gnuradio-config-info -v   v3.8.5.0-6-g57bd109d -- Cinaed On 1/15/23 03:04, SHAKTHIVEL S 2021 Batch,PES University wrote: I used the same grc file given in the gnu radio packet communication documentation. I got the following error while running the

Re: Constellation Modulator delay calculation

2023-01-10 Thread Cinaed Simson
Hi Ali - your flowchart has no device and no throttle. You need to add a throttle. And I don't the expertise or the time to look at the source code. So I'm punting back to the list. -- Cinaed On 1/10/23 03:10, Ali G. Dezfuli wrote: Hi everybody,expertise I just want to know how the delay

Re: DQPSK constellation

2023-01-09 Thread Cinaed Simson
Hi Ali - please state the version of gnuardio you're using and post the flowgraph used to generate your problem. -- Cinaed On 1/8/23 23:56, Ali G. Dezfuli wrote: Hi all, I've managed to get to the same signal of the block "Constellation Modulator" by using these blocks in concatenation: { 

Re: sndfile::sndfile again

2022-12-29 Thread Cinaed Simson
. Since you're building from source, you need to supply the header files. - Cinaed On 12/29/22 21:19, Larry Doolittle wrote: Cinaed - On Wed, Dec 28, 2022 at 06:31:17PM -0800, Cinaed Simson wrote: Hi Larry - try   apt install libsndfile1-dev Yes, I confirm that is the solution. Thanks

Re: sndfile::sndfile again

2022-12-28 Thread Cinaed Simson
Hi Larry - try   apt install libsndfile1-dev If it installs, blow away the build directory and try to build it again. Since you installed gnuradio form Debian, you can always install gr-osmosdr from Debian and it will match your gnuradio install. And just to be clear, you need to install

Re: GNU-Radio Clean Install

2022-12-15 Thread Cinaed Simson
Hi Yotam - please state your OS and version, how gnuradio was installed, i.e., from source code or using apt, and which libaries are broken. Also, did you upgrade your OS before installing 3.10? -- Cinaed On 12/15/22 03:25, Yotam Rabin wrote: Hi everyone! I upgraded gnuradio to version 3.10

Re: Import error using an OOT

2022-12-12 Thread Cinaed Simson
e line as you requested. No difference. *From:* Cinaed Simson *Sent:* Monday, December 12, 2022 5:44 PM *To:* Elmore Family *Cc:* discuss-gnuradio@gnu.org *Subject:* Re: Import error using an OOT No I'm not. The ft8_qso.conf.is a data input file - or a yaml file - it is read by the python code.

Re: Import error using an OOT

2022-12-12 Thread Cinaed Simson
Opps - ft8_qso.conf is not a yaml file - it's just a  nonexcutable data file which the python code parses. -- Cinaed On 12/12/22 14:44, Cinaed Simson wrote: No I'm not. The ft8_qso.conf.is a data input file - or a yaml file - it is read by the python code. If there's a problem

Re: Import error using an OOT

2022-12-12 Thread Cinaed Simson
the NoSectionError. Why can’t the parser see the ‘main’ section? When I said I have run an OOT before, I meant another OOT which runs well in this same app. However, this is irrelevant since we are not talking about the same problem. Jim *From:* Cinaed Simson *Sent:* Monday, December 12, 2022 12:57 AM

Re: Import error using an OOT

2022-12-11 Thread Cinaed Simson
’ is a section in the ft8_qso.conf file. Why can’t it find ‘main’? Jim *From:* Cinaed Simson *Sent:* Sunday, December 11, 2022 8:52 PM *To:* Elmore Family *Cc:* discuss-gnuradio@gnu.org *Subject:* Re: Import error using an OOT The problem appears to be in the python code   response.py - there is no 'main

Re: Import error using an OOT

2022-12-11 Thread Cinaed Simson
t;, line 1149, in _unify_values raise NoSectionError(section) from None configparser.NoSectionError: No section: 'main' Jim *From:* Cinaed Simson *Sent:* Sunday, December 11, 2022 12:15 AM *To:* discuss-gnuradio@gnu.org *Subject:* Re: Import error using an OOT Type    python3 then enter   im

Re: Import error using an OOT

2022-12-10 Thread Cinaed Simson
Type    python3 then enter   import ft8 and see if it works. -- Cinaed On 12/9/22 18:33, Elmore's wrote: I have created an OOT which when I incorporate it in my flowgraph shows the following error: Failed to evaluate import expression ‘import ft8’ The yaml file is: id: ft8_run_response

Re: Import error using an OOT

2022-12-10 Thread Cinaed Simson
Type    python3 in a terminal window, then enter   import ft8 and see what happens. -- Cinaed On 12/9/22 18:33, Elmore's wrote: I have created an OOT which when I incorporate it in my flowgraph shows the following error: Failed to evaluate import expression ‘import ft8’ The yaml file is:

Re: Import error using an OOT

2022-12-09 Thread Cinaed Simson
Hi Elmore - type   apt list | grep python3-pygccxml and see if it's version 1.x. If it's not installed, then   apt install python3-pygccxml will install it. Version 1.x only works with python code - it may be all you need. If you need version 2, then it's easy to upgrade the system from

Re: BW(Sample Rate) Issue

2022-12-02 Thread Cinaed Simson
Hi Rohith - if you post a copy of your GRC file - not an image of the GRC file - then someone on the list should be able to help you. Also, I noticed you're trying to use the RRC with excess bandwidth - typically excessive bandwidth requires raising  the sampling rate. And at the risk of

Re: BW(Sample Rate) Issue

2022-11-30 Thread Cinaed Simson
Hi Rohith - Ihe minim sampling rate  for the Pluto is in the ball park of 500 KHz. See https://ez.analog.com/adieducation/university-program/f/q-a/557730/pluto-sdr-sampling-rate -- Cinaed On 11/30/22 05:54, Rohith Rajan wrote: I am asking a doubt regarding receiver using an  Adalm Pluto

Re: QT GUI Label error in v 3.10.1.1

2022-11-28 Thread Cinaed Simson
Thanks, Jose Ruvalcaba On Thu, Nov 24, 2022 at 5:25 PM Cinaed Simson wrote: Hi Jose - I can run your script for hours without any issues on both GR 3.8 and 3.10. Have you tried setting   export QT_QPA_PLATFORM=wayland as indicated in the first error message - to see

Re: QT GUI Label error in v 3.10.1.1

2022-11-24 Thread Cinaed Simson
Hi Jose - I can run your script for hours without any issues on both GR 3.8 and 3.10. Have you tried setting   export QT_QPA_PLATFORM=wayland as indicated in the first error message - to see if the script runs longer then 10 minutes? My guess is if you eliminate the first exception the

Re: QT GUI Label error in v 3.10.1.1

2022-11-22 Thread Cinaed Simson
Hi Jose - since it's complaining about wayland, check to see if the following software is installed    qt6-wayland    xwayland On debian systems, type   apt list --installed | grep wayland to see what's installed. wayland is efficient way to connect to your desktop. -- Cinaed On 11/22/22

Re: Σχετ: Re: Pluto sink power issues

2022-11-21 Thread Cinaed Simson
Hi George - it may be a bug which may have been fixed in May of this year. See https://github.com/gnuradio/gnuradio/pull/5860   gr-iio: fix grc pluto sink attenuation callback #5860 merged in 3.10  on May 19, 2022. They may be able to help you. -- Cinaed On 11/20/22 21:24, George

Re: Running flowfraph dies with segfault with GR 3.10.4 (gr-fosphor)

2022-11-06 Thread Cinaed Simson
Hi Vasil - when I checked out gr-fosphor from   https://github.com/osmocom/gr-fosphor.git it appeared the only versions supported using were   3.7, 3.8 It's possible it's supported under under master - I didn't try. Or maybe you have different author. -- Cinaed On 10/28/22 06:24, Ville

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Cinaed Simson
1, 2022 at 12:49 PM Cinaed Simson wrote: Hi Shuvodip - if  the blocks have the same color, then they have the same data type - but not necessarily the same value. What version of gnuradio are you using? -- Cinaed On 10/31/22 21:41, Shuvodip Majumdar wrote: > Dear

Re: Help Needed for "firdes.root_raised_cosine"

2022-11-01 Thread Cinaed Simson
Hi Shuvodip - if  the blocks have the same color, then they have the same data type - but not necessarily the same value. What version of gnuradio are you using? -- Cinaed On 10/31/22 21:41, Shuvodip Majumdar wrote: Dear all, I am currently going through the tutorials of GNU Radio. Here I

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-18 Thread Cinaed Simson
The warnings are for the developers. It's clear cmake is working. In the output of the trace there are 2-3 non-existent paths which appear to be related to the absolute path.   "$HOME/gr-customModule/include/gnuradio/customModule" If the absolute path gets clipped to

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-18 Thread Cinaed Simson
United States *www.micro-x.com <https://micro-x.com>* *From:*Cinaed Simson *Sent:* Monday, October 17, 2022 4:41 PM *To:* Michael Matthews ; GNURadio Discussion List *Subject:* Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4) The cmake flag -DCMAKE_FIND_ROOT_PATH=usr/ has an inc

Re: Discuss-gnuradio Digest, Vol 240, Issue 15

2022-10-15 Thread Cinaed Simson
...@gnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Discuss-gnuradio digest..." Today's Topics:    1. Re: Help For Packet Reception in GNU Radio (Cin

Re: Help For Packet Reception in GNU Radio

2022-10-13 Thread Cinaed Simson
Hi Rohith - in the Protocol Formatter,  the hdr_format, I'm fairly certain the hdr denotes "High Dynamic Range" used in imaging - TV images for instance. In which case, it may easily generate 4 times the data then your sentence contains in bits. -- Cinaed On 10/13/22 02:17, Rohith Rajan

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-08 Thread Cinaed Simson
Oops - you should only be invoking cmake once - not twice - as I implied in my reply. It's cmake then make. -- Cinaed On 10/8/22 16:28, Cinaed Simson wrote: Hi Michael - you really need to show where and how you're invoking cmake. The first time you invoke cmake in the ./build directory

Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-08 Thread Cinaed Simson
Hi Michael - you really need to show where and how you're invoking cmake. The first time you invoke cmake in the ./build directory it should be as   cmake .. so it can create the    lib/CMakeLists.txt which incidentally, it can't find. Also, you should NOT be seeing this entry    -- Using

Re: Promblems with gr-air-modes in gnuradio 3.10

2022-10-02 Thread Cinaed Simson
Hi Michelle - the  source code version of gr-air-modes from github   https://github.com/bistromath/gr-air-modes.git indicates it should build under 3.9 but it doesn't build 3.10 - it can't find   GrSwig which is no longer supported. Sometimes OOT modules which work on 3.9 work on 3.10 -

Re: Regarding GNU radio 3.9 installation

2022-08-23 Thread Cinaed Simson
Hi Sumit - which operating system do you need help with installing gnuradio 3.9? -- Cinaed On 8/23/22 12:02, Sumit Agrawal (P19EE207) wrote: Hi, Kindly share the documentation to install the gnu radio 3.9 with uhd 4.0 or 4.2. -- /*Thanks & Regards, Sumit Kumar Agrawal Ph.D. (Electrical

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-15 Thread Cinaed Simson
Incidentally, don't use sudo to run the hackrf on Linux. You should be able to run the hackrf on Linux under your login userid - you just need sudo to install the software on the system. I suggest you subscribe to the hackrf list    https://pairlist9.pair.net/mailman/listinfo/hackrf-dev

Re: Problem seeing Hackrf One Hardware properly going through VirtualBox

2022-08-14 Thread Cinaed Simson
Okay, this output looks better -  it appears you now have the libraries installed. I don't understand the output    Board ID Number: 2 If you have more then 1 board installed, unplug all the boards except for 1 board. To run multiple boards you need to use serial numbers - but you need to

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-12 Thread Cinaed Simson
It sounds like you didn't   apt install libhackrf-dev If you did install the libraries, then you may have to update the firmware. Post the entire results from    apt list --installed | grep hackrf so we can see the versions. There should be 2 entries. Note the date of the firmware - 2014 -

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-05 Thread Cinaed Simson
And you'll need to   apt install gr-osmosdr to use the hackrf with gnuradio. -- Cinaed On 8/3/22 23:21, Cinaed Simson wrote: Hi George - the hackrf runs under ubuntu. The latest version is   release 2021.03.1 https://github.com/greatscottgadgets/hackrf/release https://github.com

Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-04 Thread Cinaed Simson
Hi George - the hackrf runs under ubuntu. The latest version is   release 2021.03.1 https://github.com/greatscottgadgets/hackrf/release https://github.com/greatscottgadgets/hackrf/releases/download/v2021.03.1/hackrf-2021.03.1.tar.xz The current firmware version on your hackrf is 2014. You

Re: GRU module removed, what can I do please ?

2022-07-21 Thread Cinaed Simson
Hi Jean-Philippe - did you change your PYTHONPATH from 3.8 to 3.10? Also, please check the subversion of gnuradio-dev, e.g.,   apt list gnuradio-dev and the 3.10 should expand to something which looks like this    3.10.2.0-1+b2 -- Cinaed On 7/21/22 18:25, Jean-Philippe Buchet wrote: Hello,

Re: Understanding Pulsed signal Demodulation and decimation in GNU Radio

2022-07-20 Thread Cinaed Simson
Hi Isaac - it sounds like there's a beat frequency - probably between the pulsed signal and the second freqency. I'm assuming you didn't see the problem in the pulsed signal signals. -- Cinaed The definition of the beat freuency is the absolute difference between two frequencie. On 7/20/22

Re: gnuradio flow graph starts and stops

2022-07-18 Thread Cinaed Simson
Hi Zafar  - are you trying to run python code which was built on another machine? Or are you running gnuradio remotely? Which SDR are you using? -- Cinaed On 7/18/22 00:29, Zafar Iqbal wrote:eree Hi, Please help with the following issue. Thanks in advance OS: Windows 11 Gnuradio version: 

Re: Controlling flowgraph

2022-06-06 Thread Cinaed Simson
Hi Vamshi - I vaguely remember the gr-osmosdr being optimized for transmission - the sinks and sources have different lifetimes. For the price of a second hackrf, you can buy the hackrf add on known as the "operacake" which supports multiple antenna configurations -  which can configured for

Re: Vector Block Sample Rate

2022-06-05 Thread Cinaed Simson
First, for the active part of the flow graph - which doesn't have any hardware , will run as fast as your computer will allow it, i.e. it may cause your computer to slow down. To prevent this add a throttle. Send, your noise source is an unknown source with 0 amplitude. If the noise source is

Re: GnuRadio 3.10 OOT python modules not found - destination path error '/usr/local/local/lib64'

2022-05-31 Thread Cinaed Simson
Hi Criss - I remember having the same issue. I rolled with the punch by adding the python path - then I forgot about it. I upgraded the OS but did a clean install of gnuradio 10. I just updated volk and gnuradio and rebuilt volk  the problem is still there for me - at least after rebuilding

Re: Support to Apply gr-dab-0.4-gnuradio39.patch

2022-05-30 Thread Cinaed Simson
Hi Mohammad - just to be clear, it's a patch for gr-dab-0.4 OOT module running under gnuradio-3.9. And if you haven't done so already, you should download the source code for gr-dab-0.4 and build it to ensure you have all the necessary libraries needed for running gr-dab-0.4 under

Re: Getting "referenced unknown base type gr::block"

2022-05-27 Thread Cinaed Simson
Hi Nikoloz - my guess is you may need to install version 11 of C++. -- Cinaed On 5/27/22 13:37, Nikoloz Glonti wrote: I'm using manjaro linux, the newest one. I use version of pybind11 2.9.2, so it's new one. On 27.05.2022 18:57, Tom McDermott wrote: > From: Nikoloz Glonti > To: 

Re: File Source - File Sink data transfer

2022-05-16 Thread Cinaed Simson
09 AM user 1 <mailto:gnura...@onditech.com>> wrote:     Hello Cinaed,     Unfortunately scheme doesn't work, even with a bin file.     jeff     --     Le 16/05/2022 à 12:06, Cinaed Simson a écrit : > Hi Jeff - the error indicates the file source h

Re: File Source - File Sink data transfer

2022-05-16 Thread Cinaed Simson
Hi Jeff - the error indicates the file source has the wrong data type, i.e. it may not be binary data. If the input file contains hex numbers, then you need to convert each hex number to a binary number and concatenate them. -- CInaed For instance, 40 hex is equivalent to 0100 binary.

Re: [SOLVED] pybind11 problems, gr::block undefined in gnuradio 3.10

2022-05-15 Thread Cinaed Simson
Great! It might have been a c++ compiler issue - might have needed version 11 of c++ for pybind11 and 3.10. -- Cinaed On 5/15/22 14:40, Tom McDermott wrote: >>> import hpsdr Traceback (most recent call last):   File "", line 1, in   File

Re: gr::block unknown base type (was: What version of pybind for 3.10.1.1 )

2022-05-15 Thread Cinaed Simson
I just checked the requirements for 3.10 and it only requires pybind11 2.4.3. And I presume you have volk-2.4.1 installed and   import gnuradio works. I doubt if I can help you. -- Cinaed On 5/14/22 06:40, Tom McDermott wrote: > In porting over my 3.9 OOT to 3.10,  I have the import

Re: OOT module problem

2022-05-13 Thread Cinaed Simson
Hi David - I can't't read the printing on the image - please post the grc file. -- Cinaed On Fri, May 13, 2022 at 9:38 AM David Martini wrote: > Dear Community, > > I'm starting to learn how to write an OOT module. > I'm following the tutorial : all the compilation process go well but When >

Re: What version of pybind11 is 3.10.1.1 built against?

2022-05-13 Thread Cinaed Simson
Hi Tom - I built 3.10.02 using pybind 2.9. on Debian 12 (or bookworm) - which was the system default install for pybind. . -- Cinaed On Thu, May 12, 2022 at 12:44 PM Tom McDermott wrote: > In porting over my 3.9 OOT to 3.10, I have the import error: > > >>> import hpsdr > Traceback (most

Re: r-trellis/docs/gr-trellis.xml does not validate

2022-05-02 Thread Cinaed Simson
It's possible cmake just can't find your gsl libraries. When I installed gnuradio 10.2 on Debian12 (bookworm,)  I just used    apt install libgsl-dev -- Cinaed On 5/1/22 04:51, stephen pearce wrote: Linux mint 20.3 gnuradio 3.10 compiling from source tried both  git master and maint-3.10 

Re: Interpolating FIR Filter - sample delay

2022-04-23 Thread Cinaed Simson
Hi - first, it appears you're using version 3.7.x of gnuradio which is no longer supported. The constellation encoder for your version appears as a missing block on 3.8. Second, there was no constellation posted for some reason. Third, it appears you're using 2 stream sources and a streaming

Re: Trouble With gr-osmosdr Install

2022-04-17 Thread Cinaed Simson
Try   apt install gr-osmosdr I'm assuming you installed gnuradio using apt and you're running an updated version of the original raspbian shipped with the device. And since the install guide indicated it should be installed in /usr/local/lib and it's not working it may not be a problem -

Re: gr-soapy mishandles hackrf on flowgraph exit

2022-04-16 Thread Cinaed Simson
On 4/16/22 14:53, Gavin Jacobs wrote: I had previously thought that there was an issue with the save/restore of the geometry of the QT window, but I determined that it was a problem when using the gr-soapy block with a hackrf, so I have started a new thread. If I make a flowgraph using the

Re: Why is OFDM_loopback slow with Random Source

2022-03-27 Thread Cinaed Simson
On 3/23/22 13:10, Taylor Clark wrote: Good evening, I have been doing some work with packet modulation and I ran across the OFDM_Loopback.grc file. I initially did some test with my ZMQ Server and the data rate was terrible. Thinking it was my datasource, I did some other test until I

Re: failed to fetch http://mirrordirector.org/rasbian ...

2022-01-18 Thread Cinaed Simson
Hi Elmore - those are system errors - not gnuradio errors. How did you get from jessie to bullseye? Did you consult anyone on the Debian mailing lists on how to proceed? It's standard practice to backup anything you can't afford to loose when upgrading an operating system. And it's possible

Re: failed to fetch http://mirrordirector.org/rasbian ...

2022-01-15 Thread Cinaed Simson
Hi Elmore - try   apt install python3-distutils -- Cinaed On 1/15/22 17:07, Elmore's wrote: Device: Raspberry Pi 3 OS: Rasbian Jessie My goal is to install GNU Radio 3.9. I am following the instructions in Installing GR on the gnuradio site. In the installation for Volk I attempt to execute

Re: Reminder: SigMF Workshop this Thursday Noon Eastern

2022-01-12 Thread Cinaed Simson
Hi Derek - I have  a question regarding the installation of gr-sigmf. Prior to installing gr-sigmf, I installed SigMF-0.0.2. I just did a pull and the version didn't change. Things appears to be working - I just did a simple test using the source/sink grc file I don't remember where I

Re: fosphor sink block error

2021-12-24 Thread Cinaed Simson
Hi Gwendoline - you may need to install python3.qt5 - try   python3   from PyQt5.QtWidgets import * -- Cinaed On 12/24/21 00:17, Gwendoline Hochet Derevianckine wrote: Hello, I remove all GNURadio and Fosphor packages/libraries on my laptop. Then I reinstall GNURadio 3.9. I am now trying

Re: Unknown CMake command "GR_PYTHON_CHECK_MODULE"

2021-12-08 Thread Cinaed Simson
Hi Some - the error message indicates cmake can't find thrift, i.e., see  FindTHRIFT.cmake in the error message. I've never installed thrift. -- Cinaed On 12/7/21 23:40, Evariste Some wrote: Given the following configuration: Ubuntu 20.04, Gnuradio 3.8, gr-gsm,etc. We installed an

Re: Where are the blocjs ?

2021-11-27 Thread Cinaed Simson
Hi Gerard -using python3 on both machines type from PyQt5.QtWidgets import * and please post the result. -- Cinaed On 11/27/21 01:26, Gerard F6EEQ wrote: Hi, Another newbie question... I did not find answer in the wiki. I try to use QT Dial, but did not find it. This block is listed in

Re: Config files

2021-11-27 Thread Cinaed Simson
Hi Gerard - so the problems you're having are on W10 but not Debian? If you're having trouble with Debian, please post the contents of   /etc/debian_version -- Cinaed On 11/26/21 23:57, Gerard F6EEQ wrote: Hi all, I have two implementations of GNU. One is under W10 on my main PC. The

Re: Gnuradio 3.8 on a Raspberry pi 4 B?

2021-11-23 Thread Cinaed Simson
Hi Glen - I'm late to the party. but I presume you have buster (debian 10) installed - see /etc/os-release. I don't own a raspberry pi 4 but I know someone who does and they recommend using following guide to upgrade to bullseye (debian 11)

Re: No "osmocom source" and no RTL dongle

2021-11-06 Thread Cinaed Simson
 After further reading, the website recommends a minimum version of 3.8. I note that 3.9 is available via a PPA so will install that and work through the tutorials (which I didn't find yesterday). Must have had a "man" look ;-)  Thanks again for your assistance. Ian On 6/11/21 6:47

Re: ImportError: No module named baz_swig

2021-11-05 Thread Cinaed Simson
I'd recommend installing -the following - if you haven't already done so   librtlsdr-dev   libosmosdr-dev   libosmocore-dev (not sure) And I'm just guessing - I don't have gnuradio 3.7 or ubuntu installed. Also,unless you were able to in install the ubuntu package gr-baz from one of the

Re: Error installing spectrometer_w_cal.grc

2021-07-12 Thread Cinaed Simson
Hi Marcus - the buster OS is modern and I know it runs on the raspberry-pi4. To install 3.8, on buster, one needs to use the backports from sid (which is not a release)  apt install -t backports-buster gnuradio-dev To use the backports, one needs to have the following entries in the

wbfm_tx_rx.grc

2021-05-16 Thread Cinaed Simson
Hi Anish - here's a simple flow graph which transits and receives WBFM.  The input is a wave file from https://github.com/drmpeg/gr-cessb and the output is the audio device. -- Cinaed options: parameters: author: cinaed category: '[GRC Hier Blocks]' cmake_opt: '' comment: ''

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-05-15 Thread Cinaed Simson
Opps - ignore the following -I just realized  in my mind I was going the wrong direction - I got twisted:   "If you were to add a signal source of 48 kHz, you would need to add a rational sampler in front of the WBFM block for a quadrature rate of 480 kHz" If you add a 48 kHz signal

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-05-15 Thread Cinaed Simson
few days' time and am thinking i'll copy over the .ini file that was used in sdrangel and use the exact same one in gnuradio and see what happens. On Mon, Mar 22, 2021 at 8:22 AM Cinaed Simson mailto:cinaed.sim...@gmail.com>> wrote: Hi Anish - yes, I removed the LImeSD

Re: Sample Rate and audio underflow ....

2021-05-13 Thread Cinaed Simson
Hi Rob - you should just post the GRC file to the mailing list - just attach it to the message. If the only thing you changed was sampling rate, then you will most likely have trouble.  But you haven't provided enough information in order for anone to help you. Note, the website in the

Re: HackRF and osmcom

2021-05-13 Thread Cinaed Simson
Hi Bruce - if you only have 1 HackRF One connected the computer, then you can just leave the "Device Arguments" blank. Otherwise, take the last 8 characters of the serial number - not the entire serial number. -- Cinaed On 5/13/21 1:27 PM, KG4HLZ wrote: Gnu Radio noob here. I am trying

Re: GNU Radio gr-osmosdr on Ubuntu Installation Error; Kali Successfully Installs but Can’t Run

2021-05-07 Thread Cinaed Simson
On 5/7/21 2:33 AM, Chris Vine wrote: On Fri, 7 May 2021 00:43:25 -0700 Cinaed Simson wrote: Hi David - looking at my local git hub copy of the source for gr-osmosdr, it does appear to have been ported to 3.9 - just 3.7 and 3.8. -- CInaed On 5/5/21 4:48 AM, David Martini wrote: In my case

Re: GNU Radio gr-osmosdr on Ubuntu Installation Error; Kali Successfully Installs but Can’t Run

2021-05-07 Thread Cinaed Simson
Hi David - looking at my local git hub copy of the source for gr-osmosdr, it does appear to have been ported to 3.9 - just 3.7 and 3.8. -- CInaed On 5/5/21 4:48 AM, David Martini wrote: In my case gr-osmosdr on ubuntu 20.04 Work just in gnuradio 3.8.1. I'm not able to run it on ubuntu 3.9..

Re: Windows 7 x64 problem...

2021-04-23 Thread Cinaed Simson
Hi Alberto - this is the last release of python-2.x   https://www.python.org/downloads/release/python-2718/ Since your problem doesn't appear to be  a gnuradio problem, you might want to contact a python discussion group    https://stackoverflow.com/questions/tagged/python - or a Windows 7

Re: Why does preferences file get installed in /usr/local despite setting custom install prefix?

2021-04-22 Thread Cinaed Simson
elow might help you. > > https://kb.ettus.com/Building_and_Installing_UHD_and_GNU_Radio_to_a_Custom_Prefix <https://kb.ettus.com/Building_and_Installing_UHD_and_GNU_Radio_to_a_Custom_Prefix> > > --Neel Pandeya > > > > On Thu, 22 Apr 2021 at 02:28, Cinaed Simson <mailto:cinaed.sim...@gmail.com>> wrote:

Re: Why does preferences file get installed in /usr/local despite setting custom install prefix?

2021-04-22 Thread Cinaed Simson
On 4/21/21 9:48 PM, wan wrote: Hi all, I set a custom install prefix while installing from source. However, the preference file still gets installed to /usr/local, as you can see from the gnuradio-config-info output below. gnuradio-config-info --print-all /home/.../envs/uhd-gr-default/

Re: PT GUI SINK (name)

2021-04-13 Thread Cinaed Simson
. That can't affect the Text displayed. Best regards, Marcus On 12.04.21 21:33, Cinaed Simson wrote: Hi Alberto - in the GRC file, open the   Options block and set the   Id field to   test Doesn't need  quotes - and in general  no hyphens - use underscore instead. -- Cinaed On 4/12/21 4

Re: PT GUI SINK (name)

2021-04-12 Thread Cinaed Simson
Hi Alberto - in the GRC file, open the   Options block and set the   Id field to   test Doesn't need  quotes - and in general  no hyphens - use underscore instead. -- Cinaed On 4/12/21 4:30 AM, alberto.alle...@alice.it wrote:  Hi to all! Today i have another question.. I have created

Re: R: Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Cinaed Simson
Also, you may want to install the rtl software   apt install  rtl-sdr librtlsdr It's possible they may have been installed with gr-osmosdr. -- Cinaed On 4/11/21 9:30 AM, alberto.alle...@alice.it wrote: I have followed pdf guide and now work fine but It work fine but after oper FFT

Re: R: Re: problem to install gr-osmosdr

2021-04-11 Thread Cinaed Simson
If you need to use gr-osmosdr and gr-iqbal, you need to install gnuradio-3.8 because those packages do not support gnuardio-3.9 yet. Version 3.9 is the "bleeding edge". I've never used pybombs to install software - I just use git - but you need to tell pybombs you want to install gnuradio

Re: Upgrade to GNURadio v3.8 Python Issue?

2021-04-05 Thread Cinaed Simson
Hi Jeff - I can run the zeromq_pushpull.grcvfrom gnuradio3.8 examples without any warnings using version 3.8.2.0-73-g4a84443c, Python 3.7.3 under Debian 10 (or buster.) The gnuradio-3.8 install was a clean install. -- Cinaed I can run  zmpq On 4/5/21 4:04 AM, Jeff S wrote: I hope this

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-21 Thread Cinaed Simson
ps://drive.google.com/file/d/1b7PnpmvFfdQTDIwALuOzb22AzeffzR2w/view?usp=sharing <https://drive.google.com/file/d/1b7PnpmvFfdQTDIwALuOzb22AzeffzR2w/view?usp=sharing> This isn't happening in SDRAngel. On Thu, Mar 18, 2021 at 3:49 AM Cinaed Simson

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-20 Thread Cinaed Simson
e.com/file/d/1b7PnpmvFfdQTDIwALuOzb22AzeffzR2w/view?usp=sharing <https://drive.google.com/file/d/1b7PnpmvFfdQTDIwALuOzb22AzeffzR2w/view?usp=sharing> This isn't happening in SDRAngel. On Thu, Mar 18, 2021 at 3:49 AM Cinaed Simson mailto:cinaed.sim...@gmail.com>> wro

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-17 Thread Cinaed Simson
On Wed, Mar 17, 2021 at 1:40 PM Cinaed Simson <mailto:cinaed.sim...@gmail.com>> wrote: Hi Anish - since this is a gnuradio mailing list, the starting point would be to post your GRC - which is an yaml or text file. -- Cinaed On 3/16/21 11:19 PM, Anish Mangal wrot

Re: Generator error flow graph

2021-03-17 Thread Cinaed Simson
available in gnuradio/gr-analog/examples. Thanks for your help. Fred *De :*Discuss-gnuradio *De la part de* Cinaed Simson *Envoyé :* mercredi 17 mars 2021 09:18 *À :* discuss-gnuradio@gnu.org *Objet :* Re: Generator error flow graph HI Fred - how about at least 1 example GRC which demonstrates th

Re: Generator error flow graph

2021-03-17 Thread Cinaed Simson
HI Fred - how about at least 1 example GRC which demonstrates the problem? The  GRC file is a text file which you can attach to email. -- Cinaed On 3/17/21 12:12 AM, COURANT Frederique - Contractor wrote: Hello all, I would like to known if someone has ever had this error when you want to

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-17 Thread Cinaed Simson
Hi Anish - since this is a gnuradio mailing list, the starting point would be to post your GRC - which is an yaml or text file. -- Cinaed On 3/16/21 11:19 PM, Anish Mangal wrote: Hi! Any pointers to where I can start debugging this? Maybe run gnuradio-companion in debug mode? Do more

Re: Socket PDU TCP connection closed automatically

2021-03-11 Thread Cinaed Simson
Hi Jay - the error message 'boost::system::system_error' is simply restating what all the other error messages are stating - you can't connect to any of the listed clients - or they can't connect to your server. It could be a problem with the firewall on your machine. You should consult the

Re: ZMQ Message Debug

2021-03-07 Thread Cinaed Simson
Hi Jay - enclosed is the second part of your flow chart - it was easy to cut it out and paste in a separate flowgraph. I fed the flowgraph with a wave file instead of using the output from the first part. The message debug works. The only block with is blabbering is the Squelch. If you

gr-satellites

2021-02-21 Thread Cinaed Simson
Hi - all the tests were all failing for make test in gr-satellite - and test.sh. There was no module 'construct' installed. I downloaded it and installed in /usr/local and  then all the tests passed - including the test.sh script. Also, there was no contact email address in the

Re: PlutoSDR : Audio Sink not properly demodulating or miss-configured

2021-02-13 Thread Cinaed Simson
Hi Jay - then show us a simplified GRC file which demonstrates the problem as you outlined using the green and red boxes. There are pluto sources or sinks in the GRC file you sent. -- Cinaed On 2/13/21 10:23 AM, Jay Patel wrote: Hi all, I had a non-GRC application (zmqPUSH.py) sending

Re: cmake doesn't like xrdp

2021-01-30 Thread Cinaed Simson
, if the Windows machine is sending your laptop X11 protocol, then you're dead in the water. On 1/29/21 2:32 PM, Cinaed Simson wrote: It's not that xrpd doesn't like cmake, it's that the unknown device running the unknown OS doesn't like you :). In other words, it's most likely an X

Re: cmake doesn't like xrdp

2021-01-29 Thread Cinaed Simson
It's not that xrpd doesn't like cmake, it's that the unknown device running the unknown OS doesn't like you :). In other words, it's most likely an X authorization problem. On the unknown device running the unknown OS, try typing    xhost + after you connect and see that corrects the

Re: Problem with OOT Interpolator Python module

2021-01-23 Thread Cinaed Simson
...@gmail.com>> wrote: Thanks Cinaed! I will test how it works. George On Sat, Jan 23, 2021 at 2:58 PM Cinaed Simson mailto:cinaed.sim...@gmail.com>> wrote: Hi George - I'm presuming the enclosed example.py script is what you're trying calculate

Re: Problem with OOT Interpolator Python module

2021-01-23 Thread Cinaed Simson
Hi George - I'm presuming the enclosed example.py script is what you're trying calculate - and that the input data is complex. I invented my own data. If true, it should be easy to adapt it to your problem by combining the 2 loops for any value of n. -- Cinaed On 1/22/21 10:49 AM, George

  1   2   3   4   5   >