-
Notifications
You must be signed in to change notification settings - Fork 93
Description
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 the plots i get when running my srsue with the usrp for the same configure frequency and sampling rate.
However there's no argument option to enable gui for the test, and when i use the --help option, i get this log below;
`-F Enable RS-based CFO correction [Default Disabled]
-R Channel estimates algorithm (average, interpolate, wiener) [Default interpolate]
-t Add time offset [Default 0]
-T Set TDD special subframe configuration [Default -1]
-G Set TDD uplink/downlink configuration [Default -1]
**plots are disabled. Graphics library not available**
-y set the cpu affinity mask [Default -1]
-n nof_subframes [Default -1]
-s remote UDP port to send input signal (-1 does nothing with it) [Default -1]
-S remote UDP address to send input signal [Default 127.0.0.1]
-u remote TCP port to send data (-1 does nothing with it) [Default -1]
-U remote TCP address to send data [Default 127.0.0.1]
`
i'd like to know if there is a way to enbale the plots or an alternative way to do this
@andrepuschmann any help please