srsGUI
srsGUI copied to clipboard
A graphics library for software radio.
I have installed srsRAN21.10 and srsGUI, and make test is successful. when I run srsenb, Trying to start a plot but plots are disabled (ENABLE_GUI constant in sf_worker.cc)
I use version qt5. When compiling and install , I didnt find error. But I received 6 failed when "make test" Does anybody help with this? Thanks ! nvidia@nvidia07:~/srsGUI-release_2_0_qt5/build$ make...
Hello I have problem to make this project due Qt version incompatibility since I have Qt5 installed in my ubuntu previously: sudo apt-get install libqwt-qt5-dev qtbase5-dev give me: libqwt-qt5-dev is...
This feature is made according to the following instructions: https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html Installed srsgui library can be easily imported from another cmake-project (modern way): ``` cmake_minimum_required(VERSION 3.15) project("test") find_package("srsgui" REQUIRED) add_executable("test" test.cxx)...
I had to add this library name since the library is called differently on Arch Linux.
Fix an error.
- Fixes typo of ``cd srsGUI``.... needs to be capitalized to match repo name - Updates make command to use -j`nproc`, which ensures all cores are used on ``make`` and...
Hi, please i'm trying to run the pdsch_ue test program using a file as rf source. I would like to see the plots of this test to compare it with...
Two commits to allow for a graceful exit: Commit 1: Without the commit, we get the following error when running tests: ``` # ./waterfallplot_test_c Qt has caught an exception thrown...