UE channel estimator averages in sf by default

This commit is contained in:
Xavier Arteaga 2018-02-09 12:27:22 +01:00
parent 3f002aca85
commit 42c561e77e
2 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ void parse_args(all_args_t *args, int argc, char *argv[]) {
"Applies Successive Interference Cancellation to PSS signals when searching for neighbour cells. Must be disabled if cells have identical channel and timing.")
("expert.average_subframe_enabled",
bpo::value<bool>(&args->expert.phy.average_subframe_enabled)->default_value(false),
bpo::value<bool>(&args->expert.phy.average_subframe_enabled)->default_value(true),
"Averages in the time domain the channel estimates within 1 subframe. Needs accurate CFO correction.")
("expert.time_correct_period",

View File

@ -197,7 +197,7 @@ enable = false
#sfo_correct_disable = false
#sss_algorithm = full
#estimator_fil_w = 0.1
#average_subframe_enabled = false
#average_subframe_enabled = true
#sic_pss_enabled = true
#pregenerate_signals = false
#metrics_csv_enable = false