Changed default pdsch_enodeb amplitude to 0.8

master
ismagom 10 years ago
parent 29ae13e1e0
commit cb05db2bd1

@ -65,7 +65,7 @@ uint32_t mcs_idx = 1, last_mcs_idx = 1;
int nof_frames = -1; int nof_frames = -1;
char *uhd_args = ""; char *uhd_args = "";
float uhd_amp = 0.03, uhd_gain = 70.0, uhd_freq = 2400000000; float uhd_amp = 0.8, uhd_gain = 70.0, uhd_freq = 2400000000;
bool null_file_sink=false; bool null_file_sink=false;
srslte_filesink_t fsink; srslte_filesink_t fsink;

Loading…
Cancel
Save