saving script with cpp instead py

2024-06-01 Thread robin ivetic
Hello, I can't save any script to run as cpp, because block that I'm using (gr-osmosdr) not support cpp. Searching I found this example, need to turn flag cpp and alo include cpp_template, means that I need to compile from the source, but than

Re: difference between linux distro for running gnuradio

2024-05-28 Thread robin ivetic
ime spend, only if you know exactly time of installing all dependencies or close range is zgrep 'install ' /var/log/dpkg.log* | sort | cut -f1,2,4 -d' ' Robin From: Tom Sent: Tuesday, May 28, 2024 10:10 PM To: robin ivetic ; discuss-gnuradio@gnu.org Subj

difference between linux distro for running gnuradio

2024-05-26 Thread robin ivetic
Hello, I don't know if this proper place to ask such question, or to whom ask about that, but I notice that is much difference between GNURADIO speed running on different distro, for example I choose couple of distros with already compiled package, just to avoid buidling from source. I'm still

Re: run python script simultaneous with time limit

2024-01-21 Thread robin ivetic
From: discuss-gnuradio-bounces+otpisani1=hotmail@gnu.org on behalf of robin ivetic Sent: Sunday, January 21, 2024 5:23 AM To: JORGE GONZALEZ ORELLANA via GNU Radio, the Free & Open-Source Toolkit for Software Radio Subject: run python script simultan

run python script simultaneous with time limit

2024-01-20 Thread robin ivetic
Hello, Although this is not primary gnuradio fault, more generally Python knowledge, how can I run mutiple python script one after another with time limit on linux timeout -s 9 10s python3 -u 1.py sleep 1 timeout -s 9 10s python3 -u 1.py This script works, but somehow doesn't trigger Tx

compiling gr-limesdr error

2023-08-13 Thread robin ivetic
Hello, I try to install gr-limesdr on arch linux true pacman, but after gnuradio upgrade on 3.10.7, can't do that any more, and compiling gr-limesdr gives me this, and files are there CMake Warning (dev) at /lib/cmake/gnuradio/GrPython.cmake:21 (find_package): Policy CMP0148 is not set: The

soapy hackrf sink

2022-11-08 Thread robin ivetic
Hello, In SDRAngel when you choose soapyhackrf sink driver tx is formed by 3 values over all gain 0-61, tx 0-47 gain and amp 0-14db. How can I add over all gain in soapyhackrf sink in DEVICE ARGUMENTS with some qt GUI range ID, or something else. There is block called custom soapy sink with

When I try to run test block receive this

2022-11-06 Thread robin ivetic
File "/home/otpisani/Downloads/top_block.py", line 139 self.filter_fft_low_pass_filter_0 = filter.fft_filter_ccc(1, firdes.low_pass(1, 15.0, 10.0M, 2.5M, window.WIN_HAMMING, 0), 1) ^ SyntaxError: