Commit b9db3044 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/episys-5g-mimo' into integration_2022_wk42b

parents b1352c9d 914d7302
......@@ -17,29 +17,16 @@ nssai_sst=222;
nssai_sd=123;
}
L1s = (
MACRLCs = (
{
num_cc = 1;
tr_n_preference = "nfapi";
local_n_if_name = "ens3";
remote_n_address = "127.0.0.1"; //Proxy IP
local_n_address = "127.0.0.1";
local_n_portc = 50600;
remote_n_portc = 50601;
local_n_portd = 50610;
remote_n_portd = 50611;
}
);
RUs = (
{
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 90
att_rx = 0;
bands = [7,38,42,43];
max_pdschReferenceSignalPower = -27;
max_rxgain = 125;
}
num_cc = 1;
tr_n_preference = "nfapi";
local_n_if_name = "ens3";
remote_n_address = "127.0.0.1"; //Proxy IP
local_n_address = "127.0.0.1";
local_n_portc = 50600;
remote_n_portc = 50601;
local_n_portd = 50610;
remote_n_portd = 50611;
}
);
......@@ -17,6 +17,9 @@ gNBs =
////////// Physical parameters:
pdsch_AntennaPorts_XP = 2;
pusch_AntennaPorts = 2;
do_CSIRS = 1;
min_rxtxtime = 6;
pdcch_ConfigSIB1 = (
{
......@@ -218,13 +221,13 @@ security = {
log_config :
{
global_log_level ="info";
hw_log_level ="info";
phy_log_level ="info";
mac_log_level ="info";
rlc_log_level ="info";
pdcp_log_level ="info";
rrc_log_level ="info";
ngap_log_level ="debug";
global_log_level ="analysis";
hw_log_level ="analysis";
phy_log_level ="analysis";
mac_log_level ="analysis";
rlc_log_level ="analysis";
pdcp_log_level ="analysis";
rrc_log_level ="analysis";
ngap_log_level ="analysis";
};
......@@ -17,29 +17,17 @@ nssai_sst=1;
nssai_sd=1;
}
L1s = (
MACRLCs = (
{
num_cc = 1;
tr_n_preference = "nfapi";
local_n_if_name = "lo:";
remote_n_address = "127.0.0.1"; //Proxy IP
local_n_address = "127.0.0.1";
local_n_portc = 50600;
remote_n_portc = 50601;
local_n_portd = 50610;
remote_n_portd = 50611;
}
num_cc = 1;
tr_n_preference = "nfapi";
local_n_if_name = "lo:";
remote_n_address = "127.0.0.1"; //Proxy IP
local_n_address = "127.0.0.1";
local_n_portc = 50600;
remote_n_portc = 50601;
local_n_portd = 50610;
remote_n_portd = 50611;
}
);
RUs = (
{
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 90
att_rx = 0;
bands = [7,38,42,43];
max_pdschReferenceSignalPower = -27;
max_rxgain = 125;
}
);
......@@ -36,7 +36,7 @@
<eNB_instance>1</eNB_instance>
<eNB_serverId>1</eNB_serverId>
<forced_workspace_cleanup>True</forced_workspace_cleanup>
<proxy_commit>56cfdc0</proxy_commit>
<proxy_commit>a6169d8</proxy_commit>
</testCase>
</testCaseList>
......@@ -36,7 +36,7 @@
<eNB_instance>1</eNB_instance>
<eNB_serverId>1</eNB_serverId>
<forced_workspace_cleanup>True</forced_workspace_cleanup>
<proxy_commit>56cfdc0</proxy_commit>
<proxy_commit>a6169d8</proxy_commit>
</testCase>
</testCaseList>
......@@ -264,10 +264,10 @@ static void process_queued_nr_nfapi_msgs(NR_UE_MAC_INST_t *mac, int sfn_slot)
send_nsa_standalone_msg(&UL_INFO, rach_ind->header.message_id);
for (int i = 0; i < rach_ind->number_of_pdus; i++)
{
free(rach_ind->pdu_list[i].preamble_list);
free_and_zero(rach_ind->pdu_list[i].preamble_list);
}
free(rach_ind->pdu_list);
free(rach_ind);
free_and_zero(rach_ind->pdu_list);
free_and_zero(rach_ind);
nr_Msg1_transmitted(0, 0, NFAPI_SFNSLOT2SFN(sfn_slot), 0);
}
if (dl_tti_request)
......@@ -280,8 +280,7 @@ static void process_queued_nr_nfapi_msgs(NR_UE_MAC_INST_t *mac, int sfn_slot)
NFAPI_SFNSLOT2SFN(dl_tti_sfn_slot), NFAPI_SFNSLOT2SLOT(dl_tti_sfn_slot));
if (get_softmodem_params()->nsa)
save_nr_measurement_info(dl_tti_request);
free(dl_tti_request);
dl_tti_request = NULL;
free_and_zero(dl_tti_request);
}
else if (dl_tti_request->dl_tti_request_body.nPDUs > 0 && tx_data_request->Number_of_PDUs > 0)
{
......@@ -437,6 +436,12 @@ static void *NRUE_phy_stub_standalone_pnf_task(void *arg)
mac->dl_info.slot = slot;
mac->dl_info.dci_ind = NULL;
mac->dl_info.rx_ind = NULL;
if (ch_info) {
mac->nr_ue_emul_l1.pmi = ch_info->csi[0].pmi;
mac->nr_ue_emul_l1.ri = ch_info->csi[0].ri;
mac->nr_ue_emul_l1.cqi = ch_info->csi[0].cqi;
free_and_zero(ch_info);
}
if (is_nr_DL_slot(get_softmodem_params()->nsa ?
mac->scc->tdd_UL_DL_ConfigurationCommon :
......
......@@ -85,6 +85,7 @@ unsigned short config_frames[4] = {2,9,11,13};
#include "nr_nas_msg_sim.h"
#include <openair1/PHY/MODULATION/nr_modulation.h>
#include "openair2/GNB_APP/gnb_paramdef.h"
extern const char *duplex_mode[];
THREAD_STRUCT thread_struct;
......@@ -161,7 +162,7 @@ uint8_t abstraction_flag=0;
nr_bler_struct nr_bler_data[NR_NUM_MCS];
static void init_bler_table(void);
static void init_bler_table(char*);
/*---------------------BMC: timespec helpers -----------------------------*/
......@@ -391,6 +392,17 @@ void *rrc_enb_process_msg(void *notUsed) {
return NULL;
}
static void get_channel_model_mode() {
paramdef_t GNBParams[] = GNBPARAMS_DESC;
config_get(GNBParams, sizeof(GNBParams)/sizeof(paramdef_t), NULL);
int num_xp_antennas = *GNBParams[GNB_PDSCH_ANTENNAPORTS_XP_IDX].iptr;
if (num_xp_antennas == 2)
init_bler_table("NR_MIMO2x2_AWGN_RESULTS_DIR");
else
init_bler_table("NR_AWGN_RESULTS_DIR");
}
int main( int argc, char **argv ) {
int set_exe_prio = 1;
......@@ -468,8 +480,8 @@ int main( int argc, char **argv ) {
PHY_vars_UE_g = malloc(sizeof(PHY_VARS_NR_UE **));
PHY_vars_UE_g[0] = malloc(sizeof(PHY_VARS_NR_UE *)*MAX_NUM_CCs);
if (get_softmodem_params()->emulate_l1) {
RCconfig_nr_ue_L1();
init_bler_table();
RCconfig_nr_ue_macrlc();
get_channel_model_mode();
}
if (get_softmodem_params()->do_ra)
......@@ -550,12 +562,12 @@ int main( int argc, char **argv ) {
}
// Read in each MCS file and build BLER-SINR-TB table
static void init_bler_table(void) {
static void init_bler_table(char *env_string) {
memset(nr_bler_data, 0, sizeof(nr_bler_data));
const char *awgn_results_dir = getenv("AWGN_RESULTS_DIR");
const char *awgn_results_dir = getenv(env_string);
if (!awgn_results_dir) {
LOG_W(NR_MAC, "No $AWGN_RESULTS_DIR\n");
LOG_W(NR_MAC, "No %s\n", env_string);
return;
}
......@@ -577,7 +589,7 @@ static void init_bler_table(void) {
continue;
}
if (nlines > NUM_SINR) {
if (nlines > NR_NUM_SINR) {
LOG_E(NR_MAC, "BLER FILE ERROR - num lines greater than expected - file: %s\n", fName);
abort();
}
......
export OPENAIR_HOME=$(pwd)
export OPENAIR_DIR=$(pwd)
export AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/NR_PHY/BLER_SIMULATIONS/AWGN/AWGN_results
export LTE_AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/LTE_PHY/BLER_SIMULATIONS/AWGN/AWGN_results
export NR_AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/NR_PHY/BLER_SIMULATIONS/AWGN/AWGN_results
export NR_MIMO2x2_AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/NR_PHY/BLER_SIMULATIONS/AWGN/AWGN_MIMO2x2_results
export OPENAIR1_DIR=$OPENAIR_HOME/openair1
export OPENAIR2_DIR=$OPENAIR_HOME/openair2
export OPENAIR3_DIR=$OPENAIR_HOME/openair3
......
......@@ -53,6 +53,7 @@ queue_t nr_uci_ind_queue;
static void fill_uci_2_3_4(nfapi_nr_uci_pucch_pdu_format_2_3_4_t *pdu_2_3_4,
fapi_nr_ul_config_pucch_pdu *pucch_pdu)
{
NR_UE_MAC_INST_t *mac = get_mac_inst(0);
memset(pdu_2_3_4, 0, sizeof(*pdu_2_3_4));
pdu_2_3_4->handle = 0;
pdu_2_3_4->rnti = pucch_pdu->rnti;
......@@ -62,7 +63,7 @@ static void fill_uci_2_3_4(nfapi_nr_uci_pucch_pdu_format_2_3_4_t *pdu_2_3_4,
pdu_2_3_4->rssi = 0;
// TODO: Eventually check 38.212:Sect.631 to know when to use csi_part2, for now only using csi_part1
pdu_2_3_4->pduBitmap = 4;
pdu_2_3_4->csi_part1.csi_part1_bit_len = pucch_pdu->nr_of_symbols;
pdu_2_3_4->csi_part1.csi_part1_bit_len = mac->nr_ue_emul_l1.num_csi_reports;
int csi_part1_byte_len = (int)((pdu_2_3_4->csi_part1.csi_part1_bit_len / 8) + 1);
AssertFatal(!pdu_2_3_4->csi_part1.csi_part1_payload, "pdu_2_3_4->csi_part1.csi_part1_payload != NULL\n");
pdu_2_3_4->csi_part1.csi_part1_payload = CALLOC(csi_part1_byte_len,
......
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-15;0;1864;0.2344;1415;1500;0;0;0;0;0;0;0
-14.9;0;1864;0.2344;1401;1500;0;0;0;0;0;0;0
-14.8;0;1864;0.2344;1388;1500;0;0;0;0;0;0;0
-14.7;0;1864;0.2344;1375;1500;0;0;0;0;0;0;0
-14.6;0;1864;0.2344;1362;1500;0;0;0;0;0;0;0
-14.5;0;1864;0.2344;1349;1500;0;0;0;0;0;0;0
-14.4;0;1864;0.2344;1336;1500;0;0;0;0;0;0;0
-14.3;0;1864;0.2344;1324;1500;0;0;0;0;0;0;0
-14.2;0;1864;0.2344;1311;1500;0;0;0;0;0;0;0
-14.1;0;1864;0.2344;1299;1500;0;0;0;0;0;0;0
-14;0;1864;0.2344;1287;1500;0;0;0;0;0;0;0
-13.9;0;1864;0.2344;1275;1500;0;0;0;0;0;0;0
-13.8;0;1864;0.2344;1262;1500;0;0;0;0;0;0;0
-13.7;0;1864;0.2344;1251;1500;0;0;0;0;0;0;0
-13.6;0;1864;0.2344;1239;1500;0;0;0;0;0;0;0
-13.5;0;1864;0.2344;1227;1500;0;0;0;0;0;0;0
-13.4;0;1864;0.2344;1216;1500;0;0;0;0;0;0;0
-13.3;0;1864;0.2344;1204;1500;0;0;0;0;0;0;0
-13.2;0;1864;0.2344;1193;1500;0;0;0;0;0;0;0
-13.1;0;1864;0.2344;1181;1500;0;0;0;0;0;0;0
-13;0;1864;0.2344;1170;1500;0;0;0;0;0;0;0
-12.9;0;1864;0.2344;1159;1500;0;0;0;0;0;0;0
-12.8;0;1864;0.2344;1148;1500;0;0;0;0;0;0;0
-12.7;0;1864;0.2344;1137;1500;0;0;0;0;0;0;0
-12.6;0;1864;0.2344;1127;1500;0;0;0;0;0;0;0
-12.5;0;1864;0.2344;1116;1500;0;0;0;0;0;0;0
-12.4;0;1864;0.2344;1106;1500;0;0;0;0;0;0;0
-12.3;0;1864;0.2344;1095;1500;0;0;0;0;0;0;0
-12.2;0;1864;0.2344;1085;1500;0;0;0;0;0;0;0
-12.1;0;1864;0.2344;1075;1500;0;0;0;0;0;0;0
-12;0;1864;0.2344;1064;1500;0;0;0;0;0;0;0
-11.9;0;1864;0.2344;1050;1500;0;0;0;0;0;0;0
-11.8;0;1864;0.2344;1035;1500;0;0;0;0;0;0;0
-11.7;0;1864;0.2344;1021;1500;0;0;0;0;0;0;0
-11.6;0;1864;0.2344;1007;1500;0;0;0;0;0;0;0
-11.5;0;1864;0.2344;993;1500;0;0;0;0;0;0;0
-11.4;0;1864;0.2344;979;1500;0;0;0;0;0;0;0
-11.3;0;1864;0.2344;965;1500;0;0;0;0;0;0;0
-11.2;0;1864;0.2344;952;1500;0;0;0;0;0;0;0
-11.1;0;1864;0.2344;939;1500;0;0;0;0;0;0;0
-11;0;1864;0.2344;926;1500;0;0;0;0;0;0;0
-10.9;0;1864;0.2344;913;1500;0;0;0;0;0;0;0
-10.8;0;1864;0.2344;900;1500;0;0;0;0;0;0;0
-10.7;0;1864;0.2344;888;1500;0;0;0;0;0;0;0
-10.6;0;1864;0.2344;876;1500;0;0;0;0;0;0;0
-10.5;0;1864;0.2344;863;1500;0;0;0;0;0;0;0
-10.4;0;1864;0.2344;851;1500;0;0;0;0;0;0;0
-10.3;0;1864;0.2344;840;1500;0;0;0;0;0;0;0
-10.2;0;1864;0.2344;828;1500;0;0;0;0;0;0;0
-10.1;0;1864;0.2344;817;1500;0;0;0;0;0;0;0
-10;0;1864;0.2344;805;1500;0;0;0;0;0;0;0
-9.9;0;1864;0.2344;794;1500;0;0;0;0;0;0;0
-9.8;0;1864;0.2344;783;1500;0;0;0;0;0;0;0
-9.7;0;1864;0.2344;772;1500;0;0;0;0;0;0;0
-9.6;0;1864;0.2344;762;1500;0;0;0;0;0;0;0
-9.5;0;1864;0.2344;751;1500;0;0;0;0;0;0;0
-9.4;0;1864;0.2344;741;1500;0;0;0;0;0;0;0
-9.3;0;1864;0.2344;730;1500;0;0;0;0;0;0;0
-9.2;0;1864;0.2344;720;1500;0;0;0;0;0;0;0
-9.1;0;1864;0.2344;710;1500;0;0;0;0;0;0;0
-9;0;1864;0.2344;700;1500;0;0;0;0;0;0;0
-8.9;0;;;671;1500;0;0;0;0;0;0;0
-8.8;0;;;642;1500;0;0;0;0;0;0;0
-8.7;0;;;615;1500;0;0;0;0;0;0;0
-8.6;0;;;589;1500;0;0;0;0;0;0;0
-8.5;0;;;564;1500;0;0;0;0;0;0;0
-8.4;0;;;541;1500;0;0;0;0;0;0;0
-8.3;0;;;518;1500;0;0;0;0;0;0;0
-8.2;0;;;496;1500;0;0;0;0;0;0;0
-8.1;0;;;475;1500;0;0;0;0;0;0;0
-8;0;;;455;1500;0;0;0;0;0;0;0
-7.9;0;;;436;1500;0;0;0;0;0;0;0
-7.8;0;;;417;1500;0;0;0;0;0;0;0
-7.7;0;;;400;1500;0;0;0;0;0;0;0
-7.6;0;;;383;1500;0;0;0;0;0;0;0
-7.5;0;;;366;1500;0;0;0;0;0;0;0
-7.4;0;;;351;1500;0;0;0;0;0;0;0
-7.3;0;;;336;1500;0;0;0;0;0;0;0
-7.2;0;;;322;1500;0;0;0;0;0;0;0
-7.1;0;;;308;1500;0;0;0;0;0;0;0
-7;0;;;295;1500;0;0;0;0;0;0;0
-6.9;0;;;283;1500;0;0;0;0;0;0;0
-6.8;0;;;271;1500;0;0;0;0;0;0;0
-6.7;0;;;259;1500;0;0;0;0;0;0;0
-6.6;0;;;248;1500;0;0;0;0;0;0;0
-6.5;0;;;238;1500;0;0;0;0;0;0;0
-6.4;0;;;228;1500;0;0;0;0;0;0;0
-6.3;0;;;218;1500;0;0;0;0;0;0;0
-6.2;0;;;209;1500;0;0;0;0;0;0;0
-6.1;0;;;200;1500;0;0;0;0;0;0;0
-6;0;;;192;1500;0;0;0;0;0;0;0
-5.9;0;;;171;1500;0;0;0;0;0;0;0
-5.8;0;;;152;1500;0;0;0;0;0;0;0
-5.7;0;;;136;1500;0;0;0;0;0;0;0
-5.6;0;;;121;1500;0;0;0;0;0;0;0
-5.5;0;;;108;1500;0;0;0;0;0;0;0
-5.4;0;;;96;1500;0;0;0;0;0;0;0
-5.3;0;;;85;1500;0;0;0;0;0;0;0
-5.2;0;;;76;1500;0;0;0;0;0;0;0
-5.1;0;;;68;1500;0;0;0;0;0;0;0
-5;0;;;60;1500;0;0;0;0;0;0;0
-4.9;0;;;54;1500;0;0;0;0;0;0;0
-4.8;0;;;48;1500;0;0;0;0;0;0;0
-4.7;0;;;43;1500;0;0;0;0;0;0;0
-4.6;0;;;38;1500;0;0;0;0;0;0;0
-4.5;0;;;34;1500;0;0;0;0;0;0;0
-4.4;0;;;30;1500;0;0;0;0;0;0;0
-4.3;0;;;27;1500;0;0;0;0;0;0;0
-4.2;0;;;24;1500;0;0;0;0;0;0;0
-4.1;0;;;21;1500;0;0;0;0;0;0;0
-4;0;;;19;1500;0;0;0;0;0;0;0
-3.9;0;;;17;1500;0;0;0;0;0;0;0
-3.8;0;;;15;1500;0;0;0;0;0;0;0
-3.7;0;;;13;1500;0;0;0;0;0;0;0
-3.6;0;;;12;1500;0;0;0;0;0;0;0
-3.5;0;;;11;1500;0;0;0;0;0;0;0
-3.4;0;;;10;1500;0;0;0;0;0;0;0
-3.3;0;;;8;1500;0;0;0;0;0;0;0
-3.2;0;;;8;1500;0;0;0;0;0;0;0
-3.1;0;;;7;1500;0;0;0;0;0;0;0
-3;0;;;6;1500;0;0;0;0;0;0;0
-2.9;0;;;0;1500;0;0;0;0;0;0;0
-2.8;0;;;0;1500;0;0;0;0;0;0;0
-2.7;0;;;0;1500;0;0;0;0;0;0;0
-2.6;0;;;0;1500;0;0;0;0;0;0;0
-2.5;0;;;0;1500;0;0;0;0;0;0;0
-2.4;0;;;0;1500;0;0;0;0;0;0;0
-2.3;0;;;0;1500;0;0;0;0;0;0;0
-2.2;0;;;0;1500;0;0;0;0;0;0;0
-2.1;0;;;0;1500;0;0;0;0;0;0;0
-2;0;;;0;1500;0;0;0;0;0;0;0
-1.9;0;;;0;1500;0;0;0;0;0;0;0
-1.8;0;;;0;1500;0;0;0;0;0;0;0
-1.7;0;;;0;1500;0;0;0;0;0;0;0
-1.6;0;;;0;1500;0;0;0;0;0;0;0
-1.5;0;;;0;1500;0;0;0;0;0;0;0
-1.4;0;;;0;1500;0;0;0;0;0;0;0
-1.3;0;;;0;1500;0;0;0;0;0;0;0
-1.2;0;;;0;1500;0;0;0;0;0;0;0
-1.1;0;;;0;1500;0;0;0;0;0;0;0
-1;0;;;0;1500;0;0;0;0;0;0;0
-0.9;0;;;0;1500;0;0;0;0;0;0;0
-0.8;0;;;0;1500;0;0;0;0;0;0;0
-0.7;0;;;0;1500;0;0;0;0;0;0;0
-0.6;0;;;0;1500;0;0;0;0;0;0;0
-0.5;0;;;0;1500;0;0;0;0;0;0;0
-0.4;0;;;0;1500;0;0;0;0;0;0;0
-0.3;0;;;0;1500;0;0;0;0;0;0;0
-0.2;0;;;0;1500;0;0;0;0;0;0;0
-0.1;0;;;0;1500;0;0;0;0;0;0;0
0;0;;;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-10;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.9;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.8;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.7;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.6;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.5;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.4;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.3;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.2;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9.1;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-9;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.9;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.8;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.7;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.6;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.5;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.4;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.3;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.2;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8.1;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-8;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.9;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.8;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.7;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.6;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.5;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.4;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.3;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.2;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7.1;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-7;10;10504;1.3281;1500;1500;0;0;0;0;0;0;0
-6.9;10;10504;1.3281;1497;1500;0;0;0;0;0;0;0
-6.8;10;10504;1.3281;1494;1500;0;0;0;0;0;0;0
-6.7;10;10504;1.3281;1491;1500;0;0;0;0;0;0;0
-6.6;10;10504;1.3281;1489;1500;0;0;0;0;0;0;0
-6.5;10;10504;1.3281;1486;1500;0;0;0;0;0;0;0
-6.4;10;10504;1.3281;1483;1500;0;0;0;0;0;0;0
-6.3;10;10504;1.3281;1480;1500;0;0;0;0;0;0;0
-6.2;10;10504;1.3281;1477;1500;0;0;0;0;0;0;0
-6.1;10;10504;1.3281;1474;1500;0;0;0;0;0;0;0
-6;10;10504;1.3281;1472;1500;0;0;0;0;0;0;0
-5.9;10;10504;1.3281;1469;1500;0;0;0;0;0;0;0
-5.8;10;10504;1.3281;1466;1500;0;0;0;0;0;0;0
-5.7;10;10504;1.3281;1463;1500;0;0;0;0;0;0;0
-5.6;10;10504;1.3281;1460;1500;0;0;0;0;0;0;0
-5.5;10;10504;1.3281;1458;1500;0;0;0;0;0;0;0
-5.4;10;10504;1.3281;1455;1500;0;0;0;0;0;0;0
-5.3;10;10504;1.3281;1452;1500;0;0;0;0;0;0;0
-5.2;10;10504;1.3281;1449;1500;0;0;0;0;0;0;0
-5.1;10;10504;1.3281;1446;1500;0;0;0;0;0;0;0
-5;10;10504;1.3281;1444;1500;0;0;0;0;0;0;0
-4.9;10;10504;1.3281;1441;1500;0;0;0;0;0;0;0
-4.8;10;10504;1.3281;1438;1500;0;0;0;0;0;0;0
-4.7;10;10504;1.3281;1435;1500;0;0;0;0;0;0;0
-4.6;10;10504;1.3281;1433;1500;0;0;0;0;0;0;0
-4.5;10;10504;1.3281;1430;1500;0;0;0;0;0;0;0
-4.4;10;10504;1.3281;1427;1500;0;0;0;0;0;0;0
-4.3;10;10504;1.3281;1424;1500;0;0;0;0;0;0;0
-4.2;10;10504;1.3281;1422;1500;0;0;0;0;0;0;0
-4.1;10;10504;1.3281;1419;1500;0;0;0;0;0;0;0
-4;10;10504;1.3281;1416;1500;0;0;0;0;0;0;0
-3.9;10;10504;1.3281;1404;1500;0;0;0;0;0;0;0
-3.8;10;10504;1.3281;1392;1500;0;0;0;0;0;0;0
-3.7;10;10504;1.3281;1381;1500;0;0;0;0;0;0;0
-3.6;10;10504;1.3281;1369;1500;0;0;0;0;0;0;0
-3.5;10;10504;1.3281;1357;1500;0;0;0;0;0;0;0
-3.4;10;10504;1.3281;1346;1500;0;0;0;0;0;0;0
-3.3;10;10504;1.3281;1334;1500;0;0;0;0;0;0;0
-3.2;10;10504;1.3281;1323;1500;0;0;0;0;0;0;0
-3.1;10;10504;1.3281;1312;1500;0;0;0;0;0;0;0
-3;10;10504;1.3281;1301;1500;0;0;0;0;0;0;0
-2.9;10;10504;1.3281;1290;1500;0;0;0;0;0;0;0
-2.8;10;10504;1.3281;1279;1500;0;0;0;0;0;0;0
-2.7;10;10504;1.3281;1268;1500;0;0;0;0;0;0;0
-2.6;10;10504;1.3281;1257;1500;0;0;0;0;0;0;0
-2.5;10;10504;1.3281;1247;1500;0;0;0;0;0;0;0
-2.4;10;10504;1.3281;1236;1500;0;0;0;0;0;0;0
-2.3;10;10504;1.3281;1226;1500;0;0;0;0;0;0;0
-2.2;10;10504;1.3281;1215;1500;0;0;0;0;0;0;0
-2.1;10;10504;1.3281;1205;1500;0;0;0;0;0;0;0
-2;10;10504;1.3281;1195;1500;0;0;0;0;0;0;0
-1.9;10;10504;1.3281;1185;1500;0;0;0;0;0;0;0
-1.8;10;10504;1.3281;1175;1500;0;0;0;0;0;0;0
-1.7;10;10504;1.3281;1165;1500;0;0;0;0;0;0;0
-1.6;10;10504;1.3281;1155;1500;0;0;0;0;0;0;0
-1.5;10;10504;1.3281;1145;1500;0;0;0;0;0;0;0
-1.4;10;10504;1.3281;1135;1500;0;0;0;0;0;0;0
-1.3;10;10504;1.3281;1126;1500;0;0;0;0;0;0;0
-1.2;10;10504;1.3281;1116;1500;0;0;0;0;0;0;0
-1.1;10;10504;1.3281;1107;1500;0;0;0;0;0;0;0
-1;10;10504;1.3281;1097;1500;0;0;0;0;0;0;0
-0.9;10;10504;1.3281;1083;1500;0;0;0;0;0;0;0
-0.8;10;10504;1.3281;1069;1500;0;0;0;0;0;0;0
-0.7;10;10504;1.3281;1056;1500;0;0;0;0;0;0;0
-0.6;10;10504;1.3281;1042;1500;0;0;0;0;0;0;0
-0.5;10;10504;1.3281;1029;1500;0;0;0;0;0;0;0
-0.4;10;10504;1.3281;1016;1500;0;0;0;0;0;0;0
-0.3;10;10504;1.3281;1003;1500;0;0;0;0;0;0;0
-0.2;10;10504;1.3281;990;1500;0;0;0;0;0;0;0
-0.1;10;10504;1.3281;978;1500;0;0;0;0;0;0;0
0;10;10504;1.3281;965;1500;0;0;0;0;0;0;0
0.1;10;10504;1.3281;953;1500;0;0;0;0;0;0;0
0.2;10;10504;1.3281;941;1500;0;0;0;0;0;0;0
0.3;10;10504;1.3281;929;1500;0;0;0;0;0;0;0
0.4;10;10504;1.3281;917;1500;0;0;0;0;0;0;0
0.5;10;10504;1.3281;905;1500;0;0;0;0;0;0;0
0.6;10;10504;1.3281;894;1500;0;0;0;0;0;0;0
0.7;10;10504;1.3281;882;1500;0;0;0;0;0;0;0
0.8;10;10504;1.3281;871;1500;0;0;0;0;0;0;0
0.9;10;10504;1.3281;860;1500;0;0;0;0;0;0;0
1;10;10504;1.3281;849;1500;0;0;0;0;0;0;0
1.1;10;10504;1.3281;838;1500;0;0;0;0;0;0;0
1.2;10;10504;1.3281;827;1500;0;0;0;0;0;0;0
1.3;10;10504;1.3281;817;1500;0;0;0;0;0;0;0
1.4;10;10504;1.3281;806;1500;0;0;0;0;0;0;0
1.5;10;10504;1.3281;796;1500;0;0;0;0;0;0;0
1.6;10;10504;1.3281;786;1500;0;0;0;0;0;0;0
1.7;10;10504;1.3281;776;1500;0;0;0;0;0;0;0
1.8;10;10504;1.3281;766;1500;0;0;0;0;0;0;0
1.9;10;10504;1.3281;756;1500;0;0;0;0;0;0;0
2;10;10504;1.3281;747;1500;0;0;0;0;0;0;0
2.1;10;10504;1.3281;724;1500;0;0;0;0;0;0;0
2.2;10;10504;1.3281;702;1500;0;0;0;0;0;0;0
2.3;10;10504;1.3281;681;1500;0;0;0;0;0;0;0
2.4;10;10504;1.3281;660;1500;0;0;0;0;0;0;0
2.5;10;10504;1.3281;640;1500;0;0;0;0;0;0;0
2.6;10;10504;1.3281;620;1500;0;0;0;0;0;0;0
2.7;10;10504;1.3281;601;1500;0;0;0;0;0;0;0
2.8;10;10504;1.3281;583;1500;0;0;0;0;0;0;0
2.9;10;10504;1.3281;565;1500;0;0;0;0;0;0;0
3;10;10504;1.3281;548;1500;0;0;0;0;0;0;0
3.1;10;10504;1.3281;531;1500;0;0;0;0;0;0;0
3.2;10;10504;1.3281;515;1500;0;0;0;0;0;0;0
3.3;10;10504;1.3281;500;1500;0;0;0;0;0;0;0
3.4;10;10504;1.3281;484;1500;0;0;0;0;0;0;0
3.5;10;10504;1.3281;470;1500;0;0;0;0;0;0;0
3.6;10;10504;1.3281;455;1500;0;0;0;0;0;0;0
3.7;10;10504;1.3281;442;1500;0;0;0;0;0;0;0
3.8;10;10504;1.3281;428;1500;0;0;0;0;0;0;0
3.9;10;10504;1.3281;415;1500;0;0;0;0;0;0;0
4;10;10504;1.3281;402;1500;0;0;0;0;0;0;0
4.1;10;10504;1.3281;390;1500;0;0;0;0;0;0;0
4.2;10;10504;1.3281;378;1500;0;0;0;0;0;0;0
4.3;10;10504;1.3281;367;1500;0;0;0;0;0;0;0
4.4;10;10504;1.3281;356;1500;0;0;0;0;0;0;0
4.5;10;10504;1.3281;345;1500;0;0;0;0;0;0;0
4.6;10;10504;1.3281;334;1500;0;0;0;0;0;0;0
4.7;10;10504;1.3281;324;1500;0;0;0;0;0;0;0
4.8;10;10504;1.3281;314;1500;0;0;0;0;0;0;0
4.9;10;10504;1.3281;305;1500;0;0;0;0;0;0;0
5;10;10504;1.3281;296;1500;0;0;0;0;0;0;0
5.1;10;10504;1.3281;273;1500;0;0;0;0;0;0;0
5.2;10;10504;1.3281;253;1500;0;0;0;0;0;0;0
5.3;10;10504;1.3281;234;1500;0;0;0;0;0;0;0
5.4;10;10504;1.3281;217;1500;0;0;0;0;0;0;0
5.5;10;10504;1.3281;201;1500;0;0;0;0;0;0;0
5.6;10;10504;1.3281;186;1500;0;0;0;0;0;0;0
5.7;10;10504;1.3281;172;1500;0;0;0;0;0;0;0
5.8;10;10504;1.3281;159;1500;0;0;0;0;0;0;0
5.9;10;10504;1.3281;147;1500;0;0;0;0;0;0;0
6;10;10504;1.3281;136;1500;0;0;0;0;0;0;0
6.1;10;10504;1.3281;126;1500;0;0;0;0;0;0;0
6.2;10;10504;1.3281;117;1500;0;0;0;0;0;0;0
6.3;10;10504;1.3281;108;1500;0;0;0;0;0;0;0
6.4;10;10504;1.3281;100;1500;0;0;0;0;0;0;0
6.5;10;10504;1.3281;92;1500;0;0;0;0;0;0;0
6.6;10;10504;1.3281;86;1500;0;0;0;0;0;0;0
6.7;10;10504;1.3281;79;1500;0;0;0;0;0;0;0
6.8;10;10504;1.3281;73;1500;0;0;0;0;0;0;0
6.9;10;10504;1.3281;68;1500;0;0;0;0;0;0;0
7;10;10504;1.3281;63;1500;0;0;0;0;0;0;0
7.1;10;10504;1.3281;58;1500;0;0;0;0;0;0;0
7.2;10;10504;1.3281;54;1500;0;0;0;0;0;0;0
7.3;10;10504;1.3281;50;1500;0;0;0;0;0;0;0
7.4;10;10504;1.3281;46;1500;0;0;0;0;0;0;0
7.5;10;10504;1.3281;43;1500;0;0;0;0;0;0;0
7.6;10;10504;1.3281;39;1500;0;0;0;0;0;0;0
7.7;10;10504;1.3281;37;1500;0;0;0;0;0;0;0
7.8;10;10504;1.3281;34;1500;0;0;0;0;0;0;0
7.9;10;10504;1.3281;31;1500;0;0;0;0;0;0;0
8;10;10504;1.3281;29;1500;0;0;0;0;0;0;0
8.1;10;10504;1.3281;25;1500;0;0;0;0;0;0;0
8.2;10;10504;1.3281;22;1500;0;0;0;0;0;0;0
8.3;10;10504;1.3281;19;1500;0;0;0;0;0;0;0
8.4;10;10504;1.3281;17;1500;0;0;0;0;0;0;0
8.5;10;10504;1.3281;14;1500;0;0;0;0;0;0;0
8.6;10;10504;1.3281;13;1500;0;0;0;0;0;0;0
8.7;10;10504;1.3281;11;1500;0;0;0;0;0;0;0
8.8;10;10504;1.3281;10;1500;0;0;0;0;0;0;0
8.9;10;10504;1.3281;8;1500;0;0;0;0;0;0;0
9;10;10504;1.3281;7;1500;0;0;0;0;0;0;0
9.1;10;10504;1.3281;6;1500;0;0;0;0;0;0;0
9.2;10;10504;1.3281;5;1500;0;0;0;0;0;0;0
9.3;10;10504;1.3281;5;1500;0;0;0;0;0;0;0
9.4;10;10504;1.3281;4;1500;0;0;0;0;0;0;0
9.5;10;10504;1.3281;4;1500;0;0;0;0;0;0;0
9.6;10;10504;1.3281;3;1500;0;0;0;0;0;0;0
9.7;10;10504;1.3281;3;1500;0;0;0;0;0;0;0
9.8;10;10504;1.3281;2;1500;0;0;0;0;0;0;0
9.9;10;10504;1.3281;2;1500;0;0;0;0;0;0;0
10;10;10504;1.3281;2;1500;0;0;0;0;0;0;0
10.1;10;10504;1.3281;2;1500;0;0;0;0;0;0;0
10.2;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.3;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.4;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.5;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.6;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.7;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.8;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
10.9;10;10504;1.3281;1;1500;0;0;0;0;0;0;0
11;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
11.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
12.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
13.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
14.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
15.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
16.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
17.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
18.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.1;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.2;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.3;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.4;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.5;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.6;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.7;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.8;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
19.9;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
20;10;10504;1.3281;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-10;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.9;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.8;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.7;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.6;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.5;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.4;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.3;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.2;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9.1;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-9;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.9;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.8;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.7;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.6;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.5;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.4;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.3;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.2;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8.1;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-8;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.9;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.8;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.7;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.6;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.5;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.4;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.3;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.2;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7.1;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-7;11;11784;1.4766;1500;1500;0;0;0;0;0;0;0
-6.9;11;11784;1.4766;1498;1500;0;0;0;0;0;0;0
-6.8;11;11784;1.4766;1496;1500;0;0;0;0;0;0;0
-6.7;11;11784;1.4766;1494;1500;0;0;0;0;0;0;0
-6.6;11;11784;1.4766;1493;1500;0;0;0;0;0;0;0
-6.5;11;11784;1.4766;1491;1500;0;0;0;0;0;0;0
-6.4;11;11784;1.4766;1489;1500;0;0;0;0;0;0;0
-6.3;11;11784;1.4766;1487;1500;0;0;0;0;0;0;0
-6.2;11;11784;1.4766;1485;1500;0;0;0;0;0;0;0
-6.1;11;11784;1.4766;1483;1500;0;0;0;0;0;0;0
-6;11;11784;1.4766;1481;1500;0;0;0;0;0;0;0
-5.9;11;11784;1.4766;1480;1500;0;0;0;0;0;0;0
-5.8;11;11784;1.4766;1478;1500;0;0;0;0;0;0;0
-5.7;11;11784;1.4766;1476;1500;0;0;0;0;0;0;0
-5.6;11;11784;1.4766;1474;1500;0;0;0;0;0;0;0
-5.5;11;11784;1.4766;1472;1500;0;0;0;0;0;0;0
-5.4;11;11784;1.4766;1470;1500;0;0;0;0;0;0;0
-5.3;11;11784;1.4766;1469;1500;0;0;0;0;0;0;0
-5.2;11;11784;1.4766;1467;1500;0;0;0;0;0;0;0
-5.1;11;11784;1.4766;1465;1500;0;0;0;0;0;0;0
-5;11;11784;1.4766;1463;1500;0;0;0;0;0;0;0
-4.9;11;11784;1.4766;1461;1500;0;0;0;0;0;0;0
-4.8;11;11784;1.4766;1459;1500;0;0;0;0;0;0;0
-4.7;11;11784;1.4766;1458;1500;0;0;0;0;0;0;0
-4.6;11;11784;1.4766;1456;1500;0;0;0;0;0;0;0
-4.5;11;11784;1.4766;1454;1500;0;0;0;0;0;0;0
-4.4;11;11784;1.4766;1452;1500;0;0;0;0;0;0;0
-4.3;11;11784;1.4766;1450;1500;0;0;0;0;0;0;0
-4.2;11;11784;1.4766;1449;1500;0;0;0;0;0;0;0
-4.1;11;11784;1.4766;1447;1500;0;0;0;0;0;0;0
-4;11;11784;1.4766;1445;1500;0;0;0;0;0;0;0
-3.9;11;11784;1.4766;1434;1500;0;0;0;0;0;0;0
-3.8;11;11784;1.4766;1422;1500;0;0;0;0;0;0;0
-3.7;11;11784;1.4766;1411;1500;0;0;0;0;0;0;0
-3.6;11;11784;1.4766;1400;1500;0;0;0;0;0;0;0
-3.5;11;11784;1.4766;1389;1500;0;0;0;0;0;0;0
-3.4;11;11784;1.4766;1378;1500;0;0;0;0;0;0;0
-3.3;11;11784;1.4766;1368;1500;0;0;0;0;0;0;0
-3.2;11;11784;1.4766;1357;1500;0;0;0;0;0;0;0
-3.1;11;11784;1.4766;1346;1500;0;0;0;0;0;0;0
-3;11;11784;1.4766;1336;1500;0;0;0;0;0;0;0
-2.9;11;11784;1.4766;1325;1500;0;0;0;0;0;0;0
-2.8;11;11784;1.4766;1315;1500;0;0;0;0;0;0;0
-2.7;11;11784;1.4766;1304;1500;0;0;0;0;0;0;0
-2.6;11;11784;1.4766;1294;1500;0;0;0;0;0;0;0
-2.5;11;11784;1.4766;1284;1500;0;0;0;0;0;0;0
-2.4;11;11784;1.4766;1274;1500;0;0;0;0;0;0;0
-2.3;11;11784;1.4766;1264;1500;0;0;0;0;0;0;0
-2.2;11;11784;1.4766;1254;1500;0;0;0;0;0;0;0
-2.1;11;11784;1.4766;1244;1500;0;0;0;0;0;0;0
-2;11;11784;1.4766;1234;1500;0;0;0;0;0;0;0
-1.9;11;11784;1.4766;1225;1500;0;0;0;0;0;0;0
-1.8;11;11784;1.4766;1215;1500;0;0;0;0;0;0;0
-1.7;11;11784;1.4766;1206;1500;0;0;0;0;0;0;0
-1.6;11;11784;1.4766;1196;1500;0;0;0;0;0;0;0
-1.5;11;11784;1.4766;1187;1500;0;0;0;0;0;0;0
-1.4;11;11784;1.4766;1177;1500;0;0;0;0;0;0;0
-1.3;11;11784;1.4766;1168;1500;0;0;0;0;0;0;0
-1.2;11;11784;1.4766;1159;1500;0;0;0;0;0;0;0
-1.1;11;11784;1.4766;1150;1500;0;0;0;0;0;0;0
-1;11;11784;1.4766;1141;1500;0;0;0;0;0;0;0
-0.9;11;11784;1.4766;1128;1500;0;0;0;0;0;0;0
-0.8;11;11784;1.4766;1115;1500;0;0;0;0;0;0;0
-0.7;11;11784;1.4766;1103;1500;0;0;0;0;0;0;0
-0.6;11;11784;1.4766;1091;1500;0;0;0;0;0;0;0
-0.5;11;11784;1.4766;1078;1500;0;0;0;0;0;0;0
-0.4;11;11784;1.4766;1066;1500;0;0;0;0;0;0;0
-0.3;11;11784;1.4766;1054;1500;0;0;0;0;0;0;0
-0.2;11;11784;1.4766;1042;1500;0;0;0;0;0;0;0
-0.1;11;11784;1.4766;1031;1500;0;0;0;0;0;0;0
0;11;11784;1.4766;1019;1500;0;0;0;0;0;0;0
0.1;11;11784;1.4766;1008;1500;0;0;0;0;0;0;0
0.2;11;11784;1.4766;996;1500;0;0;0;0;0;0;0
0.3;11;11784;1.4766;985;1500;0;0;0;0;0;0;0
0.4;11;11784;1.4766;974;1500;0;0;0;0;0;0;0
0.5;11;11784;1.4766;963;1500;0;0;0;0;0;0;0
0.6;11;11784;1.4766;952;1500;0;0;0;0;0;0;0
0.7;11;11784;1.4766;942;1500;0;0;0;0;0;0;0
0.8;11;11784;1.4766;931;1500;0;0;0;0;0;0;0
0.9;11;11784;1.4766;921;1500;0;0;0;0;0;0;0
1;11;11784;1.4766;910;1500;0;0;0;0;0;0;0
1.1;11;11784;1.4766;900;1500;0;0;0;0;0;0;0
1.2;11;11784;1.4766;890;1500;0;0;0;0;0;0;0
1.3;11;11784;1.4766;880;1500;0;0;0;0;0;0;0
1.4;11;11784;1.4766;870;1500;0;0;0;0;0;0;0
1.5;11;11784;1.4766;860;1500;0;0;0;0;0;0;0
1.6;11;11784;1.4766;851;1500;0;0;0;0;0;0;0
1.7;11;11784;1.4766;841;1500;0;0;0;0;0;0;0
1.8;11;11784;1.4766;832;1500;0;0;0;0;0;0;0
1.9;11;11784;1.4766;822;1500;0;0;0;0;0;0;0
2;11;11784;1.4766;813;1500;0;0;0;0;0;0;0
2.1;11;11784;1.4766;794;1500;0;0;0;0;0;0;0
2.2;11;11784;1.4766;775;1500;0;0;0;0;0;0;0
2.3;11;11784;1.4766;757;1500;0;0;0;0;0;0;0
2.4;11;11784;1.4766;739;1500;0;0;0;0;0;0;0
2.5;11;11784;1.4766;722;1500;0;0;0;0;0;0;0
2.6;11;11784;1.4766;705;1500;0;0;0;0;0;0;0
2.7;11;11784;1.4766;689;1500;0;0;0;0;0;0;0
2.8;11;11784;1.4766;672;1500;0;0;0;0;0;0;0
2.9;11;11784;1.4766;657;1500;0;0;0;0;0;0;0
3;11;11784;1.4766;641;1500;0;0;0;0;0;0;0
3.1;11;11784;1.4766;626;1500;0;0;0;0;0;0;0
3.2;11;11784;1.4766;611;1500;0;0;0;0;0;0;0
3.3;11;11784;1.4766;597;1500;0;0;0;0;0;0;0
3.4;11;11784;1.4766;583;1500;0;0;0;0;0;0;0
3.5;11;11784;1.4766;569;1500;0;0;0;0;0;0;0
3.6;11;11784;1.4766;556;1500;0;0;0;0;0;0;0
3.7;11;11784;1.4766;543;1500;0;0;0;0;0;0;0
3.8;11;11784;1.4766;530;1500;0;0;0;0;0;0;0
3.9;11;11784;1.4766;518;1500;0;0;0;0;0;0;0
4;11;11784;1.4766;506;1500;0;0;0;0;0;0;0
4.1;11;11784;1.4766;494;1500;0;0;0;0;0;0;0
4.2;11;11784;1.4766;482;1500;0;0;0;0;0;0;0
4.3;11;11784;1.4766;471;1500;0;0;0;0;0;0;0
4.4;11;11784;1.4766;460;1500;0;0;0;0;0;0;0
4.5;11;11784;1.4766;449;1500;0;0;0;0;0;0;0
4.6;11;11784;1.4766;438;1500;0;0;0;0;0;0;0
4.7;11;11784;1.4766;428;1500;0;0;0;0;0;0;0
4.8;11;11784;1.4766;418;1500;0;0;0;0;0;0;0
4.9;11;11784;1.4766;408;1500;0;0;0;0;0;0;0
5;11;11784;1.4766;399;1500;0;0;0;0;0;0;0
5.1;11;11784;1.4766;377;1500;0;0;0;0;0;0;0
5.2;11;11784;1.4766;357;1500;0;0;0;0;0;0;0
5.3;11;11784;1.4766;338;1500;0;0;0;0;0;0;0
5.4;11;11784;1.4766;319;1500;0;0;0;0;0;0;0
5.5;11;11784;1.4766;302;1500;0;0;0;0;0;0;0
5.6;11;11784;1.4766;286;1500;0;0;0;0;0;0;0
5.7;11;11784;1.4766;271;1500;0;0;0;0;0;0;0
5.8;11;11784;1.4766;256;1500;0;0;0;0;0;0;0
5.9;11;11784;1.4766;242;1500;0;0;0;0;0;0;0
6;11;11784;1.4766;229;1500;0;0;0;0;0;0;0
6.1;11;11784;1.4766;217;1500;0;0;0;0;0;0;0
6.2;11;11784;1.4766;205;1500;0;0;0;0;0;0;0
6.3;11;11784;1.4766;194;1500;0;0;0;0;0;0;0
6.4;11;11784;1.4766;184;1500;0;0;0;0;0;0;0
6.5;11;11784;1.4766;174;1500;0;0;0;0;0;0;0
6.6;11;11784;1.4766;164;1500;0;0;0;0;0;0;0
6.7;11;11784;1.4766;155;1500;0;0;0;0;0;0;0
6.8;11;11784;1.4766;147;1500;0;0;0;0;0;0;0
6.9;11;11784;1.4766;139;1500;0;0;0;0;0;0;0
7;11;11784;1.4766;132;1500;0;0;0;0;0;0;0
7.1;11;11784;1.4766;125;1500;0;0;0;0;0;0;0
7.2;11;11784;1.4766;118;1500;0;0;0;0;0;0;0
7.3;11;11784;1.4766;112;1500;0;0;0;0;0;0;0
7.4;11;11784;1.4766;106;1500;0;0;0;0;0;0;0
7.5;11;11784;1.4766;100;1500;0;0;0;0;0;0;0
7.6;11;11784;1.4766;94;1500;0;0;0;0;0;0;0
7.7;11;11784;1.4766;89;1500;0;0;0;0;0;0;0
7.8;11;11784;1.4766;85;1500;0;0;0;0;0;0;0
7.9;11;11784;1.4766;80;1500;0;0;0;0;0;0;0
8;11;11784;1.4766;76;1500;0;0;0;0;0;0;0
8.1;11;11784;1.4766;68;1500;0;0;0;0;0;0;0
8.2;11;11784;1.4766;61;1500;0;0;0;0;0;0;0
8.3;11;11784;1.4766;55;1500;0;0;0;0;0;0;0
8.4;11;11784;1.4766;49;1500;0;0;0;0;0;0;0
8.5;11;11784;1.4766;44;1500;0;0;0;0;0;0;0
8.6;11;11784;1.4766;39;1500;0;0;0;0;0;0;0
8.7;11;11784;1.4766;35;1500;0;0;0;0;0;0;0
8.8;11;11784;1.4766;32;1500;0;0;0;0;0;0;0
8.9;11;11784;1.4766;29;1500;0;0;0;0;0;0;0
9;11;11784;1.4766;26;1500;0;0;0;0;0;0;0
9.1;11;11784;1.4766;23;1500;0;0;0;0;0;0;0
9.2;11;11784;1.4766;21;1500;0;0;0;0;0;0;0
9.3;11;11784;1.4766;18;1500;0;0;0;0;0;0;0
9.4;11;11784;1.4766;17;1500;0;0;0;0;0;0;0
9.5;11;11784;1.4766;15;1500;0;0;0;0;0;0;0
9.6;11;11784;1.4766;13;1500;0;0;0;0;0;0;0
9.7;11;11784;1.4766;12;1500;0;0;0;0;0;0;0
9.8;11;11784;1.4766;11;1500;0;0;0;0;0;0;0
9.9;11;11784;1.4766;10;1500;0;0;0;0;0;0;0
10;11;11784;1.4766;9;1500;0;0;0;0;0;0;0
10.1;11;11784;1.4766;8;1500;0;0;0;0;0;0;0
10.2;11;11784;1.4766;7;1500;0;0;0;0;0;0;0
10.3;11;11784;1.4766;6;1500;0;0;0;0;0;0;0
10.4;11;11784;1.4766;6;1500;0;0;0;0;0;0;0
10.5;11;11784;1.4766;5;1500;0;0;0;0;0;0;0
10.6;11;11784;1.4766;5;1500;0;0;0;0;0;0;0
10.7;11;11784;1.4766;4;1500;0;0;0;0;0;0;0
10.8;11;11784;1.4766;4;1500;0;0;0;0;0;0;0
10.9;11;11784;1.4766;3;1500;0;0;0;0;0;0;0
11;11;11784;1.4766;3;1500;0;0;0;0;0;0;0
11.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
11.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
12.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
13.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
14.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
15.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
16.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
17.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
18.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.1;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.2;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.3;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.4;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.5;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.6;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.7;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.8;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
19.9;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
20;11;11784;1.4766;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-10;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.9;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.8;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.7;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.6;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.5;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.4;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.3;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.2;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9.1;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-9;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.9;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.8;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.7;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.6;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.5;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.4;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.3;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.2;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8.1;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-8;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.9;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.8;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.7;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.6;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.5;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.4;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.3;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.2;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7.1;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-7;12;13576;1.6953;1500;1500;0;0;0;0;0;0;0
-6.9;12;13576;1.6953;1499;1500;0;0;0;0;0;0;0
-6.8;12;13576;1.6953;1498;1500;0;0;0;0;0;0;0
-6.7;12;13576;1.6953;1497;1500;0;0;0;0;0;0;0
-6.6;12;13576;1.6953;1496;1500;0;0;0;0;0;0;0
-6.5;12;13576;1.6953;1495;1500;0;0;0;0;0;0;0
-6.4;12;13576;1.6953;1494;1500;0;0;0;0;0;0;0
-6.3;12;13576;1.6953;1493;1500;0;0;0;0;0;0;0
-6.2;12;13576;1.6953;1493;1500;0;0;0;0;0;0;0
-6.1;12;13576;1.6953;1492;1500;0;0;0;0;0;0;0
-6;12;13576;1.6953;1491;1500;0;0;0;0;0;0;0
-5.9;12;13576;1.6953;1490;1500;0;0;0;0;0;0;0
-5.8;12;13576;1.6953;1489;1500;0;0;0;0;0;0;0
-5.7;12;13576;1.6953;1488;1500;0;0;0;0;0;0;0
-5.6;12;13576;1.6953;1487;1500;0;0;0;0;0;0;0
-5.5;12;13576;1.6953;1486;1500;0;0;0;0;0;0;0
-5.4;12;13576;1.6953;1485;1500;0;0;0;0;0;0;0
-5.3;12;13576;1.6953;1484;1500;0;0;0;0;0;0;0
-5.2;12;13576;1.6953;1483;1500;0;0;0;0;0;0;0
-5.1;12;13576;1.6953;1482;1500;0;0;0;0;0;0;0
-5;12;13576;1.6953;1481;1500;0;0;0;0;0;0;0
-4.9;12;13576;1.6953;1481;1500;0;0;0;0;0;0;0
-4.8;12;13576;1.6953;1480;1500;0;0;0;0;0;0;0
-4.7;12;13576;1.6953;1479;1500;0;0;0;0;0;0;0
-4.6;12;13576;1.6953;1478;1500;0;0;0;0;0;0;0
-4.5;12;13576;1.6953;1477;1500;0;0;0;0;0;0;0
-4.4;12;13576;1.6953;1476;1500;0;0;0;0;0;0;0
-4.3;12;13576;1.6953;1475;1500;0;0;0;0;0;0;0
-4.2;12;13576;1.6953;1474;1500;0;0;0;0;0;0;0
-4.1;12;13576;1.6953;1473;1500;0;0;0;0;0;0;0
-4;12;13576;1.6953;1472;1500;0;0;0;0;0;0;0
-3.9;12;13576;1.6953;1463;1500;0;0;0;0;0;0;0
-3.8;12;13576;1.6953;1454;1500;0;0;0;0;0;0;0
-3.7;12;13576;1.6953;1444;1500;0;0;0;0;0;0;0
-3.6;12;13576;1.6953;1435;1500;0;0;0;0;0;0;0
-3.5;12;13576;1.6953;1426;1500;0;0;0;0;0;0;0
-3.4;12;13576;1.6953;1417;1500;0;0;0;0;0;0;0
-3.3;12;13576;1.6953;1408;1500;0;0;0;0;0;0;0
-3.2;12;13576;1.6953;1399;1500;0;0;0;0;0;0;0
-3.1;12;13576;1.6953;1390;1500;0;0;0;0;0;0;0
-3;12;13576;1.6953;1381;1500;0;0;0;0;0;0;0
-2.9;12;13576;1.6953;1372;1500;0;0;0;0;0;0;0
-2.8;12;13576;1.6953;1364;1500;0;0;0;0;0;0;0
-2.7;12;13576;1.6953;1355;1500;0;0;0;0;0;0;0
-2.6;12;13576;1.6953;1346;1500;0;0;0;0;0;0;0
-2.5;12;13576;1.6953;1338;1500;0;0;0;0;0;0;0
-2.4;12;13576;1.6953;1329;1500;0;0;0;0;0;0;0
-2.3;12;13576;1.6953;1321;1500;0;0;0;0;0;0;0
-2.2;12;13576;1.6953;1312;1500;0;0;0;0;0;0;0
-2.1;12;13576;1.6953;1304;1500;0;0;0;0;0;0;0
-2;12;13576;1.6953;1296;1500;0;0;0;0;0;0;0
-1.9;12;13576;1.6953;1287;1500;0;0;0;0;0;0;0
-1.8;12;13576;1.6953;1279;1500;0;0;0;0;0;0;0
-1.7;12;13576;1.6953;1271;1500;0;0;0;0;0;0;0
-1.6;12;13576;1.6953;1263;1500;0;0;0;0;0;0;0
-1.5;12;13576;1.6953;1255;1500;0;0;0;0;0;0;0
-1.4;12;13576;1.6953;1247;1500;0;0;0;0;0;0;0
-1.3;12;13576;1.6953;1239;1500;0;0;0;0;0;0;0
-1.2;12;13576;1.6953;1231;1500;0;0;0;0;0;0;0
-1.1;12;13576;1.6953;1223;1500;0;0;0;0;0;0;0
-1;12;13576;1.6953;1215;1500;0;0;0;0;0;0;0
-0.9;12;13576;1.6953;1203;1500;0;0;0;0;0;0;0
-0.8;12;13576;1.6953;1191;1500;0;0;0;0;0;0;0
-0.7;12;13576;1.6953;1179;1500;0;0;0;0;0;0;0
-0.6;12;13576;1.6953;1166;1500;0;0;0;0;0;0;0
-0.5;12;13576;1.6953;1155;1500;0;0;0;0;0;0;0
-0.4;12;13576;1.6953;1143;1500;0;0;0;0;0;0;0
-0.3;12;13576;1.6953;1131;1500;0;0;0;0;0;0;0
-0.2;12;13576;1.6953;1120;1500;0;0;0;0;0;0;0
-0.1;12;13576;1.6953;1108;1500;0;0;0;0;0;0;0
0;12;13576;1.6953;1097;1500;0;0;0;0;0;0;0
0.1;12;13576;1.6953;1086;1500;0;0;0;0;0;0;0
0.2;12;13576;1.6953;1074;1500;0;0;0;0;0;0;0
0.3;12;13576;1.6953;1063;1500;0;0;0;0;0;0;0
0.4;12;13576;1.6953;1053;1500;0;0;0;0;0;0;0
0.5;12;13576;1.6953;1042;1500;0;0;0;0;0;0;0
0.6;12;13576;1.6953;1031;1500;0;0;0;0;0;0;0
0.7;12;13576;1.6953;1021;1500;0;0;0;0;0;0;0
0.8;12;13576;1.6953;1010;1500;0;0;0;0;0;0;0
0.9;12;13576;1.6953;1000;1500;0;0;0;0;0;0;0
1;12;13576;1.6953;990;1500;0;0;0;0;0;0;0
1.1;12;13576;1.6953;979;1500;0;0;0;0;0;0;0
1.2;12;13576;1.6953;969;1500;0;0;0;0;0;0;0
1.3;12;13576;1.6953;960;1500;0;0;0;0;0;0;0
1.4;12;13576;1.6953;950;1500;0;0;0;0;0;0;0
1.5;12;13576;1.6953;940;1500;0;0;0;0;0;0;0
1.6;12;13576;1.6953;930;1500;0;0;0;0;0;0;0
1.7;12;13576;1.6953;921;1500;0;0;0;0;0;0;0
1.8;12;13576;1.6953;911;1500;0;0;0;0;0;0;0
1.9;12;13576;1.6953;902;1500;0;0;0;0;0;0;0
2;12;13576;1.6953;893;1500;0;0;0;0;0;0;0
2.1;12;13576;1.6953;880;1500;0;0;0;0;0;0;0
2.2;12;13576;1.6953;868;1500;0;0;0;0;0;0;0
2.3;12;13576;1.6953;856;1500;0;0;0;0;0;0;0
2.4;12;13576;1.6953;844;1500;0;0;0;0;0;0;0
2.5;12;13576;1.6953;832;1500;0;0;0;0;0;0;0
2.6;12;13576;1.6953;820;1500;0;0;0;0;0;0;0
2.7;12;13576;1.6953;808;1500;0;0;0;0;0;0;0
2.8;12;13576;1.6953;797;1500;0;0;0;0;0;0;0
2.9;12;13576;1.6953;786;1500;0;0;0;0;0;0;0
3;12;13576;1.6953;774;1500;0;0;0;0;0;0;0
3.1;12;13576;1.6953;763;1500;0;0;0;0;0;0;0
3.2;12;13576;1.6953;753;1500;0;0;0;0;0;0;0
3.3;12;13576;1.6953;742;1500;0;0;0;0;0;0;0
3.4;12;13576;1.6953;732;1500;0;0;0;0;0;0;0
3.5;12;13576;1.6953;721;1500;0;0;0;0;0;0;0
3.6;12;13576;1.6953;711;1500;0;0;0;0;0;0;0
3.7;12;13576;1.6953;701;1500;0;0;0;0;0;0;0
3.8;12;13576;1.6953;691;1500;0;0;0;0;0;0;0
3.9;12;13576;1.6953;681;1500;0;0;0;0;0;0;0
4;12;13576;1.6953;672;1500;0;0;0;0;0;0;0
4.1;12;13576;1.6953;662;1500;0;0;0;0;0;0;0
4.2;12;13576;1.6953;653;1500;0;0;0;0;0;0;0
4.3;12;13576;1.6953;644;1500;0;0;0;0;0;0;0
4.4;12;13576;1.6953;634;1500;0;0;0;0;0;0;0
4.5;12;13576;1.6953;626;1500;0;0;0;0;0;0;0
4.6;12;13576;1.6953;617;1500;0;0;0;0;0;0;0
4.7;12;13576;1.6953;608;1500;0;0;0;0;0;0;0
4.8;12;13576;1.6953;599;1500;0;0;0;0;0;0;0
4.9;12;13576;1.6953;591;1500;0;0;0;0;0;0;0
5;12;13576;1.6953;583;1500;0;0;0;0;0;0;0
5.1;12;13576;1.6953;560;1500;0;0;0;0;0;0;0
5.2;12;13576;1.6953;539;1500;0;0;0;0;0;0;0
5.3;12;13576;1.6953;519;1500;0;0;0;0;0;0;0
5.4;12;13576;1.6953;499;1500;0;0;0;0;0;0;0
5.5;12;13576;1.6953;480;1500;0;0;0;0;0;0;0
5.6;12;13576;1.6953;462;1500;0;0;0;0;0;0;0
5.7;12;13576;1.6953;444;1500;0;0;0;0;0;0;0
5.8;12;13576;1.6953;427;1500;0;0;0;0;0;0;0
5.9;12;13576;1.6953;411;1500;0;0;0;0;0;0;0
6;12;13576;1.6953;396;1500;0;0;0;0;0;0;0
6.1;12;13576;1.6953;380;1500;0;0;0;0;0;0;0
6.2;12;13576;1.6953;366;1500;0;0;0;0;0;0;0
6.3;12;13576;1.6953;352;1500;0;0;0;0;0;0;0
6.4;12;13576;1.6953;339;1500;0;0;0;0;0;0;0
6.5;12;13576;1.6953;326;1500;0;0;0;0;0;0;0
6.6;12;13576;1.6953;314;1500;0;0;0;0;0;0;0
6.7;12;13576;1.6953;302;1500;0;0;0;0;0;0;0
6.8;12;13576;1.6953;290;1500;0;0;0;0;0;0;0
6.9;12;13576;1.6953;279;1500;0;0;0;0;0;0;0
7;12;13576;1.6953;269;1500;0;0;0;0;0;0;0
7.1;12;13576;1.6953;258;1500;0;0;0;0;0;0;0
7.2;12;13576;1.6953;249;1500;0;0;0;0;0;0;0
7.3;12;13576;1.6953;239;1500;0;0;0;0;0;0;0
7.4;12;13576;1.6953;230;1500;0;0;0;0;0;0;0
7.5;12;13576;1.6953;221;1500;0;0;0;0;0;0;0
7.6;12;13576;1.6953;213;1500;0;0;0;0;0;0;0
7.7;12;13576;1.6953;205;1500;0;0;0;0;0;0;0
7.8;12;13576;1.6953;197;1500;0;0;0;0;0;0;0
7.9;12;13576;1.6953;190;1500;0;0;0;0;0;0;0
8;12;13576;1.6953;182;1500;0;0;0;0;0;0;0
8.1;12;13576;1.6953;169;1500;0;0;0;0;0;0;0
8.2;12;13576;1.6953;156;1500;0;0;0;0;0;0;0
8.3;12;13576;1.6953;144;1500;0;0;0;0;0;0;0
8.4;12;13576;1.6953;133;1500;0;0;0;0;0;0;0
8.5;12;13576;1.6953;123;1500;0;0;0;0;0;0;0
8.6;12;13576;1.6953;114;1500;0;0;0;0;0;0;0
8.7;12;13576;1.6953;105;1500;0;0;0;0;0;0;0
8.8;12;13576;1.6953;97;1500;0;0;0;0;0;0;0
8.9;12;13576;1.6953;90;1500;0;0;0;0;0;0;0
9;12;13576;1.6953;83;1500;0;0;0;0;0;0;0
9.1;12;13576;1.6953;77;1500;0;0;0;0;0;0;0
9.2;12;13576;1.6953;71;1500;0;0;0;0;0;0;0
9.3;12;13576;1.6953;66;1500;0;0;0;0;0;0;0
9.4;12;13576;1.6953;61;1500;0;0;0;0;0;0;0
9.5;12;13576;1.6953;56;1500;0;0;0;0;0;0;0
9.6;12;13576;1.6953;52;1500;0;0;0;0;0;0;0
9.7;12;13576;1.6953;48;1500;0;0;0;0;0;0;0
9.8;12;13576;1.6953;44;1500;0;0;0;0;0;0;0
9.9;12;13576;1.6953;41;1500;0;0;0;0;0;0;0
10;12;13576;1.6953;38;1500;0;0;0;0;0;0;0
10.1;12;13576;1.6953;35;1500;0;0;0;0;0;0;0
10.2;12;13576;1.6953;32;1500;0;0;0;0;0;0;0
10.3;12;13576;1.6953;30;1500;0;0;0;0;0;0;0
10.4;12;13576;1.6953;28;1500;0;0;0;0;0;0;0
10.5;12;13576;1.6953;25;1500;0;0;0;0;0;0;0
10.6;12;13576;1.6953;24;1500;0;0;0;0;0;0;0
10.7;12;13576;1.6953;22;1500;0;0;0;0;0;0;0
10.8;12;13576;1.6953;20;1500;0;0;0;0;0;0;0
10.9;12;13576;1.6953;19;1500;0;0;0;0;0;0;0
11;12;13576;1.6953;17;1500;0;0;0;0;0;0;0
11.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
11.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
12.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
13.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
14.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
15.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
16.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
17.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
18.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.1;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.2;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.3;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.4;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.5;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.6;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.7;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.8;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
19.9;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
20;12;13576;1.6953;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-10;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.9;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.8;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.7;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.6;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.5;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.4;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.3;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.2;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9.1;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-9;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.9;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.8;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.7;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.6;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.5;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.4;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.3;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.2;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8.1;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-8;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.9;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.8;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.7;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.6;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.5;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.4;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.3;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.2;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7.1;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-7;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-6.9;13;15112;1.9141;1500;1500;0;0;0;0;0;0;0
-6.8;13;15112;1.9141;1499;1500;0;0;0;0;0;0;0
-6.7;13;15112;1.9141;1499;1500;0;0;0;0;0;0;0
-6.6;13;15112;1.9141;1499;1500;0;0;0;0;0;0;0
-6.5;13;15112;1.9141;1498;1500;0;0;0;0;0;0;0
-6.4;13;15112;1.9141;1498;1500;0;0;0;0;0;0;0
-6.3;13;15112;1.9141;1498;1500;0;0;0;0;0;0;0
-6.2;13;15112;1.9141;1497;1500;0;0;0;0;0;0;0
-6.1;13;15112;1.9141;1497;1500;0;0;0;0;0;0;0
-6;13;15112;1.9141;1497;1500;0;0;0;0;0;0;0
-5.9;13;15112;1.9141;1496;1500;0;0;0;0;0;0;0
-5.8;13;15112;1.9141;1496;1500;0;0;0;0;0;0;0
-5.7;13;15112;1.9141;1496;1500;0;0;0;0;0;0;0
-5.6;13;15112;1.9141;1495;1500;0;0;0;0;0;0;0
-5.5;13;15112;1.9141;1495;1500;0;0;0;0;0;0;0
-5.4;13;15112;1.9141;1495;1500;0;0;0;0;0;0;0
-5.3;13;15112;1.9141;1494;1500;0;0;0;0;0;0;0
-5.2;13;15112;1.9141;1494;1500;0;0;0;0;0;0;0
-5.1;13;15112;1.9141;1494;1500;0;0;0;0;0;0;0
-5;13;15112;1.9141;1493;1500;0;0;0;0;0;0;0
-4.9;13;15112;1.9141;1493;1500;0;0;0;0;0;0;0
-4.8;13;15112;1.9141;1493;1500;0;0;0;0;0;0;0
-4.7;13;15112;1.9141;1493;1500;0;0;0;0;0;0;0
-4.6;13;15112;1.9141;1492;1500;0;0;0;0;0;0;0
-4.5;13;15112;1.9141;1492;1500;0;0;0;0;0;0;0
-4.4;13;15112;1.9141;1492;1500;0;0;0;0;0;0;0
-4.3;13;15112;1.9141;1491;1500;0;0;0;0;0;0;0
-4.2;13;15112;1.9141;1491;1500;0;0;0;0;0;0;0
-4.1;13;15112;1.9141;1491;1500;0;0;0;0;0;0;0
-4;13;15112;1.9141;1490;1500;0;0;0;0;0;0;0
-3.9;13;15112;1.9141;1483;1500;0;0;0;0;0;0;0
-3.8;13;15112;1.9141;1475;1500;0;0;0;0;0;0;0
-3.7;13;15112;1.9141;1467;1500;0;0;0;0;0;0;0
-3.6;13;15112;1.9141;1460;1500;0;0;0;0;0;0;0
-3.5;13;15112;1.9141;1452;1500;0;0;0;0;0;0;0
-3.4;13;15112;1.9141;1445;1500;0;0;0;0;0;0;0
-3.3;13;15112;1.9141;1437;1500;0;0;0;0;0;0;0
-3.2;13;15112;1.9141;1430;1500;0;0;0;0;0;0;0
-3.1;13;15112;1.9141;1423;1500;0;0;0;0;0;0;0
-3;13;15112;1.9141;1415;1500;0;0;0;0;0;0;0
-2.9;13;15112;1.9141;1408;1500;0;0;0;0;0;0;0
-2.8;13;15112;1.9141;1401;1500;0;0;0;0;0;0;0
-2.7;13;15112;1.9141;1394;1500;0;0;0;0;0;0;0
-2.6;13;15112;1.9141;1387;1500;0;0;0;0;0;0;0
-2.5;13;15112;1.9141;1379;1500;0;0;0;0;0;0;0
-2.4;13;15112;1.9141;1372;1500;0;0;0;0;0;0;0
-2.3;13;15112;1.9141;1365;1500;0;0;0;0;0;0;0
-2.2;13;15112;1.9141;1358;1500;0;0;0;0;0;0;0
-2.1;13;15112;1.9141;1351;1500;0;0;0;0;0;0;0
-2;13;15112;1.9141;1344;1500;0;0;0;0;0;0;0
-1.9;13;15112;1.9141;1337;1500;0;0;0;0;0;0;0
-1.8;13;15112;1.9141;1331;1500;0;0;0;0;0;0;0
-1.7;13;15112;1.9141;1324;1500;0;0;0;0;0;0;0
-1.6;13;15112;1.9141;1317;1500;0;0;0;0;0;0;0
-1.5;13;15112;1.9141;1310;1500;0;0;0;0;0;0;0
-1.4;13;15112;1.9141;1303;1500;0;0;0;0;0;0;0
-1.3;13;15112;1.9141;1297;1500;0;0;0;0;0;0;0
-1.2;13;15112;1.9141;1290;1500;0;0;0;0;0;0;0
-1.1;13;15112;1.9141;1283;1500;0;0;0;0;0;0;0
-1;13;15112;1.9141;1277;1500;0;0;0;0;0;0;0
-0.9;13;15112;1.9141;1264;1500;0;0;0;0;0;0;0
-0.8;13;15112;1.9141;1252;1500;0;0;0;0;0;0;0
-0.7;13;15112;1.9141;1239;1500;0;0;0;0;0;0;0
-0.6;13;15112;1.9141;1227;1500;0;0;0;0;0;0;0
-0.5;13;15112;1.9141;1215;1500;0;0;0;0;0;0;0
-0.4;13;15112;1.9141;1202;1500;0;0;0;0;0;0;0
-0.3;13;15112;1.9141;1191;1500;0;0;0;0;0;0;0
-0.2;13;15112;1.9141;1179;1500;0;0;0;0;0;0;0
-0.1;13;15112;1.9141;1167;1500;0;0;0;0;0;0;0
0;13;15112;1.9141;1155;1500;0;0;0;0;0;0;0
0.1;13;15112;1.9141;1144;1500;0;0;0;0;0;0;0
0.2;13;15112;1.9141;1133;1500;0;0;0;0;0;0;0
0.3;13;15112;1.9141;1121;1500;0;0;0;0;0;0;0
0.4;13;15112;1.9141;1110;1500;0;0;0;0;0;0;0
0.5;13;15112;1.9141;1099;1500;0;0;0;0;0;0;0
0.6;13;15112;1.9141;1088;1500;0;0;0;0;0;0;0
0.7;13;15112;1.9141;1077;1500;0;0;0;0;0;0;0
0.8;13;15112;1.9141;1067;1500;0;0;0;0;0;0;0
0.9;13;15112;1.9141;1056;1500;0;0;0;0;0;0;0
1;13;15112;1.9141;1045;1500;0;0;0;0;0;0;0
1.1;13;15112;1.9141;1035;1500;0;0;0;0;0;0;0
1.2;13;15112;1.9141;1025;1500;0;0;0;0;0;0;0
1.3;13;15112;1.9141;1015;1500;0;0;0;0;0;0;0
1.4;13;15112;1.9141;1005;1500;0;0;0;0;0;0;0
1.5;13;15112;1.9141;995;1500;0;0;0;0;0;0;0
1.6;13;15112;1.9141;985;1500;0;0;0;0;0;0;0
1.7;13;15112;1.9141;975;1500;0;0;0;0;0;0;0
1.8;13;15112;1.9141;965;1500;0;0;0;0;0;0;0
1.9;13;15112;1.9141;956;1500;0;0;0;0;0;0;0
2;13;15112;1.9141;946;1500;0;0;0;0;0;0;0
2.1;13;15112;1.9141;936;1500;0;0;0;0;0;0;0
2.2;13;15112;1.9141;926;1500;0;0;0;0;0;0;0
2.3;13;15112;1.9141;916;1500;0;0;0;0;0;0;0
2.4;13;15112;1.9141;907;1500;0;0;0;0;0;0;0
2.5;13;15112;1.9141;897;1500;0;0;0;0;0;0;0
2.6;13;15112;1.9141;888;1500;0;0;0;0;0;0;0
2.7;13;15112;1.9141;878;1500;0;0;0;0;0;0;0
2.8;13;15112;1.9141;869;1500;0;0;0;0;0;0;0
2.9;13;15112;1.9141;860;1500;0;0;0;0;0;0;0
3;13;15112;1.9141;851;1500;0;0;0;0;0;0;0
3.1;13;15112;1.9141;842;1500;0;0;0;0;0;0;0
3.2;13;15112;1.9141;833;1500;0;0;0;0;0;0;0
3.3;13;15112;1.9141;824;1500;0;0;0;0;0;0;0
3.4;13;15112;1.9141;815;1500;0;0;0;0;0;0;0
3.5;13;15112;1.9141;807;1500;0;0;0;0;0;0;0
3.6;13;15112;1.9141;798;1500;0;0;0;0;0;0;0
3.7;13;15112;1.9141;790;1500;0;0;0;0;0;0;0
3.8;13;15112;1.9141;781;1500;0;0;0;0;0;0;0
3.9;13;15112;1.9141;773;1500;0;0;0;0;0;0;0
4;13;15112;1.9141;765;1500;0;0;0;0;0;0;0
4.1;13;15112;1.9141;757;1500;0;0;0;0;0;0;0
4.2;13;15112;1.9141;749;1500;0;0;0;0;0;0;0
4.3;13;15112;1.9141;741;1500;0;0;0;0;0;0;0
4.4;13;15112;1.9141;733;1500;0;0;0;0;0;0;0
4.5;13;15112;1.9141;725;1500;0;0;0;0;0;0;0
4.6;13;15112;1.9141;718;1500;0;0;0;0;0;0;0
4.7;13;15112;1.9141;710;1500;0;0;0;0;0;0;0
4.8;13;15112;1.9141;703;1500;0;0;0;0;0;0;0
4.9;13;15112;1.9141;695;1500;0;0;0;0;0;0;0
5;13;15112;1.9141;688;1500;0;0;0;0;0;0;0
5.1;13;15112;1.9141;668;1500;0;0;0;0;0;0;0
5.2;13;15112;1.9141;649;1500;0;0;0;0;0;0;0
5.3;13;15112;1.9141;630;1500;0;0;0;0;0;0;0
5.4;13;15112;1.9141;612;1500;0;0;0;0;0;0;0
5.5;13;15112;1.9141;594;1500;0;0;0;0;0;0;0
5.6;13;15112;1.9141;577;1500;0;0;0;0;0;0;0
5.7;13;15112;1.9141;561;1500;0;0;0;0;0;0;0
5.8;13;15112;1.9141;545;1500;0;0;0;0;0;0;0
5.9;13;15112;1.9141;529;1500;0;0;0;0;0;0;0
6;13;15112;1.9141;514;1500;0;0;0;0;0;0;0
6.1;13;15112;1.9141;499;1500;0;0;0;0;0;0;0
6.2;13;15112;1.9141;485;1500;0;0;0;0;0;0;0
6.3;13;15112;1.9141;471;1500;0;0;0;0;0;0;0
6.4;13;15112;1.9141;457;1500;0;0;0;0;0;0;0
6.5;13;15112;1.9141;444;1500;0;0;0;0;0;0;0
6.6;13;15112;1.9141;431;1500;0;0;0;0;0;0;0
6.7;13;15112;1.9141;419;1500;0;0;0;0;0;0;0
6.8;13;15112;1.9141;407;1500;0;0;0;0;0;0;0
6.9;13;15112;1.9141;395;1500;0;0;0;0;0;0;0
7;13;15112;1.9141;384;1500;0;0;0;0;0;0;0
7.1;13;15112;1.9141;373;1500;0;0;0;0;0;0;0
7.2;13;15112;1.9141;362;1500;0;0;0;0;0;0;0
7.3;13;15112;1.9141;351;1500;0;0;0;0;0;0;0
7.4;13;15112;1.9141;341;1500;0;0;0;0;0;0;0
7.5;13;15112;1.9141;332;1500;0;0;0;0;0;0;0
7.6;13;15112;1.9141;322;1500;0;0;0;0;0;0;0
7.7;13;15112;1.9141;313;1500;0;0;0;0;0;0;0
7.8;13;15112;1.9141;304;1500;0;0;0;0;0;0;0
7.9;13;15112;1.9141;295;1500;0;0;0;0;0;0;0
8;13;15112;1.9141;287;1500;0;0;0;0;0;0;0
8.1;13;15112;1.9141;270;1500;0;0;0;0;0;0;0
8.2;13;15112;1.9141;254;1500;0;0;0;0;0;0;0
8.3;13;15112;1.9141;239;1500;0;0;0;0;0;0;0
8.4;13;15112;1.9141;225;1500;0;0;0;0;0;0;0
8.5;13;15112;1.9141;211;1500;0;0;0;0;0;0;0
8.6;13;15112;1.9141;199;1500;0;0;0;0;0;0;0
8.7;13;15112;1.9141;187;1500;0;0;0;0;0;0;0
8.8;13;15112;1.9141;176;1500;0;0;0;0;0;0;0
8.9;13;15112;1.9141;166;1500;0;0;0;0;0;0;0
9;13;15112;1.9141;156;1500;0;0;0;0;0;0;0
9.1;13;15112;1.9141;147;1500;0;0;0;0;0;0;0
9.2;13;15112;1.9141;138;1500;0;0;0;0;0;0;0
9.3;13;15112;1.9141;130;1500;0;0;0;0;0;0;0
9.4;13;15112;1.9141;122;1500;0;0;0;0;0;0;0
9.5;13;15112;1.9141;115;1500;0;0;0;0;0;0;0
9.6;13;15112;1.9141;108;1500;0;0;0;0;0;0;0
9.7;13;15112;1.9141;102;1500;0;0;0;0;0;0;0
9.8;13;15112;1.9141;96;1500;0;0;0;0;0;0;0
9.9;13;15112;1.9141;90;1500;0;0;0;0;0;0;0
10;13;15112;1.9141;85;1500;0;0;0;0;0;0;0
10.1;13;15112;1.9141;80;1500;0;0;0;0;0;0;0
10.2;13;15112;1.9141;75;1500;0;0;0;0;0;0;0
10.3;13;15112;1.9141;71;1500;0;0;0;0;0;0;0
10.4;13;15112;1.9141;67;1500;0;0;0;0;0;0;0
10.5;13;15112;1.9141;63;1500;0;0;0;0;0;0;0
10.6;13;15112;1.9141;59;1500;0;0;0;0;0;0;0
10.7;13;15112;1.9141;56;1500;0;0;0;0;0;0;0
10.8;13;15112;1.9141;52;1500;0;0;0;0;0;0;0
10.9;13;15112;1.9141;49;1500;0;0;0;0;0;0;0
11;13;15112;1.9141;46;1500;0;0;0;0;0;0;0
11.1;13;15112;1.9141;41;1500;0;0;0;0;0;0;0
11.2;13;15112;1.9141;37;1500;0;0;0;0;0;0;0
11.3;13;15112;1.9141;32;1500;0;0;0;0;0;0;0
11.4;13;15112;1.9141;29;1500;0;0;0;0;0;0;0
11.5;13;15112;1.9141;26;1500;0;0;0;0;0;0;0
11.6;13;15112;1.9141;23;1500;0;0;0;0;0;0;0
11.7;13;15112;1.9141;20;1500;0;0;0;0;0;0;0
11.8;13;15112;1.9141;18;1500;0;0;0;0;0;0;0
11.9;13;15112;1.9141;16;1500;0;0;0;0;0;0;0
12;13;15112;1.9141;14;1500;0;0;0;0;0;0;0
12.1;13;15112;1.9141;13;1500;0;0;0;0;0;0;0
12.2;13;15112;1.9141;11;1500;0;0;0;0;0;0;0
12.3;13;15112;1.9141;10;1500;0;0;0;0;0;0;0
12.4;13;15112;1.9141;9;1500;0;0;0;0;0;0;0
12.5;13;15112;1.9141;8;1500;0;0;0;0;0;0;0
12.6;13;15112;1.9141;7;1500;0;0;0;0;0;0;0
12.7;13;15112;1.9141;6;1500;0;0;0;0;0;0;0
12.8;13;15112;1.9141;6;1500;0;0;0;0;0;0;0
12.9;13;15112;1.9141;5;1500;0;0;0;0;0;0;0
13;13;15112;1.9141;4;1500;0;0;0;0;0;0;0
13.1;13;15112;1.9141;4;1500;0;0;0;0;0;0;0
13.2;13;15112;1.9141;3;1500;0;0;0;0;0;0;0
13.3;13;15112;1.9141;3;1500;0;0;0;0;0;0;0
13.4;13;15112;1.9141;3;1500;0;0;0;0;0;0;0
13.5;13;15112;1.9141;2;1500;0;0;0;0;0;0;0
13.6;13;15112;1.9141;2;1500;0;0;0;0;0;0;0
13.7;13;15112;1.9141;2;1500;0;0;0;0;0;0;0
13.8;13;15112;1.9141;2;1500;0;0;0;0;0;0;0
13.9;13;15112;1.9141;2;1500;0;0;0;0;0;0;0
14;13;15112;1.9141;1;1500;0;0;0;0;0;0;0
14.1;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.2;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.3;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.4;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.5;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.6;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.7;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.8;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
14.9;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.1;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.2;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.3;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.4;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.5;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.6;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.7;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.8;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
15.9;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.1;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.2;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.3;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.4;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.5;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.6;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.7;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.8;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
16.9;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.1;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.2;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.3;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.4;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.5;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.6;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.7;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.8;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
17.9;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.1;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.2;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.3;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.4;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.5;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.6;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.7;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.8;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
18.9;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.1;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.2;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.3;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.4;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.5;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.6;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.7;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.8;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
19.9;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
20;13;15112;1.9141;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-5;14;17424;2.1602;1500;1500;0;0;0;0;0;0;0
-4.9;14;15112;2.1602;1498;1500;0;0;0;0;0;0;0
-4.8;14;15112;2.1602;1495;1500;0;0;0;0;0;0;0
-4.7;14;15112;2.1602;1493;1500;0;0;0;0;0;0;0
-4.6;14;15112;2.1602;1491;1500;0;0;0;0;0;0;0
-4.5;14;15112;2.1602;1488;1500;0;0;0;0;0;0;0
-4.4;14;15112;2.1602;1486;1500;0;0;0;0;0;0;0
-4.3;14;15112;2.1602;1484;1500;0;0;0;0;0;0;0
-4.2;14;15112;2.1602;1482;1500;0;0;0;0;0;0;0
-4.1;14;15112;2.1602;1479;1500;0;0;0;0;0;0;0
-4;14;15112;2.1602;1477;1500;0;0;0;0;0;0;0
-3.9;14;15112;2.1602;1475;1500;0;0;0;0;0;0;0
-3.8;14;15112;2.1602;1472;1500;0;0;0;0;0;0;0
-3.7;14;15112;2.1602;1470;1500;0;0;0;0;0;0;0
-3.6;14;15112;2.1602;1468;1500;0;0;0;0;0;0;0
-3.5;14;15112;2.1602;1466;1500;0;0;0;0;0;0;0
-3.4;14;15112;2.1602;1463;1500;0;0;0;0;0;0;0
-3.3;14;15112;2.1602;1461;1500;0;0;0;0;0;0;0
-3.2;14;15112;2.1602;1459;1500;0;0;0;0;0;0;0
-3.1;14;15112;2.1602;1457;1500;0;0;0;0;0;0;0
-3;14;15112;2.1602;1454;1500;0;0;0;0;0;0;0
-2.9;14;15112;2.1602;1452;1500;0;0;0;0;0;0;0
-2.8;14;15112;2.1602;1450;1500;0;0;0;0;0;0;0
-2.7;14;15112;2.1602;1448;1500;0;0;0;0;0;0;0
-2.6;14;15112;2.1602;1445;1500;0;0;0;0;0;0;0
-2.5;14;15112;2.1602;1443;1500;0;0;0;0;0;0;0
-2.4;14;15112;2.1602;1441;1500;0;0;0;0;0;0;0
-2.3;14;15112;2.1602;1439;1500;0;0;0;0;0;0;0
-2.2;14;15112;2.1602;1437;1500;0;0;0;0;0;0;0
-2.1;14;15112;2.1602;1434;1500;0;0;0;0;0;0;0
-2;14;15112;2.1602;1432;1500;0;0;0;0;0;0;0
-1.9;14;15112;2.1602;1421;1500;0;0;0;0;0;0;0
-1.8;14;15112;2.1602;1411;1500;0;0;0;0;0;0;0
-1.7;14;15112;2.1602;1400;1500;0;0;0;0;0;0;0
-1.6;14;15112;2.1602;1389;1500;0;0;0;0;0;0;0
-1.5;14;15112;2.1602;1379;1500;0;0;0;0;0;0;0
-1.4;14;15112;2.1602;1369;1500;0;0;0;0;0;0;0
-1.3;14;15112;2.1602;1358;1500;0;0;0;0;0;0;0
-1.2;14;15112;2.1602;1348;1500;0;0;0;0;0;0;0
-1.1;14;15112;2.1602;1338;1500;0;0;0;0;0;0;0
-1;14;15112;2.1602;1328;1500;0;0;0;0;0;0;0
-0.9;14;15112;2.1602;1318;1500;0;0;0;0;0;0;0
-0.8;14;15112;2.1602;1308;1500;0;0;0;0;0;0;0
-0.7;14;15112;2.1602;1298;1500;0;0;0;0;0;0;0
-0.6;14;15112;2.1602;1288;1500;0;0;0;0;0;0;0
-0.5;14;15112;2.1602;1278;1500;0;0;0;0;0;0;0
-0.4;14;15112;2.1602;1269;1500;0;0;0;0;0;0;0
-0.3;14;15112;2.1602;1259;1500;0;0;0;0;0;0;0
-0.2;14;15112;2.1602;1250;1500;0;0;0;0;0;0;0
-0.1;14;15112;2.1602;1240;1500;0;0;0;0;0;0;0
0;14;15112;2.1602;1231;1500;0;0;0;0;0;0;0
0.1;14;15112;2.1602;1222;1500;0;0;0;0;0;0;0
0.2;14;15112;2.1602;1212;1500;0;0;0;0;0;0;0
0.3;14;15112;2.1602;1203;1500;0;0;0;0;0;0;0
0.4;14;15112;2.1602;1194;1500;0;0;0;0;0;0;0
0.5;14;15112;2.1602;1185;1500;0;0;0;0;0;0;0
0.6;14;15112;2.1602;1176;1500;0;0;0;0;0;0;0
0.7;14;15112;2.1602;1167;1500;0;0;0;0;0;0;0
0.8;14;15112;2.1602;1159;1500;0;0;0;0;0;0;0
0.9;14;15112;2.1602;1150;1500;0;0;0;0;0;0;0
1;14;15112;2.1602;1141;1500;0;0;0;0;0;0;0
1.1;14;15112;2.1602;1131;1500;0;0;0;0;0;0;0
1.2;14;15112;2.1602;1120;1500;0;0;0;0;0;0;0
1.3;14;15112;2.1602;1110;1500;0;0;0;0;0;0;0
1.4;14;15112;2.1602;1100;1500;0;0;0;0;0;0;0
1.5;14;15112;2.1602;1090;1500;0;0;0;0;0;0;0
1.6;14;15112;2.1602;1080;1500;0;0;0;0;0;0;0
1.7;14;15112;2.1602;1070;1500;0;0;0;0;0;0;0
1.8;14;15112;2.1602;1060;1500;0;0;0;0;0;0;0
1.9;14;15112;2.1602;1050;1500;0;0;0;0;0;0;0
2;14;15112;2.1602;1040;1500;0;0;0;0;0;0;0
2.1;14;15112;2.1602;1031;1500;0;0;0;0;0;0;0
2.2;14;15112;2.1602;1021;1500;0;0;0;0;0;0;0
2.3;14;15112;2.1602;1012;1500;0;0;0;0;0;0;0
2.4;14;15112;2.1602;1002;1500;0;0;0;0;0;0;0
2.5;14;15112;2.1602;993;1500;0;0;0;0;0;0;0
2.6;14;15112;2.1602;984;1500;0;0;0;0;0;0;0
2.7;14;15112;2.1602;975;1500;0;0;0;0;0;0;0
2.8;14;15112;2.1602;966;1500;0;0;0;0;0;0;0
2.9;14;15112;2.1602;957;1500;0;0;0;0;0;0;0
3;14;15112;2.1602;948;1500;0;0;0;0;0;0;0
3.1;14;15112;2.1602;939;1500;0;0;0;0;0;0;0
3.2;14;15112;2.1602;931;1500;0;0;0;0;0;0;0
3.3;14;15112;2.1602;922;1500;0;0;0;0;0;0;0
3.4;14;15112;2.1602;914;1500;0;0;0;0;0;0;0
3.5;14;15112;2.1602;905;1500;0;0;0;0;0;0;0
3.6;14;15112;2.1602;897;1500;0;0;0;0;0;0;0
3.7;14;15112;2.1602;889;1500;0;0;0;0;0;0;0
3.8;14;15112;2.1602;880;1500;0;0;0;0;0;0;0
3.9;14;15112;2.1602;872;1500;0;0;0;0;0;0;0
4;14;15112;2.1602;864;1500;0;0;0;0;0;0;0
4.1;14;15112;2.1602;854;1500;0;0;0;0;0;0;0
4.2;14;15112;2.1602;845;1500;0;0;0;0;0;0;0
4.3;14;15112;2.1602;835;1500;0;0;0;0;0;0;0
4.4;14;15112;2.1602;826;1500;0;0;0;0;0;0;0
4.5;14;15112;2.1602;816;1500;0;0;0;0;0;0;0
4.6;14;15112;2.1602;807;1500;0;0;0;0;0;0;0
4.7;14;15112;2.1602;798;1500;0;0;0;0;0;0;0
4.8;14;15112;2.1602;789;1500;0;0;0;0;0;0;0
4.9;14;15112;2.1602;780;1500;0;0;0;0;0;0;0
5;14;15112;2.1602;771;1500;0;0;0;0;0;0;0
5.1;14;15112;2.1602;763;1500;0;0;0;0;0;0;0
5.2;14;15112;2.1602;754;1500;0;0;0;0;0;0;0
5.3;14;15112;2.1602;746;1500;0;0;0;0;0;0;0
5.4;14;15112;2.1602;737;1500;0;0;0;0;0;0;0
5.5;14;15112;2.1602;729;1500;0;0;0;0;0;0;0
5.6;14;15112;2.1602;721;1500;0;0;0;0;0;0;0
5.7;14;15112;2.1602;712;1500;0;0;0;0;0;0;0
5.8;14;15112;2.1602;704;1500;0;0;0;0;0;0;0
5.9;14;15112;2.1602;696;1500;0;0;0;0;0;0;0
6;14;15112;2.1602;689;1500;0;0;0;0;0;0;0
6.1;14;15112;2.1602;681;1500;0;0;0;0;0;0;0
6.2;14;15112;2.1602;673;1500;0;0;0;0;0;0;0
6.3;14;15112;2.1602;665;1500;0;0;0;0;0;0;0
6.4;14;15112;2.1602;658;1500;0;0;0;0;0;0;0
6.5;14;15112;2.1602;650;1500;0;0;0;0;0;0;0
6.6;14;15112;2.1602;643;1500;0;0;0;0;0;0;0
6.7;14;15112;2.1602;636;1500;0;0;0;0;0;0;0
6.8;14;15112;2.1602;629;1500;0;0;0;0;0;0;0
6.9;14;15112;2.1602;622;1500;0;0;0;0;0;0;0
7;14;15112;2.1602;615;1500;0;0;0;0;0;0;0
7.1;14;15112;2.1602;595;1500;0;0;0;0;0;0;0
7.2;14;15112;2.1602;576;1500;0;0;0;0;0;0;0
7.3;14;15112;2.1602;558;1500;0;0;0;0;0;0;0
7.4;14;15112;2.1602;541;1500;0;0;0;0;0;0;0
7.5;14;15112;2.1602;524;1500;0;0;0;0;0;0;0
7.6;14;15112;2.1602;507;1500;0;0;0;0;0;0;0
7.7;14;15112;2.1602;491;1500;0;0;0;0;0;0;0
7.8;14;15112;2.1602;476;1500;0;0;0;0;0;0;0
7.9;14;15112;2.1602;461;1500;0;0;0;0;0;0;0
8;14;15112;2.1602;446;1500;0;0;0;0;0;0;0
8.1;14;15112;2.1602;432;1500;0;0;0;0;0;0;0
8.2;14;15112;2.1602;419;1500;0;0;0;0;0;0;0
8.3;14;15112;2.1602;405;1500;0;0;0;0;0;0;0
8.4;14;15112;2.1602;393;1500;0;0;0;0;0;0;0
8.5;14;15112;2.1602;380;1500;0;0;0;0;0;0;0
8.6;14;15112;2.1602;368;1500;0;0;0;0;0;0;0
8.7;14;15112;2.1602;357;1500;0;0;0;0;0;0;0
8.8;14;15112;2.1602;345;1500;0;0;0;0;0;0;0
8.9;14;15112;2.1602;334;1500;0;0;0;0;0;0;0
9;14;15112;2.1602;324;1500;0;0;0;0;0;0;0
9.1;14;15112;2.1602;314;1500;0;0;0;0;0;0;0
9.2;14;15112;2.1602;304;1500;0;0;0;0;0;0;0
9.3;14;15112;2.1602;294;1500;0;0;0;0;0;0;0
9.4;14;15112;2.1602;285;1500;0;0;0;0;0;0;0
9.5;14;15112;2.1602;276;1500;0;0;0;0;0;0;0
9.6;14;15112;2.1602;267;1500;0;0;0;0;0;0;0
9.7;14;15112;2.1602;259;1500;0;0;0;0;0;0;0
9.8;14;15112;2.1602;251;1500;0;0;0;0;0;0;0
9.9;14;15112;2.1602;243;1500;0;0;0;0;0;0;0
10;14;15112;2.1602;235;1500;0;0;0;0;0;0;0
10.1;14;15112;2.1602;222;1500;0;0;0;0;0;0;0
10.2;14;15112;2.1602;209;1500;0;0;0;0;0;0;0
10.3;14;15112;2.1602;197;1500;0;0;0;0;0;0;0
10.4;14;15112;2.1602;186;1500;0;0;0;0;0;0;0
10.5;14;15112;2.1602;176;1500;0;0;0;0;0;0;0
10.6;14;15112;2.1602;166;1500;0;0;0;0;0;0;0
10.7;14;15112;2.1602;156;1500;0;0;0;0;0;0;0
10.8;14;15112;2.1602;148;1500;0;0;0;0;0;0;0
10.9;14;15112;2.1602;139;1500;0;0;0;0;0;0;0
11;14;15112;2.1602;131;1500;0;0;0;0;0;0;0
11.1;14;15112;2.1602;124;1500;0;0;0;0;0;0;0
11.2;14;15112;2.1602;117;1500;0;0;0;0;0;0;0
11.3;14;15112;2.1602;110;1500;0;0;0;0;0;0;0
11.4;14;15112;2.1602;104;1500;0;0;0;0;0;0;0
11.5;14;15112;2.1602;98;1500;0;0;0;0;0;0;0
11.6;14;15112;2.1602;93;1500;0;0;0;0;0;0;0
11.7;14;15112;2.1602;87;1500;0;0;0;0;0;0;0
11.8;14;15112;2.1602;82;1500;0;0;0;0;0;0;0
11.9;14;15112;2.1602;78;1500;0;0;0;0;0;0;0
12;14;15112;2.1602;73;1500;0;0;0;0;0;0;0
12.1;14;15112;2.1602;69;1500;0;0;0;0;0;0;0
12.2;14;15112;2.1602;65;1500;0;0;0;0;0;0;0
12.3;14;15112;2.1602;62;1500;0;0;0;0;0;0;0
12.4;14;15112;2.1602;58;1500;0;0;0;0;0;0;0
12.5;14;15112;2.1602;55;1500;0;0;0;0;0;0;0
12.6;14;15112;2.1602;52;1500;0;0;0;0;0;0;0
12.7;14;15112;2.1602;49;1500;0;0;0;0;0;0;0
12.8;14;15112;2.1602;46;1500;0;0;0;0;0;0;0
12.9;14;15112;2.1602;43;1500;0;0;0;0;0;0;0
13;14;15112;2.1602;41;1500;0;0;0;0;0;0;0
13.1;14;15112;2.1602;37;1500;0;0;0;0;0;0;0
13.2;14;15112;2.1602;33;1500;0;0;0;0;0;0;0
13.3;14;15112;2.1602;30;1500;0;0;0;0;0;0;0
13.4;14;15112;2.1602;27;1500;0;0;0;0;0;0;0
13.5;14;15112;2.1602;24;1500;0;0;0;0;0;0;0
13.6;14;15112;2.1602;21;1500;0;0;0;0;0;0;0
13.7;14;15112;2.1602;19;1500;0;0;0;0;0;0;0
13.8;14;15112;2.1602;17;1500;0;0;0;0;0;0;0
13.9;14;15112;2.1602;15;1500;0;0;0;0;0;0;0
14;14;15112;2.1602;14;1500;0;0;0;0;0;0;0
14.1;14;15112;2.1602;12;1500;0;0;0;0;0;0;0
14.2;14;15112;2.1602;11;1500;0;0;0;0;0;0;0
14.3;14;15112;2.1602;10;1500;0;0;0;0;0;0;0
14.4;14;15112;2.1602;9;1500;0;0;0;0;0;0;0
14.5;14;15112;2.1602;8;1500;0;0;0;0;0;0;0
14.6;14;15112;2.1602;7;1500;0;0;0;0;0;0;0
14.7;14;15112;2.1602;6;1500;0;0;0;0;0;0;0
14.8;14;15112;2.1602;6;1500;0;0;0;0;0;0;0
14.9;14;15112;2.1602;5;1500;0;0;0;0;0;0;0
15;14;15112;2.1602;5;1500;0;0;0;0;0;0;0
15.1;14;15112;2.1602;4;1500;0;0;0;0;0;0;0
15.2;14;15112;2.1602;4;1500;0;0;0;0;0;0;0
15.3;14;15112;2.1602;3;1500;0;0;0;0;0;0;0
15.4;14;15112;2.1602;3;1500;0;0;0;0;0;0;0
15.5;14;15112;2.1602;3;1500;0;0;0;0;0;0;0
15.6;14;15112;2.1602;2;1500;0;0;0;0;0;0;0
15.7;14;15112;2.1602;2;1500;0;0;0;0;0;0;0
15.8;14;15112;2.1602;2;1500;0;0;0;0;0;0;0
15.9;14;15112;2.1602;2;1500;0;0;0;0;0;0;0
16;14;15112;2.1602;2;1500;0;0;0;0;0;0;0
16.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
16.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
17.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
18.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
19.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
20.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
21.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
22.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
23.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.1;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.2;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.3;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.4;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.5;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.6;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.7;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.8;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
24.9;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
25;14;15112;2.1602;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-5;15;18960;2.4063;1500;1500;0;0;0;0;0;0;0
-4.9;15;18960;2.4063;1499;1500;0;0;0;0;0;0;0
-4.8;15;18960;2.4063;1497;1500;0;0;0;0;0;0;0
-4.7;15;18960;2.4063;1496;1500;0;0;0;0;0;0;0
-4.6;15;18960;2.4063;1494;1500;0;0;0;0;0;0;0
-4.5;15;18960;2.4063;1493;1500;0;0;0;0;0;0;0
-4.4;15;18960;2.4063;1491;1500;0;0;0;0;0;0;0
-4.3;15;18960;2.4063;1490;1500;0;0;0;0;0;0;0
-4.2;15;18960;2.4063;1488;1500;0;0;0;0;0;0;0
-4.1;15;18960;2.4063;1487;1500;0;0;0;0;0;0;0
-4;15;18960;2.4063;1485;1500;0;0;0;0;0;0;0
-3.9;15;18960;2.4063;1484;1500;0;0;0;0;0;0;0
-3.8;15;18960;2.4063;1482;1500;0;0;0;0;0;0;0
-3.7;15;18960;2.4063;1481;1500;0;0;0;0;0;0;0
-3.6;15;18960;2.4063;1479;1500;0;0;0;0;0;0;0
-3.5;15;18960;2.4063;1478;1500;0;0;0;0;0;0;0
-3.4;15;18960;2.4063;1476;1500;0;0;0;0;0;0;0
-3.3;15;18960;2.4063;1475;1500;0;0;0;0;0;0;0
-3.2;15;18960;2.4063;1474;1500;0;0;0;0;0;0;0
-3.1;15;18960;2.4063;1472;1500;0;0;0;0;0;0;0
-3;15;18960;2.4063;1471;1500;0;0;0;0;0;0;0
-2.9;15;18960;2.4063;1469;1500;0;0;0;0;0;0;0
-2.8;15;18960;2.4063;1468;1500;0;0;0;0;0;0;0
-2.7;15;18960;2.4063;1466;1500;0;0;0;0;0;0;0
-2.6;15;18960;2.4063;1465;1500;0;0;0;0;0;0;0
-2.5;15;18960;2.4063;1463;1500;0;0;0;0;0;0;0
-2.4;15;18960;2.4063;1462;1500;0;0;0;0;0;0;0
-2.3;15;18960;2.4063;1461;1500;0;0;0;0;0;0;0
-2.2;15;18960;2.4063;1459;1500;0;0;0;0;0;0;0
-2.1;15;18960;2.4063;1458;1500;0;0;0;0;0;0;0
-2;15;18960;2.4063;1456;1500;0;0;0;0;0;0;0
-1.9;15;18960;2.4063;1446;1500;0;0;0;0;0;0;0
-1.8;15;18960;2.4063;1436;1500;0;0;0;0;0;0;0
-1.7;15;18960;2.4063;1426;1500;0;0;0;0;0;0;0
-1.6;15;18960;2.4063;1416;1500;0;0;0;0;0;0;0
-1.5;15;18960;2.4063;1406;1500;0;0;0;0;0;0;0
-1.4;15;18960;2.4063;1397;1500;0;0;0;0;0;0;0
-1.3;15;18960;2.4063;1387;1500;0;0;0;0;0;0;0
-1.2;15;18960;2.4063;1377;1500;0;0;0;0;0;0;0
-1.1;15;18960;2.4063;1368;1500;0;0;0;0;0;0;0
-1;15;18960;2.4063;1358;1500;0;0;0;0;0;0;0
-0.9;15;18960;2.4063;1349;1500;0;0;0;0;0;0;0
-0.8;15;18960;2.4063;1340;1500;0;0;0;0;0;0;0
-0.7;15;18960;2.4063;1330;1500;0;0;0;0;0;0;0
-0.6;15;18960;2.4063;1321;1500;0;0;0;0;0;0;0
-0.5;15;18960;2.4063;1312;1500;0;0;0;0;0;0;0
-0.4;15;18960;2.4063;1303;1500;0;0;0;0;0;0;0
-0.3;15;18960;2.4063;1294;1500;0;0;0;0;0;0;0
-0.2;15;18960;2.4063;1285;1500;0;0;0;0;0;0;0
-0.1;15;18960;2.4063;1276;1500;0;0;0;0;0;0;0
0;15;18960;2.4063;1267;1500;0;0;0;0;0;0;0
0.1;15;18960;2.4063;1259;1500;0;0;0;0;0;0;0
0.2;15;18960;2.4063;1250;1500;0;0;0;0;0;0;0
0.3;15;18960;2.4063;1241;1500;0;0;0;0;0;0;0
0.4;15;18960;2.4063;1233;1500;0;0;0;0;0;0;0
0.5;15;18960;2.4063;1224;1500;0;0;0;0;0;0;0
0.6;15;18960;2.4063;1216;1500;0;0;0;0;0;0;0
0.7;15;18960;2.4063;1207;1500;0;0;0;0;0;0;0
0.8;15;18960;2.4063;1199;1500;0;0;0;0;0;0;0
0.9;15;18960;2.4063;1190;1500;0;0;0;0;0;0;0
1;15;18960;2.4063;1182;1500;0;0;0;0;0;0;0
1.1;15;18960;2.4063;1171;1500;0;0;0;0;0;0;0
1.2;15;18960;2.4063;1160;1500;0;0;0;0;0;0;0
1.3;15;18960;2.4063;1150;1500;0;0;0;0;0;0;0
1.4;15;18960;2.4063;1139;1500;0;0;0;0;0;0;0
1.5;15;18960;2.4063;1128;1500;0;0;0;0;0;0;0
1.6;15;18960;2.4063;1118;1500;0;0;0;0;0;0;0
1.7;15;18960;2.4063;1107;1500;0;0;0;0;0;0;0
1.8;15;18960;2.4063;1097;1500;0;0;0;0;0;0;0
1.9;15;18960;2.4063;1087;1500;0;0;0;0;0;0;0
2;15;18960;2.4063;1077;1500;0;0;0;0;0;0;0
2.1;15;18960;2.4063;1067;1500;0;0;0;0;0;0;0
2.2;15;18960;2.4063;1057;1500;0;0;0;0;0;0;0
2.3;15;18960;2.4063;1047;1500;0;0;0;0;0;0;0
2.4;15;18960;2.4063;1037;1500;0;0;0;0;0;0;0
2.5;15;18960;2.4063;1028;1500;0;0;0;0;0;0;0
2.6;15;18960;2.4063;1018;1500;0;0;0;0;0;0;0
2.7;15;18960;2.4063;1009;1500;0;0;0;0;0;0;0
2.8;15;18960;2.4063;999;1500;0;0;0;0;0;0;0
2.9;15;18960;2.4063;990;1500;0;0;0;0;0;0;0
3;15;18960;2.4063;981;1500;0;0;0;0;0;0;0
3.1;15;18960;2.4063;972;1500;0;0;0;0;0;0;0
3.2;15;18960;2.4063;963;1500;0;0;0;0;0;0;0
3.3;15;18960;2.4063;954;1500;0;0;0;0;0;0;0
3.4;15;18960;2.4063;945;1500;0;0;0;0;0;0;0
3.5;15;18960;2.4063;936;1500;0;0;0;0;0;0;0
3.6;15;18960;2.4063;927;1500;0;0;0;0;0;0;0
3.7;15;18960;2.4063;919;1500;0;0;0;0;0;0;0
3.8;15;18960;2.4063;910;1500;0;0;0;0;0;0;0
3.9;15;18960;2.4063;902;1500;0;0;0;0;0;0;0
4;15;18960;2.4063;893;1500;0;0;0;0;0;0;0
4.1;15;18960;2.4063;885;1500;0;0;0;0;0;0;0
4.2;15;18960;2.4063;877;1500;0;0;0;0;0;0;0
4.3;15;18960;2.4063;869;1500;0;0;0;0;0;0;0
4.4;15;18960;2.4063;861;1500;0;0;0;0;0;0;0
4.5;15;18960;2.4063;853;1500;0;0;0;0;0;0;0
4.6;15;18960;2.4063;846;1500;0;0;0;0;0;0;0
4.7;15;18960;2.4063;838;1500;0;0;0;0;0;0;0
4.8;15;18960;2.4063;830;1500;0;0;0;0;0;0;0
4.9;15;18960;2.4063;823;1500;0;0;0;0;0;0;0
5;15;18960;2.4063;815;1500;0;0;0;0;0;0;0
5.1;15;18960;2.4063;808;1500;0;0;0;0;0;0;0
5.2;15;18960;2.4063;801;1500;0;0;0;0;0;0;0
5.3;15;18960;2.4063;793;1500;0;0;0;0;0;0;0
5.4;15;18960;2.4063;786;1500;0;0;0;0;0;0;0
5.5;15;18960;2.4063;779;1500;0;0;0;0;0;0;0
5.6;15;18960;2.4063;772;1500;0;0;0;0;0;0;0
5.7;15;18960;2.4063;765;1500;0;0;0;0;0;0;0
5.8;15;18960;2.4063;758;1500;0;0;0;0;0;0;0
5.9;15;18960;2.4063;751;1500;0;0;0;0;0;0;0
6;15;18960;2.4063;744;1500;0;0;0;0;0;0;0
6.1;15;18960;2.4063;737;1500;0;0;0;0;0;0;0
6.2;15;18960;2.4063;731;1500;0;0;0;0;0;0;0
6.3;15;18960;2.4063;724;1500;0;0;0;0;0;0;0
6.4;15;18960;2.4063;717;1500;0;0;0;0;0;0;0
6.5;15;18960;2.4063;711;1500;0;0;0;0;0;0;0
6.6;15;18960;2.4063;704;1500;0;0;0;0;0;0;0
6.7;15;18960;2.4063;698;1500;0;0;0;0;0;0;0
6.8;15;18960;2.4063;692;1500;0;0;0;0;0;0;0
6.9;15;18960;2.4063;685;1500;0;0;0;0;0;0;0
7;15;18960;2.4063;679;1500;0;0;0;0;0;0;0
7.1;15;18960;2.4063;665;1500;0;0;0;0;0;0;0
7.2;15;18960;2.4063;650;1500;0;0;0;0;0;0;0
7.3;15;18960;2.4063;636;1500;0;0;0;0;0;0;0
7.4;15;18960;2.4063;623;1500;0;0;0;0;0;0;0
7.5;15;18960;2.4063;609;1500;0;0;0;0;0;0;0
7.6;15;18960;2.4063;596;1500;0;0;0;0;0;0;0
7.7;15;18960;2.4063;584;1500;0;0;0;0;0;0;0
7.8;15;18960;2.4063;571;1500;0;0;0;0;0;0;0
7.9;15;18960;2.4063;559;1500;0;0;0;0;0;0;0
8;15;18960;2.4063;547;1500;0;0;0;0;0;0;0
8.1;15;18960;2.4063;535;1500;0;0;0;0;0;0;0
8.2;15;18960;2.4063;524;1500;0;0;0;0;0;0;0
8.3;15;18960;2.4063;513;1500;0;0;0;0;0;0;0
8.4;15;18960;2.4063;502;1500;0;0;0;0;0;0;0
8.5;15;18960;2.4063;491;1500;0;0;0;0;0;0;0
8.6;15;18960;2.4063;480;1500;0;0;0;0;0;0;0
8.7;15;18960;2.4063;470;1500;0;0;0;0;0;0;0
8.8;15;18960;2.4063;460;1500;0;0;0;0;0;0;0
8.9;15;18960;2.4063;450;1500;0;0;0;0;0;0;0
9;15;18960;2.4063;441;1500;0;0;0;0;0;0;0
9.1;15;18960;2.4063;431;1500;0;0;0;0;0;0;0
9.2;15;18960;2.4063;422;1500;0;0;0;0;0;0;0
9.3;15;18960;2.4063;413;1500;0;0;0;0;0;0;0
9.4;15;18960;2.4063;404;1500;0;0;0;0;0;0;0
9.5;15;18960;2.4063;395;1500;0;0;0;0;0;0;0
9.6;15;18960;2.4063;387;1500;0;0;0;0;0;0;0
9.7;15;18960;2.4063;379;1500;0;0;0;0;0;0;0
9.8;15;18960;2.4063;371;1500;0;0;0;0;0;0;0
9.9;15;18960;2.4063;363;1500;0;0;0;0;0;0;0
10;15;18960;2.4063;355;1500;0;0;0;0;0;0;0
10.1;15;18960;2.4063;338;1500;0;0;0;0;0;0;0
10.2;15;18960;2.4063;323;1500;0;0;0;0;0;0;0
10.3;15;18960;2.4063;308;1500;0;0;0;0;0;0;0
10.4;15;18960;2.4063;294;1500;0;0;0;0;0;0;0
10.5;15;18960;2.4063;280;1500;0;0;0;0;0;0;0
10.6;15;18960;2.4063;267;1500;0;0;0;0;0;0;0
10.7;15;18960;2.4063;255;1500;0;0;0;0;0;0;0
10.8;15;18960;2.4063;243;1500;0;0;0;0;0;0;0
10.9;15;18960;2.4063;232;1500;0;0;0;0;0;0;0
11;15;18960;2.4063;221;1500;0;0;0;0;0;0;0
11.1;15;18960;2.4063;211;1500;0;0;0;0;0;0;0
11.2;15;18960;2.4063;202;1500;0;0;0;0;0;0;0
11.3;15;18960;2.4063;192;1500;0;0;0;0;0;0;0
11.4;15;18960;2.4063;183;1500;0;0;0;0;0;0;0
11.5;15;18960;2.4063;175;1500;0;0;0;0;0;0;0
11.6;15;18960;2.4063;167;1500;0;0;0;0;0;0;0
11.7;15;18960;2.4063;159;1500;0;0;0;0;0;0;0
11.8;15;18960;2.4063;152;1500;0;0;0;0;0;0;0
11.9;15;18960;2.4063;145;1500;0;0;0;0;0;0;0
12;15;18960;2.4063;138;1500;0;0;0;0;0;0;0
12.1;15;18960;2.4063;132;1500;0;0;0;0;0;0;0
12.2;15;18960;2.4063;126;1500;0;0;0;0;0;0;0
12.3;15;18960;2.4063;120;1500;0;0;0;0;0;0;0
12.4;15;18960;2.4063;114;1500;0;0;0;0;0;0;0
12.5;15;18960;2.4063;109;1500;0;0;0;0;0;0;0
12.6;15;18960;2.4063;104;1500;0;0;0;0;0;0;0
12.7;15;18960;2.4063;99;1500;0;0;0;0;0;0;0
12.8;15;18960;2.4063;95;1500;0;0;0;0;0;0;0
12.9;15;18960;2.4063;90;1500;0;0;0;0;0;0;0
13;15;18960;2.4063;86;1500;0;0;0;0;0;0;0
13.1;15;18960;2.4063;80;1500;0;0;0;0;0;0;0
13.2;15;18960;2.4063;75;1500;0;0;0;0;0;0;0
13.3;15;18960;2.4063;69;1500;0;0;0;0;0;0;0
13.4;15;18960;2.4063;64;1500;0;0;0;0;0;0;0
13.5;15;18960;2.4063;60;1500;0;0;0;0;0;0;0
13.6;15;18960;2.4063;56;1500;0;0;0;0;0;0;0
13.7;15;18960;2.4063;52;1500;0;0;0;0;0;0;0
13.8;15;18960;2.4063;48;1500;0;0;0;0;0;0;0
13.9;15;18960;2.4063;45;1500;0;0;0;0;0;0;0
14;15;18960;2.4063;41;1500;0;0;0;0;0;0;0
14.1;15;18960;2.4063;39;1500;0;0;0;0;0;0;0
14.2;15;18960;2.4063;36;1500;0;0;0;0;0;0;0
14.3;15;18960;2.4063;33;1500;0;0;0;0;0;0;0
14.4;15;18960;2.4063;31;1500;0;0;0;0;0;0;0
14.5;15;18960;2.4063;29;1500;0;0;0;0;0;0;0
14.6;15;18960;2.4063;27;1500;0;0;0;0;0;0;0
14.7;15;18960;2.4063;25;1500;0;0;0;0;0;0;0
14.8;15;18960;2.4063;23;1500;0;0;0;0;0;0;0
14.9;15;18960;2.4063;21;1500;0;0;0;0;0;0;0
15;15;18960;2.4063;20;1500;0;0;0;0;0;0;0
15.1;15;18960;2.4063;19;1500;0;0;0;0;0;0;0
15.2;15;18960;2.4063;17;1500;0;0;0;0;0;0;0
15.3;15;18960;2.4063;16;1500;0;0;0;0;0;0;0
15.4;15;18960;2.4063;15;1500;0;0;0;0;0;0;0
15.5;15;18960;2.4063;14;1500;0;0;0;0;0;0;0
15.6;15;18960;2.4063;13;1500;0;0;0;0;0;0;0
15.7;15;18960;2.4063;12;1500;0;0;0;0;0;0;0
15.8;15;18960;2.4063;11;1500;0;0;0;0;0;0;0
15.9;15;18960;2.4063;10;1500;0;0;0;0;0;0;0
16;15;18960;2.4063;10;1500;0;0;0;0;0;0;0
16.1;15;18960;2.4063;8;1500;0;0;0;0;0;0;0
16.2;15;18960;2.4063;7;1500;0;0;0;0;0;0;0
16.3;15;18960;2.4063;7;1500;0;0;0;0;0;0;0
16.4;15;18960;2.4063;6;1500;0;0;0;0;0;0;0
16.5;15;18960;2.4063;5;1500;0;0;0;0;0;0;0
16.6;15;18960;2.4063;5;1500;0;0;0;0;0;0;0
16.7;15;18960;2.4063;4;1500;0;0;0;0;0;0;0
16.8;15;18960;2.4063;4;1500;0;0;0;0;0;0;0
16.9;15;18960;2.4063;3;1500;0;0;0;0;0;0;0
17;15;18960;2.4063;3;1500;0;0;0;0;0;0;0
17.1;15;18960;2.4063;2;1500;0;0;0;0;0;0;0
17.2;15;18960;2.4063;2;1500;0;0;0;0;0;0;0
17.3;15;18960;2.4063;2;1500;0;0;0;0;0;0;0
17.4;15;18960;2.4063;2;1500;0;0;0;0;0;0;0
17.5;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
17.6;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
17.7;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
17.8;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
17.9;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
18;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
18.1;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
18.2;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
18.3;15;18960;2.4063;1;1500;0;0;0;0;0;0;0
18.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
18.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
18.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
18.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
18.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
18.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.1;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.2;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.3;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
19.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.1;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.2;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.3;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
20.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.1;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.2;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.3;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
21.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.1;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.2;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.3;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
22.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.1;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.2;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.3;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
23.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.1;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.2;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.3;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.4;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.5;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.6;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.7;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.8;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
24.9;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
25;15;18960;2.4063;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-5;16;20496;2.5703;1500;1500;0;0;0;0;0;0;0
-4.9;16;20496;2.5703;1499;1500;0;0;0;0;0;0;0
-4.8;16;20496;2.5703;1498;1500;0;0;0;0;0;0;0
-4.7;16;20496;2.5703;1497;1500;0;0;0;0;0;0;0
-4.6;16;20496;2.5703;1496;1500;0;0;0;0;0;0;0
-4.5;16;20496;2.5703;1495;1500;0;0;0;0;0;0;0
-4.4;16;20496;2.5703;1494;1500;0;0;0;0;0;0;0
-4.3;16;20496;2.5703;1493;1500;0;0;0;0;0;0;0
-4.2;16;20496;2.5703;1492;1500;0;0;0;0;0;0;0
-4.1;16;20496;2.5703;1491;1500;0;0;0;0;0;0;0
-4;16;20496;2.5703;1490;1500;0;0;0;0;0;0;0
-3.9;16;20496;2.5703;1489;1500;0;0;0;0;0;0;0
-3.8;16;20496;2.5703;1488;1500;0;0;0;0;0;0;0
-3.7;16;20496;2.5703;1487;1500;0;0;0;0;0;0;0
-3.6;16;20496;2.5703;1486;1500;0;0;0;0;0;0;0
-3.5;16;20496;2.5703;1485;1500;0;0;0;0;0;0;0
-3.4;16;20496;2.5703;1484;1500;0;0;0;0;0;0;0
-3.3;16;20496;2.5703;1484;1500;0;0;0;0;0;0;0
-3.2;16;20496;2.5703;1483;1500;0;0;0;0;0;0;0
-3.1;16;20496;2.5703;1482;1500;0;0;0;0;0;0;0
-3;16;20496;2.5703;1481;1500;0;0;0;0;0;0;0
-2.9;16;20496;2.5703;1480;1500;0;0;0;0;0;0;0
-2.8;16;20496;2.5703;1479;1500;0;0;0;0;0;0;0
-2.7;16;20496;2.5703;1478;1500;0;0;0;0;0;0;0
-2.6;16;20496;2.5703;1477;1500;0;0;0;0;0;0;0
-2.5;16;20496;2.5703;1476;1500;0;0;0;0;0;0;0
-2.4;16;20496;2.5703;1475;1500;0;0;0;0;0;0;0
-2.3;16;20496;2.5703;1474;1500;0;0;0;0;0;0;0
-2.2;16;20496;2.5703;1473;1500;0;0;0;0;0;0;0
-2.1;16;20496;2.5703;1472;1500;0;0;0;0;0;0;0
-2;16;20496;2.5703;1471;1500;0;0;0;0;0;0;0
-1.9;16;20496;2.5703;1463;1500;0;0;0;0;0;0;0
-1.8;16;20496;2.5703;1455;1500;0;0;0;0;0;0;0
-1.7;16;20496;2.5703;1447;1500;0;0;0;0;0;0;0
-1.6;16;20496;2.5703;1439;1500;0;0;0;0;0;0;0
-1.5;16;20496;2.5703;1431;1500;0;0;0;0;0;0;0
-1.4;16;20496;2.5703;1423;1500;0;0;0;0;0;0;0
-1.3;16;20496;2.5703;1415;1500;0;0;0;0;0;0;0
-1.2;16;20496;2.5703;1407;1500;0;0;0;0;0;0;0
-1.1;16;20496;2.5703;1399;1500;0;0;0;0;0;0;0
-1;16;20496;2.5703;1391;1500;0;0;0;0;0;0;0
-0.9;16;20496;2.5703;1383;1500;0;0;0;0;0;0;0
-0.8;16;20496;2.5703;1376;1500;0;0;0;0;0;0;0
-0.7;16;20496;2.5703;1368;1500;0;0;0;0;0;0;0
-0.6;16;20496;2.5703;1360;1500;0;0;0;0;0;0;0
-0.5;16;20496;2.5703;1353;1500;0;0;0;0;0;0;0
-0.4;16;20496;2.5703;1345;1500;0;0;0;0;0;0;0
-0.3;16;20496;2.5703;1338;1500;0;0;0;0;0;0;0
-0.2;16;20496;2.5703;1330;1500;0;0;0;0;0;0;0
-0.1;16;20496;2.5703;1323;1500;0;0;0;0;0;0;0
0;16;20496;2.5703;1315;1500;0;0;0;0;0;0;0
0.1;16;20496;2.5703;1308;1500;0;0;0;0;0;0;0
0.2;16;20496;2.5703;1301;1500;0;0;0;0;0;0;0
0.3;16;20496;2.5703;1294;1500;0;0;0;0;0;0;0
0.4;16;20496;2.5703;1286;1500;0;0;0;0;0;0;0
0.5;16;20496;2.5703;1279;1500;0;0;0;0;0;0;0
0.6;16;20496;2.5703;1272;1500;0;0;0;0;0;0;0
0.7;16;20496;2.5703;1265;1500;0;0;0;0;0;0;0
0.8;16;20496;2.5703;1258;1500;0;0;0;0;0;0;0
0.9;16;20496;2.5703;1251;1500;0;0;0;0;0;0;0
1;16;20496;2.5703;1244;1500;0;0;0;0;0;0;0
1.1;16;20496;2.5703;1232;1500;0;0;0;0;0;0;0
1.2;16;20496;2.5703;1220;1500;0;0;0;0;0;0;0
1.3;16;20496;2.5703;1209;1500;0;0;0;0;0;0;0
1.4;16;20496;2.5703;1197;1500;0;0;0;0;0;0;0
1.5;16;20496;2.5703;1186;1500;0;0;0;0;0;0;0
1.6;16;20496;2.5703;1175;1500;0;0;0;0;0;0;0
1.7;16;20496;2.5703;1163;1500;0;0;0;0;0;0;0
1.8;16;20496;2.5703;1152;1500;0;0;0;0;0;0;0
1.9;16;20496;2.5703;1141;1500;0;0;0;0;0;0;0
2;16;20496;2.5703;1130;1500;0;0;0;0;0;0;0
2.1;16;20496;2.5703;1120;1500;0;0;0;0;0;0;0
2.2;16;20496;2.5703;1109;1500;0;0;0;0;0;0;0
2.3;16;20496;2.5703;1098;1500;0;0;0;0;0;0;0
2.4;16;20496;2.5703;1088;1500;0;0;0;0;0;0;0
2.5;16;20496;2.5703;1078;1500;0;0;0;0;0;0;0
2.6;16;20496;2.5703;1067;1500;0;0;0;0;0;0;0
2.7;16;20496;2.5703;1057;1500;0;0;0;0;0;0;0
2.8;16;20496;2.5703;1047;1500;0;0;0;0;0;0;0
2.9;16;20496;2.5703;1037;1500;0;0;0;0;0;0;0
3;16;20496;2.5703;1027;1500;0;0;0;0;0;0;0
3.1;16;20496;2.5703;1017;1500;0;0;0;0;0;0;0
3.2;16;20496;2.5703;1008;1500;0;0;0;0;0;0;0
3.3;16;20496;2.5703;998;1500;0;0;0;0;0;0;0
3.4;16;20496;2.5703;989;1500;0;0;0;0;0;0;0
3.5;16;20496;2.5703;979;1500;0;0;0;0;0;0;0
3.6;16;20496;2.5703;970;1500;0;0;0;0;0;0;0
3.7;16;20496;2.5703;961;1500;0;0;0;0;0;0;0
3.8;16;20496;2.5703;951;1500;0;0;0;0;0;0;0
3.9;16;20496;2.5703;942;1500;0;0;0;0;0;0;0
4;16;20496;2.5703;933;1500;0;0;0;0;0;0;0
4.1;16;20496;2.5703;927;1500;0;0;0;0;0;0;0
4.2;16;20496;2.5703;920;1500;0;0;0;0;0;0;0
4.3;16;20496;2.5703;913;1500;0;0;0;0;0;0;0
4.4;16;20496;2.5703;906;1500;0;0;0;0;0;0;0
4.5;16;20496;2.5703;900;1500;0;0;0;0;0;0;0
4.6;16;20496;2.5703;893;1500;0;0;0;0;0;0;0
4.7;16;20496;2.5703;886;1500;0;0;0;0;0;0;0
4.8;16;20496;2.5703;880;1500;0;0;0;0;0;0;0
4.9;16;20496;2.5703;873;1500;0;0;0;0;0;0;0
5;16;20496;2.5703;867;1500;0;0;0;0;0;0;0
5.1;16;20496;2.5703;861;1500;0;0;0;0;0;0;0
5.2;16;20496;2.5703;854;1500;0;0;0;0;0;0;0
5.3;16;20496;2.5703;848;1500;0;0;0;0;0;0;0
5.4;16;20496;2.5703;842;1500;0;0;0;0;0;0;0
5.5;16;20496;2.5703;836;1500;0;0;0;0;0;0;0
5.6;16;20496;2.5703;829;1500;0;0;0;0;0;0;0
5.7;16;20496;2.5703;823;1500;0;0;0;0;0;0;0
5.8;16;20496;2.5703;817;1500;0;0;0;0;0;0;0
5.9;16;20496;2.5703;811;1500;0;0;0;0;0;0;0
6;16;20496;2.5703;805;1500;0;0;0;0;0;0;0
6.1;16;20496;2.5703;799;1500;0;0;0;0;0;0;0
6.2;16;20496;2.5703;793;1500;0;0;0;0;0;0;0
6.3;16;20496;2.5703;788;1500;0;0;0;0;0;0;0
6.4;16;20496;2.5703;782;1500;0;0;0;0;0;0;0
6.5;16;20496;2.5703;776;1500;0;0;0;0;0;0;0
6.6;16;20496;2.5703;770;1500;0;0;0;0;0;0;0
6.7;16;20496;2.5703;765;1500;0;0;0;0;0;0;0
6.8;16;20496;2.5703;759;1500;0;0;0;0;0;0;0
6.9;16;20496;2.5703;753;1500;0;0;0;0;0;0;0
7;16;20496;2.5703;748;1500;0;0;0;0;0;0;0
7.1;16;20496;2.5703;736;1500;0;0;0;0;0;0;0
7.2;16;20496;2.5703;725;1500;0;0;0;0;0;0;0
7.3;16;20496;2.5703;713;1500;0;0;0;0;0;0;0
7.4;16;20496;2.5703;702;1500;0;0;0;0;0;0;0
7.5;16;20496;2.5703;691;1500;0;0;0;0;0;0;0
7.6;16;20496;2.5703;681;1500;0;0;0;0;0;0;0
7.7;16;20496;2.5703;670;1500;0;0;0;0;0;0;0
7.8;16;20496;2.5703;660;1500;0;0;0;0;0;0;0
7.9;16;20496;2.5703;649;1500;0;0;0;0;0;0;0
8;16;20496;2.5703;639;1500;0;0;0;0;0;0;0
8.1;16;20496;2.5703;629;1500;0;0;0;0;0;0;0
8.2;16;20496;2.5703;619;1500;0;0;0;0;0;0;0
8.3;16;20496;2.5703;610;1500;0;0;0;0;0;0;0
8.4;16;20496;2.5703;600;1500;0;0;0;0;0;0;0
8.5;16;20496;2.5703;591;1500;0;0;0;0;0;0;0
8.6;16;20496;2.5703;582;1500;0;0;0;0;0;0;0
8.7;16;20496;2.5703;573;1500;0;0;0;0;0;0;0
8.8;16;20496;2.5703;564;1500;0;0;0;0;0;0;0
8.9;16;20496;2.5703;555;1500;0;0;0;0;0;0;0
9;16;20496;2.5703;546;1500;0;0;0;0;0;0;0
9.1;16;20496;2.5703;538;1500;0;0;0;0;0;0;0
9.2;16;20496;2.5703;529;1500;0;0;0;0;0;0;0
9.3;16;20496;2.5703;521;1500;0;0;0;0;0;0;0
9.4;16;20496;2.5703;513;1500;0;0;0;0;0;0;0
9.5;16;20496;2.5703;505;1500;0;0;0;0;0;0;0
9.6;16;20496;2.5703;497;1500;0;0;0;0;0;0;0
9.7;16;20496;2.5703;489;1500;0;0;0;0;0;0;0
9.8;16;20496;2.5703;482;1500;0;0;0;0;0;0;0
9.9;16;20496;2.5703;474;1500;0;0;0;0;0;0;0
10;16;20496;2.5703;467;1500;0;0;0;0;0;0;0
10.1;16;20496;2.5703;449;1500;0;0;0;0;0;0;0
10.2;16;20496;2.5703;432;1500;0;0;0;0;0;0;0
10.3;16;20496;2.5703;416;1500;0;0;0;0;0;0;0
10.4;16;20496;2.5703;400;1500;0;0;0;0;0;0;0
10.5;16;20496;2.5703;384;1500;0;0;0;0;0;0;0
10.6;16;20496;2.5703;370;1500;0;0;0;0;0;0;0
10.7;16;20496;2.5703;356;1500;0;0;0;0;0;0;0
10.8;16;20496;2.5703;342;1500;0;0;0;0;0;0;0
10.9;16;20496;2.5703;329;1500;0;0;0;0;0;0;0
11;16;20496;2.5703;317;1500;0;0;0;0;0;0;0
11.1;16;20496;2.5703;305;1500;0;0;0;0;0;0;0
11.2;16;20496;2.5703;293;1500;0;0;0;0;0;0;0
11.3;16;20496;2.5703;282;1500;0;0;0;0;0;0;0
11.4;16;20496;2.5703;271;1500;0;0;0;0;0;0;0
11.5;16;20496;2.5703;261;1500;0;0;0;0;0;0;0
11.6;16;20496;2.5703;251;1500;0;0;0;0;0;0;0
11.7;16;20496;2.5703;241;1500;0;0;0;0;0;0;0
11.8;16;20496;2.5703;232;1500;0;0;0;0;0;0;0
11.9;16;20496;2.5703;223;1500;0;0;0;0;0;0;0
12;16;20496;2.5703;215;1500;0;0;0;0;0;0;0
12.1;16;20496;2.5703;207;1500;0;0;0;0;0;0;0
12.2;16;20496;2.5703;199;1500;0;0;0;0;0;0;0
12.3;16;20496;2.5703;191;1500;0;0;0;0;0;0;0
12.4;16;20496;2.5703;184;1500;0;0;0;0;0;0;0
12.5;16;20496;2.5703;177;1500;0;0;0;0;0;0;0
12.6;16;20496;2.5703;170;1500;0;0;0;0;0;0;0
12.7;16;20496;2.5703;164;1500;0;0;0;0;0;0;0
12.8;16;20496;2.5703;157;1500;0;0;0;0;0;0;0
12.9;16;20496;2.5703;151;1500;0;0;0;0;0;0;0
13;16;20496;2.5703;146;1500;0;0;0;0;0;0;0
13.1;16;20496;2.5703;138;1500;0;0;0;0;0;0;0
13.2;16;20496;2.5703;130;1500;0;0;0;0;0;0;0
13.3;16;20496;2.5703;123;1500;0;0;0;0;0;0;0
13.4;16;20496;2.5703;116;1500;0;0;0;0;0;0;0
13.5;16;20496;2.5703;110;1500;0;0;0;0;0;0;0
13.6;16;20496;2.5703;104;1500;0;0;0;0;0;0;0
13.7;16;20496;2.5703;99;1500;0;0;0;0;0;0;0
13.8;16;20496;2.5703;93;1500;0;0;0;0;0;0;0
13.9;16;20496;2.5703;88;1500;0;0;0;0;0;0;0
14;16;20496;2.5703;83;1500;0;0;0;0;0;0;0
14.1;16;20496;2.5703;79;1500;0;0;0;0;0;0;0
14.2;16;20496;2.5703;75;1500;0;0;0;0;0;0;0
14.3;16;20496;2.5703;71;1500;0;0;0;0;0;0;0
14.4;16;20496;2.5703;67;1500;0;0;0;0;0;0;0
14.5;16;20496;2.5703;63;1500;0;0;0;0;0;0;0
14.6;16;20496;2.5703;60;1500;0;0;0;0;0;0;0
14.7;16;20496;2.5703;56;1500;0;0;0;0;0;0;0
14.8;16;20496;2.5703;53;1500;0;0;0;0;0;0;0
14.9;16;20496;2.5703;51;1500;0;0;0;0;0;0;0
15;16;20496;2.5703;48;1500;0;0;0;0;0;0;0
15.1;16;20496;2.5703;45;1500;0;0;0;0;0;0;0
15.2;16;20496;2.5703;43;1500;0;0;0;0;0;0;0
15.3;16;20496;2.5703;40;1500;0;0;0;0;0;0;0
15.4;16;20496;2.5703;38;1500;0;0;0;0;0;0;0
15.5;16;20496;2.5703;36;1500;0;0;0;0;0;0;0
15.6;16;20496;2.5703;34;1500;0;0;0;0;0;0;0
15.7;16;20496;2.5703;32;1500;0;0;0;0;0;0;0
15.8;16;20496;2.5703;31;1500;0;0;0;0;0;0;0
15.9;16;20496;2.5703;29;1500;0;0;0;0;0;0;0
16;16;20496;2.5703;27;1500;0;0;0;0;0;0;0
16.1;16;20496;2.5703;25;1500;0;0;0;0;0;0;0
16.2;16;20496;2.5703;22;1500;0;0;0;0;0;0;0
16.3;16;20496;2.5703;20;1500;0;0;0;0;0;0;0
16.4;16;20496;2.5703;18;1500;0;0;0;0;0;0;0
16.5;16;20496;2.5703;16;1500;0;0;0;0;0;0;0
16.6;16;20496;2.5703;15;1500;0;0;0;0;0;0;0
16.7;16;20496;2.5703;13;1500;0;0;0;0;0;0;0
16.8;16;20496;2.5703;12;1500;0;0;0;0;0;0;0
16.9;16;20496;2.5703;11;1500;0;0;0;0;0;0;0
17;16;20496;2.5703;10;1500;0;0;0;0;0;0;0
17.1;16;20496;2.5703;9;1500;0;0;0;0;0;0;0
17.2;16;20496;2.5703;8;1500;0;0;0;0;0;0;0
17.3;16;20496;2.5703;7;1500;0;0;0;0;0;0;0
17.4;16;20496;2.5703;7;1500;0;0;0;0;0;0;0
17.5;16;20496;2.5703;6;1500;0;0;0;0;0;0;0
17.6;16;20496;2.5703;5;1500;0;0;0;0;0;0;0
17.7;16;20496;2.5703;5;1500;0;0;0;0;0;0;0
17.8;16;20496;2.5703;4;1500;0;0;0;0;0;0;0
17.9;16;20496;2.5703;4;1500;0;0;0;0;0;0;0
18;16;20496;2.5703;4;1500;0;0;0;0;0;0;0
18.1;16;20496;2.5703;3;1500;0;0;0;0;0;0;0
18.2;16;20496;2.5703;3;1500;0;0;0;0;0;0;0
18.3;16;20496;2.5703;3;1500;0;0;0;0;0;0;0
18.4;16;20496;2.5703;2;1500;0;0;0;0;0;0;0
18.5;16;20496;2.5703;2;1500;0;0;0;0;0;0;0
18.6;16;20496;2.5703;2;1500;0;0;0;0;0;0;0
18.7;16;20496;2.5703;2;1500;0;0;0;0;0;0;0
18.8;16;20496;2.5703;2;1500;0;0;0;0;0;0;0
18.9;16;20496;2.5703;1;1500;0;0;0;0;0;0;0
19;16;20496;2.5703;1;1500;0;0;0;0;0;0;0
19.1;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.2;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.3;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.4;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.5;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.6;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.7;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.8;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
19.9;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.1;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.2;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.3;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.4;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.5;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.6;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.7;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.8;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
20.9;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.1;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.2;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.3;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.4;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.5;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.6;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.7;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.8;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
21.9;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.1;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.2;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.3;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.4;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.5;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.6;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.7;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.8;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
22.9;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.1;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.2;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.3;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.4;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.5;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.6;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.7;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.8;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
23.9;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.1;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.2;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.3;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.4;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.5;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.6;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.7;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.8;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
24.9;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
25;16;20496;2.5703;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-5;17;20496;2.5664;1500;1500;0;0;0;0;0;0;0
-4.9;17;20496;2.5664;1500;1500;0;0;0;0;0;0;0
-4.8;17;20496;2.5664;1500;1500;0;0;0;0;0;0;0
-4.7;17;20496;2.5664;1499;1500;0;0;0;0;0;0;0
-4.6;17;20496;2.5664;1499;1500;0;0;0;0;0;0;0
-4.5;17;20496;2.5664;1499;1500;0;0;0;0;0;0;0
-4.4;17;20496;2.5664;1499;1500;0;0;0;0;0;0;0
-4.3;17;20496;2.5664;1499;1500;0;0;0;0;0;0;0
-4.2;17;20496;2.5664;1498;1500;0;0;0;0;0;0;0
-4.1;17;20496;2.5664;1498;1500;0;0;0;0;0;0;0
-4;17;20496;2.5664;1498;1500;0;0;0;0;0;0;0
-3.9;17;20496;2.5664;1498;1500;0;0;0;0;0;0;0
-3.8;17;20496;2.5664;1497;1500;0;0;0;0;0;0;0
-3.7;17;20496;2.5664;1497;1500;0;0;0;0;0;0;0
-3.6;17;20496;2.5664;1497;1500;0;0;0;0;0;0;0
-3.5;17;20496;2.5664;1497;1500;0;0;0;0;0;0;0
-3.4;17;20496;2.5664;1497;1500;0;0;0;0;0;0;0
-3.3;17;20496;2.5664;1496;1500;0;0;0;0;0;0;0
-3.2;17;20496;2.5664;1496;1500;0;0;0;0;0;0;0
-3.1;17;20496;2.5664;1496;1500;0;0;0;0;0;0;0
-3;17;20496;2.5664;1496;1500;0;0;0;0;0;0;0
-2.9;17;20496;2.5664;1496;1500;0;0;0;0;0;0;0
-2.8;17;20496;2.5664;1495;1500;0;0;0;0;0;0;0
-2.7;17;20496;2.5664;1495;1500;0;0;0;0;0;0;0
-2.6;17;20496;2.5664;1495;1500;0;0;0;0;0;0;0
-2.5;17;20496;2.5664;1495;1500;0;0;0;0;0;0;0
-2.4;17;20496;2.5664;1494;1500;0;0;0;0;0;0;0
-2.3;17;20496;2.5664;1494;1500;0;0;0;0;0;0;0
-2.2;17;20496;2.5664;1494;1500;0;0;0;0;0;0;0
-2.1;17;20496;2.5664;1494;1500;0;0;0;0;0;0;0
-2;17;20496;2.5664;1494;1500;0;0;0;0;0;0;0
-1.9;17;20496;2.5664;1487;1500;0;0;0;0;0;0;0
-1.8;17;20496;2.5664;1481;1500;0;0;0;0;0;0;0
-1.7;17;20496;2.5664;1474;1500;0;0;0;0;0;0;0
-1.6;17;20496;2.5664;1468;1500;0;0;0;0;0;0;0
-1.5;17;20496;2.5664;1461;1500;0;0;0;0;0;0;0
-1.4;17;20496;2.5664;1455;1500;0;0;0;0;0;0;0
-1.3;17;20496;2.5664;1449;1500;0;0;0;0;0;0;0
-1.2;17;20496;2.5664;1442;1500;0;0;0;0;0;0;0
-1.1;17;20496;2.5664;1436;1500;0;0;0;0;0;0;0
-1;17;20496;2.5664;1430;1500;0;0;0;0;0;0;0
-0.9;17;20496;2.5664;1423;1500;0;0;0;0;0;0;0
-0.8;17;20496;2.5664;1417;1500;0;0;0;0;0;0;0
-0.7;17;20496;2.5664;1411;1500;0;0;0;0;0;0;0
-0.6;17;20496;2.5664;1405;1500;0;0;0;0;0;0;0
-0.5;17;20496;2.5664;1399;1500;0;0;0;0;0;0;0
-0.4;17;20496;2.5664;1393;1500;0;0;0;0;0;0;0
-0.3;17;20496;2.5664;1386;1500;0;0;0;0;0;0;0
-0.2;17;20496;2.5664;1380;1500;0;0;0;0;0;0;0
-0.1;17;20496;2.5664;1374;1500;0;0;0;0;0;0;0
0;17;20496;2.5664;1368;1500;0;0;0;0;0;0;0
0.1;17;20496;2.5664;1362;1500;0;0;0;0;0;0;0
0.2;17;20496;2.5664;1356;1500;0;0;0;0;0;0;0
0.3;17;20496;2.5664;1350;1500;0;0;0;0;0;0;0
0.4;17;20496;2.5664;1345;1500;0;0;0;0;0;0;0
0.5;17;20496;2.5664;1339;1500;0;0;0;0;0;0;0
0.6;17;20496;2.5664;1333;1500;0;0;0;0;0;0;0
0.7;17;20496;2.5664;1327;1500;0;0;0;0;0;0;0
0.8;17;20496;2.5664;1321;1500;0;0;0;0;0;0;0
0.9;17;20496;2.5664;1315;1500;0;0;0;0;0;0;0
1;17;20496;2.5664;1310;1500;0;0;0;0;0;0;0
1.1;17;20496;2.5664;1299;1500;0;0;0;0;0;0;0
1.2;17;20496;2.5664;1288;1500;0;0;0;0;0;0;0
1.3;17;20496;2.5664;1277;1500;0;0;0;0;0;0;0
1.4;17;20496;2.5664;1266;1500;0;0;0;0;0;0;0
1.5;17;20496;2.5664;1256;1500;0;0;0;0;0;0;0
1.6;17;20496;2.5664;1245;1500;0;0;0;0;0;0;0
1.7;17;20496;2.5664;1235;1500;0;0;0;0;0;0;0
1.8;17;20496;2.5664;1224;1500;0;0;0;0;0;0;0
1.9;17;20496;2.5664;1214;1500;0;0;0;0;0;0;0
2;17;20496;2.5664;1204;1500;0;0;0;0;0;0;0
2.1;17;20496;2.5664;1194;1500;0;0;0;0;0;0;0
2.2;17;20496;2.5664;1184;1500;0;0;0;0;0;0;0
2.3;17;20496;2.5664;1174;1500;0;0;0;0;0;0;0
2.4;17;20496;2.5664;1164;1500;0;0;0;0;0;0;0
2.5;17;20496;2.5664;1154;1500;0;0;0;0;0;0;0
2.6;17;20496;2.5664;1144;1500;0;0;0;0;0;0;0
2.7;17;20496;2.5664;1135;1500;0;0;0;0;0;0;0
2.8;17;20496;2.5664;1125;1500;0;0;0;0;0;0;0
2.9;17;20496;2.5664;1116;1500;0;0;0;0;0;0;0
3;17;20496;2.5664;1106;1500;0;0;0;0;0;0;0
3.1;17;20496;2.5664;1097;1500;0;0;0;0;0;0;0
3.2;17;20496;2.5664;1088;1500;0;0;0;0;0;0;0
3.3;17;20496;2.5664;1079;1500;0;0;0;0;0;0;0
3.4;17;20496;2.5664;1070;1500;0;0;0;0;0;0;0
3.5;17;20496;2.5664;1061;1500;0;0;0;0;0;0;0
3.6;17;20496;2.5664;1052;1500;0;0;0;0;0;0;0
3.7;17;20496;2.5664;1043;1500;0;0;0;0;0;0;0
3.8;17;20496;2.5664;1034;1500;0;0;0;0;0;0;0
3.9;17;20496;2.5664;1025;1500;0;0;0;0;0;0;0
4;17;20496;2.5664;1017;1500;0;0;0;0;0;0;0
4.1;17;20496;2.5664;1009;1500;0;0;0;0;0;0;0
4.2;17;20496;2.5664;1001;1500;0;0;0;0;0;0;0
4.3;17;20496;2.5664;993;1500;0;0;0;0;0;0;0
4.4;17;20496;2.5664;985;1500;0;0;0;0;0;0;0
4.5;17;20496;2.5664;977;1500;0;0;0;0;0;0;0
4.6;17;20496;2.5664;969;1500;0;0;0;0;0;0;0
4.7;17;20496;2.5664;961;1500;0;0;0;0;0;0;0
4.8;17;20496;2.5664;954;1500;0;0;0;0;0;0;0
4.9;17;20496;2.5664;946;1500;0;0;0;0;0;0;0
5;17;20496;2.5664;939;1500;0;0;0;0;0;0;0
5.1;17;20496;2.5664;931;1500;0;0;0;0;0;0;0
5.2;17;20496;2.5664;924;1500;0;0;0;0;0;0;0
5.3;17;20496;2.5664;916;1500;0;0;0;0;0;0;0
5.4;17;20496;2.5664;909;1500;0;0;0;0;0;0;0
5.5;17;20496;2.5664;902;1500;0;0;0;0;0;0;0
5.6;17;20496;2.5664;895;1500;0;0;0;0;0;0;0
5.7;17;20496;2.5664;888;1500;0;0;0;0;0;0;0
5.8;17;20496;2.5664;881;1500;0;0;0;0;0;0;0
5.9;17;20496;2.5664;874;1500;0;0;0;0;0;0;0
6;17;20496;2.5664;867;1500;0;0;0;0;0;0;0
6.1;17;20496;2.5664;860;1500;0;0;0;0;0;0;0
6.2;17;20496;2.5664;853;1500;0;0;0;0;0;0;0
6.3;17;20496;2.5664;846;1500;0;0;0;0;0;0;0
6.4;17;20496;2.5664;839;1500;0;0;0;0;0;0;0
6.5;17;20496;2.5664;833;1500;0;0;0;0;0;0;0
6.6;17;20496;2.5664;826;1500;0;0;0;0;0;0;0
6.7;17;20496;2.5664;820;1500;0;0;0;0;0;0;0
6.8;17;20496;2.5664;813;1500;0;0;0;0;0;0;0
6.9;17;20496;2.5664;807;1500;0;0;0;0;0;0;0
7;17;20496;2.5664;800;1500;0;0;0;0;0;0;0
7.1;17;20496;2.5664;787;1500;0;0;0;0;0;0;0
7.2;17;20496;2.5664;774;1500;0;0;0;0;0;0;0
7.3;17;20496;2.5664;761;1500;0;0;0;0;0;0;0
7.4;17;20496;2.5664;748;1500;0;0;0;0;0;0;0
7.5;17;20496;2.5664;736;1500;0;0;0;0;0;0;0
7.6;17;20496;2.5664;723;1500;0;0;0;0;0;0;0
7.7;17;20496;2.5664;711;1500;0;0;0;0;0;0;0
7.8;17;20496;2.5664;699;1500;0;0;0;0;0;0;0
7.9;17;20496;2.5664;688;1500;0;0;0;0;0;0;0
8;17;20496;2.5664;676;1500;0;0;0;0;0;0;0
8.1;17;20496;2.5664;665;1500;0;0;0;0;0;0;0
8.2;17;20496;2.5664;654;1500;0;0;0;0;0;0;0
8.3;17;20496;2.5664;643;1500;0;0;0;0;0;0;0
8.4;17;20496;2.5664;632;1500;0;0;0;0;0;0;0
8.5;17;20496;2.5664;622;1500;0;0;0;0;0;0;0
8.6;17;20496;2.5664;611;1500;0;0;0;0;0;0;0
8.7;17;20496;2.5664;601;1500;0;0;0;0;0;0;0
8.8;17;20496;2.5664;591;1500;0;0;0;0;0;0;0
8.9;17;20496;2.5664;581;1500;0;0;0;0;0;0;0
9;17;20496;2.5664;571;1500;0;0;0;0;0;0;0
9.1;17;20496;2.5664;562;1500;0;0;0;0;0;0;0
9.2;17;20496;2.5664;553;1500;0;0;0;0;0;0;0
9.3;17;20496;2.5664;543;1500;0;0;0;0;0;0;0
9.4;17;20496;2.5664;534;1500;0;0;0;0;0;0;0
9.5;17;20496;2.5664;525;1500;0;0;0;0;0;0;0
9.6;17;20496;2.5664;517;1500;0;0;0;0;0;0;0
9.7;17;20496;2.5664;508;1500;0;0;0;0;0;0;0
9.8;17;20496;2.5664;500;1500;0;0;0;0;0;0;0
9.9;17;20496;2.5664;491;1500;0;0;0;0;0;0;0
10;17;20496;2.5664;483;1500;0;0;0;0;0;0;0
10.1;17;20496;2.5664;463;1500;0;0;0;0;0;0;0
10.2;17;20496;2.5664;444;1500;0;0;0;0;0;0;0
10.3;17;20496;2.5664;426;1500;0;0;0;0;0;0;0
10.4;17;20496;2.5664;409;1500;0;0;0;0;0;0;0
10.5;17;20496;2.5664;392;1500;0;0;0;0;0;0;0
10.6;17;20496;2.5664;376;1500;0;0;0;0;0;0;0
10.7;17;20496;2.5664;360;1500;0;0;0;0;0;0;0
10.8;17;20496;2.5664;346;1500;0;0;0;0;0;0;0
10.9;17;20496;2.5664;331;1500;0;0;0;0;0;0;0
11;17;20496;2.5664;318;1500;0;0;0;0;0;0;0
11.1;17;20496;2.5664;305;1500;0;0;0;0;0;0;0
11.2;17;20496;2.5664;292;1500;0;0;0;0;0;0;0
11.3;17;20496;2.5664;280;1500;0;0;0;0;0;0;0
11.4;17;20496;2.5664;269;1500;0;0;0;0;0;0;0
11.5;17;20496;2.5664;258;1500;0;0;0;0;0;0;0
11.6;17;20496;2.5664;247;1500;0;0;0;0;0;0;0
11.7;17;20496;2.5664;237;1500;0;0;0;0;0;0;0
11.8;17;20496;2.5664;227;1500;0;0;0;0;0;0;0
11.9;17;20496;2.5664;218;1500;0;0;0;0;0;0;0
12;17;20496;2.5664;209;1500;0;0;0;0;0;0;0
12.1;17;20496;2.5664;201;1500;0;0;0;0;0;0;0
12.2;17;20496;2.5664;192;1500;0;0;0;0;0;0;0
12.3;17;20496;2.5664;185;1500;0;0;0;0;0;0;0
12.4;17;20496;2.5664;177;1500;0;0;0;0;0;0;0
12.5;17;20496;2.5664;170;1500;0;0;0;0;0;0;0
12.6;17;20496;2.5664;163;1500;0;0;0;0;0;0;0
12.7;17;20496;2.5664;156;1500;0;0;0;0;0;0;0
12.8;17;20496;2.5664;150;1500;0;0;0;0;0;0;0
12.9;17;20496;2.5664;144;1500;0;0;0;0;0;0;0
13;17;20496;2.5664;138;1500;0;0;0;0;0;0;0
13.1;17;20496;2.5664;128;1500;0;0;0;0;0;0;0
13.2;17;20496;2.5664;119;1500;0;0;0;0;0;0;0
13.3;17;20496;2.5664;110;1500;0;0;0;0;0;0;0
13.4;17;20496;2.5664;102;1500;0;0;0;0;0;0;0
13.5;17;20496;2.5664;95;1500;0;0;0;0;0;0;0
13.6;17;20496;2.5664;88;1500;0;0;0;0;0;0;0
13.7;17;20496;2.5664;82;1500;0;0;0;0;0;0;0
13.8;17;20496;2.5664;76;1500;0;0;0;0;0;0;0
13.9;17;20496;2.5664;70;1500;0;0;0;0;0;0;0
14;17;20496;2.5664;65;1500;0;0;0;0;0;0;0
14.1;17;20496;2.5664;61;1500;0;0;0;0;0;0;0
14.2;17;20496;2.5664;56;1500;0;0;0;0;0;0;0
14.3;17;20496;2.5664;52;1500;0;0;0;0;0;0;0
14.4;17;20496;2.5664;49;1500;0;0;0;0;0;0;0
14.5;17;20496;2.5664;45;1500;0;0;0;0;0;0;0
14.6;17;20496;2.5664;42;1500;0;0;0;0;0;0;0
14.7;17;20496;2.5664;39;1500;0;0;0;0;0;0;0
14.8;17;20496;2.5664;36;1500;0;0;0;0;0;0;0
14.9;17;20496;2.5664;33;1500;0;0;0;0;0;0;0
15;17;20496;2.5664;31;1500;0;0;0;0;0;0;0
15.1;17;20496;2.5664;29;1500;0;0;0;0;0;0;0
15.2;17;20496;2.5664;27;1500;0;0;0;0;0;0;0
15.3;17;20496;2.5664;25;1500;0;0;0;0;0;0;0
15.4;17;20496;2.5664;23;1500;0;0;0;0;0;0;0
15.5;17;20496;2.5664;21;1500;0;0;0;0;0;0;0
15.6;17;20496;2.5664;20;1500;0;0;0;0;0;0;0
15.7;17;20496;2.5664;18;1500;0;0;0;0;0;0;0
15.8;17;20496;2.5664;17;1500;0;0;0;0;0;0;0
15.9;17;20496;2.5664;16;1500;0;0;0;0;0;0;0
16;17;20496;2.5664;15;1500;0;0;0;0;0;0;0
16.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
16.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
17.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
18.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
19.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
20.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
21.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
22.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
23.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.1;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.2;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.3;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.4;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.5;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.6;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.7;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.8;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
24.9;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
25;17;20496;2.5664;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-5;18;21504;2.7305;1500;1500;0;0;0;0;0;0;0
-4.9;18;21504;2.7305;1500;1500;0;0;0;0;0;0;0
-4.8;18;21504;2.7305;1500;1500;0;0;0;0;0;0;0
-4.7;18;21504;2.7305;1500;1500;0;0;0;0;0;0;0
-4.6;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-4.5;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-4.4;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-4.3;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-4.2;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-4.1;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-4;18;21504;2.7305;1499;1500;0;0;0;0;0;0;0
-3.9;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.8;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.7;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.6;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.5;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.4;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.3;18;21504;2.7305;1498;1500;0;0;0;0;0;0;0
-3.2;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-3.1;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-3;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-2.9;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-2.8;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-2.7;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-2.6;18;21504;2.7305;1497;1500;0;0;0;0;0;0;0
-2.5;18;21504;2.7305;1496;1500;0;0;0;0;0;0;0
-2.4;18;21504;2.7305;1496;1500;0;0;0;0;0;0;0
-2.3;18;21504;2.7305;1496;1500;0;0;0;0;0;0;0
-2.2;18;21504;2.7305;1496;1500;0;0;0;0;0;0;0
-2.1;18;21504;2.7305;1496;1500;0;0;0;0;0;0;0
-2;18;21504;2.7305;1496;1500;0;0;0;0;0;0;0
-1.9;18;21504;2.7305;1490;1500;0;0;0;0;0;0;0
-1.8;18;21504;2.7305;1484;1500;0;0;0;0;0;0;0
-1.7;18;21504;2.7305;1478;1500;0;0;0;0;0;0;0
-1.6;18;21504;2.7305;1472;1500;0;0;0;0;0;0;0
-1.5;18;21504;2.7305;1467;1500;0;0;0;0;0;0;0
-1.4;18;21504;2.7305;1461;1500;0;0;0;0;0;0;0
-1.3;18;21504;2.7305;1455;1500;0;0;0;0;0;0;0
-1.2;18;21504;2.7305;1449;1500;0;0;0;0;0;0;0
-1.1;18;21504;2.7305;1444;1500;0;0;0;0;0;0;0
-1;18;21504;2.7305;1438;1500;0;0;0;0;0;0;0
-0.9;18;21504;2.7305;1432;1500;0;0;0;0;0;0;0
-0.8;18;21504;2.7305;1427;1500;0;0;0;0;0;0;0
-0.7;18;21504;2.7305;1421;1500;0;0;0;0;0;0;0
-0.6;18;21504;2.7305;1416;1500;0;0;0;0;0;0;0
-0.5;18;21504;2.7305;1410;1500;0;0;0;0;0;0;0
-0.4;18;21504;2.7305;1405;1500;0;0;0;0;0;0;0
-0.3;18;21504;2.7305;1399;1500;0;0;0;0;0;0;0
-0.2;18;21504;2.7305;1394;1500;0;0;0;0;0;0;0
-0.1;18;21504;2.7305;1388;1500;0;0;0;0;0;0;0
0;18;21504;2.7305;1383;1500;0;0;0;0;0;0;0
0.1;18;21504;2.7305;1377;1500;0;0;0;0;0;0;0
0.2;18;21504;2.7305;1372;1500;0;0;0;0;0;0;0
0.3;18;21504;2.7305;1367;1500;0;0;0;0;0;0;0
0.4;18;21504;2.7305;1361;1500;0;0;0;0;0;0;0
0.5;18;21504;2.7305;1356;1500;0;0;0;0;0;0;0
0.6;18;21504;2.7305;1351;1500;0;0;0;0;0;0;0
0.7;18;21504;2.7305;1345;1500;0;0;0;0;0;0;0
0.8;18;21504;2.7305;1340;1500;0;0;0;0;0;0;0
0.9;18;21504;2.7305;1335;1500;0;0;0;0;0;0;0
1;18;21504;2.7305;1330;1500;0;0;0;0;0;0;0
1.1;18;21504;2.7305;1319;1500;0;0;0;0;0;0;0
1.2;18;21504;2.7305;1308;1500;0;0;0;0;0;0;0
1.3;18;21504;2.7305;1297;1500;0;0;0;0;0;0;0
1.4;18;21504;2.7305;1287;1500;0;0;0;0;0;0;0
1.5;18;21504;2.7305;1276;1500;0;0;0;0;0;0;0
1.6;18;21504;2.7305;1266;1500;0;0;0;0;0;0;0
1.7;18;21504;2.7305;1255;1500;0;0;0;0;0;0;0
1.8;18;21504;2.7305;1245;1500;0;0;0;0;0;0;0
1.9;18;21504;2.7305;1235;1500;0;0;0;0;0;0;0
2;18;21504;2.7305;1225;1500;0;0;0;0;0;0;0
2.1;18;21504;2.7305;1215;1500;0;0;0;0;0;0;0
2.2;18;21504;2.7305;1205;1500;0;0;0;0;0;0;0
2.3;18;21504;2.7305;1195;1500;0;0;0;0;0;0;0
2.4;18;21504;2.7305;1185;1500;0;0;0;0;0;0;0
2.5;18;21504;2.7305;1176;1500;0;0;0;0;0;0;0
2.6;18;21504;2.7305;1166;1500;0;0;0;0;0;0;0
2.7;18;21504;2.7305;1157;1500;0;0;0;0;0;0;0
2.8;18;21504;2.7305;1147;1500;0;0;0;0;0;0;0
2.9;18;21504;2.7305;1138;1500;0;0;0;0;0;0;0
3;18;21504;2.7305;1128;1500;0;0;0;0;0;0;0
3.1;18;21504;2.7305;1119;1500;0;0;0;0;0;0;0
3.2;18;21504;2.7305;1110;1500;0;0;0;0;0;0;0
3.3;18;21504;2.7305;1101;1500;0;0;0;0;0;0;0
3.4;18;21504;2.7305;1092;1500;0;0;0;0;0;0;0
3.5;18;21504;2.7305;1083;1500;0;0;0;0;0;0;0
3.6;18;21504;2.7305;1074;1500;0;0;0;0;0;0;0
3.7;18;21504;2.7305;1065;1500;0;0;0;0;0;0;0
3.8;18;21504;2.7305;1057;1500;0;0;0;0;0;0;0
3.9;18;21504;2.7305;1048;1500;0;0;0;0;0;0;0
4;18;21504;2.7305;1040;1500;0;0;0;0;0;0;0
4.1;18;21504;2.7305;1031;1500;0;0;0;0;0;0;0
4.2;18;21504;2.7305;1023;1500;0;0;0;0;0;0;0
4.3;18;21504;2.7305;1015;1500;0;0;0;0;0;0;0
4.4;18;21504;2.7305;1007;1500;0;0;0;0;0;0;0
4.5;18;21504;2.7305;1000;1500;0;0;0;0;0;0;0
4.6;18;21504;2.7305;992;1500;0;0;0;0;0;0;0
4.7;18;21504;2.7305;984;1500;0;0;0;0;0;0;0
4.8;18;21504;2.7305;976;1500;0;0;0;0;0;0;0
4.9;18;21504;2.7305;969;1500;0;0;0;0;0;0;0
5;18;21504;2.7305;961;1500;0;0;0;0;0;0;0
5.1;18;21504;2.7305;954;1500;0;0;0;0;0;0;0
5.2;18;21504;2.7305;946;1500;0;0;0;0;0;0;0
5.3;18;21504;2.7305;939;1500;0;0;0;0;0;0;0
5.4;18;21504;2.7305;931;1500;0;0;0;0;0;0;0
5.5;18;21504;2.7305;924;1500;0;0;0;0;0;0;0
5.6;18;21504;2.7305;917;1500;0;0;0;0;0;0;0
5.7;18;21504;2.7305;910;1500;0;0;0;0;0;0;0
5.8;18;21504;2.7305;903;1500;0;0;0;0;0;0;0
5.9;18;21504;2.7305;895;1500;0;0;0;0;0;0;0
6;18;21504;2.7305;888;1500;0;0;0;0;0;0;0
6.1;18;21504;2.7305;881;1500;0;0;0;0;0;0;0
6.2;18;21504;2.7305;875;1500;0;0;0;0;0;0;0
6.3;18;21504;2.7305;868;1500;0;0;0;0;0;0;0
6.4;18;21504;2.7305;861;1500;0;0;0;0;0;0;0
6.5;18;21504;2.7305;854;1500;0;0;0;0;0;0;0
6.6;18;21504;2.7305;848;1500;0;0;0;0;0;0;0
6.7;18;21504;2.7305;841;1500;0;0;0;0;0;0;0
6.8;18;21504;2.7305;834;1500;0;0;0;0;0;0;0
6.9;18;21504;2.7305;828;1500;0;0;0;0;0;0;0
7;18;21504;2.7305;821;1500;0;0;0;0;0;0;0
7.1;18;21504;2.7305;812;1500;0;0;0;0;0;0;0
7.2;18;21504;2.7305;802;1500;0;0;0;0;0;0;0
7.3;18;21504;2.7305;792;1500;0;0;0;0;0;0;0
7.4;18;21504;2.7305;783;1500;0;0;0;0;0;0;0
7.5;18;21504;2.7305;774;1500;0;0;0;0;0;0;0
7.6;18;21504;2.7305;764;1500;0;0;0;0;0;0;0
7.7;18;21504;2.7305;755;1500;0;0;0;0;0;0;0
7.8;18;21504;2.7305;746;1500;0;0;0;0;0;0;0
7.9;18;21504;2.7305;737;1500;0;0;0;0;0;0;0
8;18;21504;2.7305;729;1500;0;0;0;0;0;0;0
8.1;18;21504;2.7305;720;1500;0;0;0;0;0;0;0
8.2;18;21504;2.7305;711;1500;0;0;0;0;0;0;0
8.3;18;21504;2.7305;703;1500;0;0;0;0;0;0;0
8.4;18;21504;2.7305;694;1500;0;0;0;0;0;0;0
8.5;18;21504;2.7305;686;1500;0;0;0;0;0;0;0
8.6;18;21504;2.7305;678;1500;0;0;0;0;0;0;0
8.7;18;21504;2.7305;670;1500;0;0;0;0;0;0;0
8.8;18;21504;2.7305;662;1500;0;0;0;0;0;0;0
8.9;18;21504;2.7305;654;1500;0;0;0;0;0;0;0
9;18;21504;2.7305;646;1500;0;0;0;0;0;0;0
9.1;18;21504;2.7305;638;1500;0;0;0;0;0;0;0
9.2;18;21504;2.7305;631;1500;0;0;0;0;0;0;0
9.3;18;21504;2.7305;623;1500;0;0;0;0;0;0;0
9.4;18;21504;2.7305;616;1500;0;0;0;0;0;0;0
9.5;18;21504;2.7305;609;1500;0;0;0;0;0;0;0
9.6;18;21504;2.7305;601;1500;0;0;0;0;0;0;0
9.7;18;21504;2.7305;594;1500;0;0;0;0;0;0;0
9.8;18;21504;2.7305;587;1500;0;0;0;0;0;0;0
9.9;18;21504;2.7305;580;1500;0;0;0;0;0;0;0
10;18;21504;2.7305;573;1500;0;0;0;0;0;0;0
10.1;18;21504;2.7305;553;1500;0;0;0;0;0;0;0
10.2;18;21504;2.7305;534;1500;0;0;0;0;0;0;0
10.3;18;21504;2.7305;515;1500;0;0;0;0;0;0;0
10.4;18;21504;2.7305;497;1500;0;0;0;0;0;0;0
10.5;18;21504;2.7305;479;1500;0;0;0;0;0;0;0
10.6;18;21504;2.7305;462;1500;0;0;0;0;0;0;0
10.7;18;21504;2.7305;446;1500;0;0;0;0;0;0;0
10.8;18;21504;2.7305;430;1500;0;0;0;0;0;0;0
10.9;18;21504;2.7305;415;1500;0;0;0;0;0;0;0
11;18;21504;2.7305;401;1500;0;0;0;0;0;0;0
11.1;18;21504;2.7305;387;1500;0;0;0;0;0;0;0
11.2;18;21504;2.7305;373;1500;0;0;0;0;0;0;0
11.3;18;21504;2.7305;360;1500;0;0;0;0;0;0;0
11.4;18;21504;2.7305;347;1500;0;0;0;0;0;0;0
11.5;18;21504;2.7305;335;1500;0;0;0;0;0;0;0
11.6;18;21504;2.7305;323;1500;0;0;0;0;0;0;0
11.7;18;21504;2.7305;312;1500;0;0;0;0;0;0;0
11.8;18;21504;2.7305;301;1500;0;0;0;0;0;0;0
11.9;18;21504;2.7305;290;1500;0;0;0;0;0;0;0
12;18;21504;2.7305;280;1500;0;0;0;0;0;0;0
12.1;18;21504;2.7305;270;1500;0;0;0;0;0;0;0
12.2;18;21504;2.7305;261;1500;0;0;0;0;0;0;0
12.3;18;21504;2.7305;252;1500;0;0;0;0;0;0;0
12.4;18;21504;2.7305;243;1500;0;0;0;0;0;0;0
12.5;18;21504;2.7305;234;1500;0;0;0;0;0;0;0
12.6;18;21504;2.7305;226;1500;0;0;0;0;0;0;0
12.7;18;21504;2.7305;218;1500;0;0;0;0;0;0;0
12.8;18;21504;2.7305;210;1500;0;0;0;0;0;0;0
12.9;18;21504;2.7305;203;1500;0;0;0;0;0;0;0
13;18;21504;2.7305;196;1500;0;0;0;0;0;0;0
13.1;18;21504;2.7305;183;1500;0;0;0;0;0;0;0
13.2;18;21504;2.7305;171;1500;0;0;0;0;0;0;0
13.3;18;21504;2.7305;160;1500;0;0;0;0;0;0;0
13.4;18;21504;2.7305;150;1500;0;0;0;0;0;0;0
13.5;18;21504;2.7305;140;1500;0;0;0;0;0;0;0
13.6;18;21504;2.7305;131;1500;0;0;0;0;0;0;0
13.7;18;21504;2.7305;122;1500;0;0;0;0;0;0;0
13.8;18;21504;2.7305;114;1500;0;0;0;0;0;0;0
13.9;18;21504;2.7305;107;1500;0;0;0;0;0;0;0
14;18;21504;2.7305;100;1500;0;0;0;0;0;0;0
14.1;18;21504;2.7305;93;1500;0;0;0;0;0;0;0
14.2;18;21504;2.7305;87;1500;0;0;0;0;0;0;0
14.3;18;21504;2.7305;82;1500;0;0;0;0;0;0;0
14.4;18;21504;2.7305;76;1500;0;0;0;0;0;0;0
14.5;18;21504;2.7305;71;1500;0;0;0;0;0;0;0
14.6;18;21504;2.7305;67;1500;0;0;0;0;0;0;0
14.7;18;21504;2.7305;62;1500;0;0;0;0;0;0;0
14.8;18;21504;2.7305;58;1500;0;0;0;0;0;0;0
14.9;18;21504;2.7305;55;1500;0;0;0;0;0;0;0
15;18;21504;2.7305;51;1500;0;0;0;0;0;0;0
15.1;18;21504;2.7305;48;1500;0;0;0;0;0;0;0
15.2;18;21504;2.7305;45;1500;0;0;0;0;0;0;0
15.3;18;21504;2.7305;42;1500;0;0;0;0;0;0;0
15.4;18;21504;2.7305;39;1500;0;0;0;0;0;0;0
15.5;18;21504;2.7305;36;1500;0;0;0;0;0;0;0
15.6;18;21504;2.7305;34;1500;0;0;0;0;0;0;0
15.7;18;21504;2.7305;32;1500;0;0;0;0;0;0;0
15.8;18;21504;2.7305;30;1500;0;0;0;0;0;0;0
15.9;18;21504;2.7305;28;1500;0;0;0;0;0;0;0
16;18;21504;2.7305;26;1500;0;0;0;0;0;0;0
16.1;18;21504;2.7305;23;1500;0;0;0;0;0;0;0
16.2;18;21504;2.7305;21;1500;0;0;0;0;0;0;0
16.3;18;21504;2.7305;18;1500;0;0;0;0;0;0;0
16.4;18;21504;2.7305;16;1500;0;0;0;0;0;0;0
16.5;18;21504;2.7305;14;1500;0;0;0;0;0;0;0
16.6;18;21504;2.7305;13;1500;0;0;0;0;0;0;0
16.7;18;21504;2.7305;11;1500;0;0;0;0;0;0;0
16.8;18;21504;2.7305;10;1500;0;0;0;0;0;0;0
16.9;18;21504;2.7305;9;1500;0;0;0;0;0;0;0
17;18;21504;2.7305;8;1500;0;0;0;0;0;0;0
17.1;18;21504;2.7305;7;1500;0;0;0;0;0;0;0
17.2;18;21504;2.7305;6;1500;0;0;0;0;0;0;0
17.3;18;21504;2.7305;6;1500;0;0;0;0;0;0;0
17.4;18;21504;2.7305;5;1500;0;0;0;0;0;0;0
17.5;18;21504;2.7305;4;1500;0;0;0;0;0;0;0
17.6;18;21504;2.7305;4;1500;0;0;0;0;0;0;0
17.7;18;21504;2.7305;3;1500;0;0;0;0;0;0;0
17.8;18;21504;2.7305;3;1500;0;0;0;0;0;0;0
17.9;18;21504;2.7305;3;1500;0;0;0;0;0;0;0
18;18;21504;2.7305;2;1500;0;0;0;0;0;0;0
18.1;18;21504;2.7305;2;1500;0;0;0;0;0;0;0
18.2;18;21504;2.7305;2;1500;0;0;0;0;0;0;0
18.3;18;21504;2.7305;2;1500;0;0;0;0;0;0;0
18.4;18;21504;2.7305;2;1500;0;0;0;0;0;0;0
18.5;18;21504;2.7305;1;1500;0;0;0;0;0;0;0
18.6;18;21504;2.7305;1;1500;0;0;0;0;0;0;0
18.7;18;21504;2.7305;1;1500;0;0;0;0;0;0;0
18.8;18;21504;2.7305;1;1500;0;0;0;0;0;0;0
18.9;18;21504;2.7305;1;1500;0;0;0;0;0;0;0
19;18;21504;2.7305;1;1500;0;0;0;0;0;0;0
19.1;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.2;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.3;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.4;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.5;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.6;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.7;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.8;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
19.9;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.1;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.2;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.3;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.4;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.5;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.6;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.7;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.8;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
20.9;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.1;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.2;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.3;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.4;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.5;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.6;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.7;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.8;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
21.9;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.1;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.2;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.3;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.4;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.5;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.6;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.7;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.8;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
22.9;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.1;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.2;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.3;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.4;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.5;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.6;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.7;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.8;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
23.9;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.1;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.2;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.3;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.4;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.5;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.6;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.7;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.8;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
24.9;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
25;18;21504;2.7305;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-5;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.9;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.8;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.7;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.6;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.5;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.4;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.3;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.2;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4.1;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-4;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.9;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.8;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.7;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.6;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.5;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.4;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.3;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.2;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3.1;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-3;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.9;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.8;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.7;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.6;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.5;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.4;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.3;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.2;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2.1;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-2;19;24072;3.0293;1500;1500;0;0;0;0;0;0;0
-1.9;19;24072;3.0293;1496;1500;0;0;0;0;0;0;0
-1.8;19;24072;3.0293;1492;1500;0;0;0;0;0;0;0
-1.7;19;24072;3.0293;1489;1500;0;0;0;0;0;0;0
-1.6;19;24072;3.0293;1485;1500;0;0;0;0;0;0;0
-1.5;19;24072;3.0293;1482;1500;0;0;0;0;0;0;0
-1.4;19;24072;3.0293;1478;1500;0;0;0;0;0;0;0
-1.3;19;24072;3.0293;1474;1500;0;0;0;0;0;0;0
-1.2;19;24072;3.0293;1471;1500;0;0;0;0;0;0;0
-1.1;19;24072;3.0293;1467;1500;0;0;0;0;0;0;0
-1;19;24072;3.0293;1464;1500;0;0;0;0;0;0;0
-0.9;19;24072;3.0293;1460;1500;0;0;0;0;0;0;0
-0.8;19;24072;3.0293;1456;1500;0;0;0;0;0;0;0
-0.7;19;24072;3.0293;1453;1500;0;0;0;0;0;0;0
-0.6;19;24072;3.0293;1449;1500;0;0;0;0;0;0;0
-0.5;19;24072;3.0293;1446;1500;0;0;0;0;0;0;0
-0.4;19;24072;3.0293;1442;1500;0;0;0;0;0;0;0
-0.3;19;24072;3.0293;1439;1500;0;0;0;0;0;0;0
-0.2;19;24072;3.0293;1435;1500;0;0;0;0;0;0;0
-0.1;19;24072;3.0293;1432;1500;0;0;0;0;0;0;0
0;19;24072;3.0293;1428;1500;0;0;0;0;0;0;0
0.1;19;24072;3.0293;1425;1500;0;0;0;0;0;0;0
0.2;19;24072;3.0293;1421;1500;0;0;0;0;0;0;0
0.3;19;24072;3.0293;1418;1500;0;0;0;0;0;0;0
0.4;19;24072;3.0293;1414;1500;0;0;0;0;0;0;0
0.5;19;24072;3.0293;1411;1500;0;0;0;0;0;0;0
0.6;19;24072;3.0293;1408;1500;0;0;0;0;0;0;0
0.7;19;24072;3.0293;1404;1500;0;0;0;0;0;0;0
0.8;19;24072;3.0293;1401;1500;0;0;0;0;0;0;0
0.9;19;24072;3.0293;1397;1500;0;0;0;0;0;0;0
1;19;24072;3.0293;1394;1500;0;0;0;0;0;0;0
1.1;19;24072;3.0293;1384;1500;0;0;0;0;0;0;0
1.2;19;24072;3.0293;1373;1500;0;0;0;0;0;0;0
1.3;19;24072;3.0293;1363;1500;0;0;0;0;0;0;0
1.4;19;24072;3.0293;1353;1500;0;0;0;0;0;0;0
1.5;19;24072;3.0293;1343;1500;0;0;0;0;0;0;0
1.6;19;24072;3.0293;1333;1500;0;0;0;0;0;0;0
1.7;19;24072;3.0293;1323;1500;0;0;0;0;0;0;0
1.8;19;24072;3.0293;1313;1500;0;0;0;0;0;0;0
1.9;19;24072;3.0293;1303;1500;0;0;0;0;0;0;0
2;19;24072;3.0293;1293;1500;0;0;0;0;0;0;0
2.1;19;24072;3.0293;1284;1500;0;0;0;0;0;0;0
2.2;19;24072;3.0293;1274;1500;0;0;0;0;0;0;0
2.3;19;24072;3.0293;1265;1500;0;0;0;0;0;0;0
2.4;19;24072;3.0293;1255;1500;0;0;0;0;0;0;0
2.5;19;24072;3.0293;1246;1500;0;0;0;0;0;0;0
2.6;19;24072;3.0293;1236;1500;0;0;0;0;0;0;0
2.7;19;24072;3.0293;1227;1500;0;0;0;0;0;0;0
2.8;19;24072;3.0293;1218;1500;0;0;0;0;0;0;0
2.9;19;24072;3.0293;1209;1500;0;0;0;0;0;0;0
3;19;24072;3.0293;1200;1500;0;0;0;0;0;0;0
3.1;19;24072;3.0293;1191;1500;0;0;0;0;0;0;0
3.2;19;24072;3.0293;1182;1500;0;0;0;0;0;0;0
3.3;19;24072;3.0293;1173;1500;0;0;0;0;0;0;0
3.4;19;24072;3.0293;1165;1500;0;0;0;0;0;0;0
3.5;19;24072;3.0293;1156;1500;0;0;0;0;0;0;0
3.6;19;24072;3.0293;1147;1500;0;0;0;0;0;0;0
3.7;19;24072;3.0293;1139;1500;0;0;0;0;0;0;0
3.8;19;24072;3.0293;1130;1500;0;0;0;0;0;0;0
3.9;19;24072;3.0293;1122;1500;0;0;0;0;0;0;0
4;19;24072;3.0293;1113;1500;0;0;0;0;0;0;0
4.1;19;24072;3.0293;1104;1500;0;0;0;0;0;0;0
4.2;19;24072;3.0293;1095;1500;0;0;0;0;0;0;0
4.3;19;24072;3.0293;1087;1500;0;0;0;0;0;0;0
4.4;19;24072;3.0293;1078;1500;0;0;0;0;0;0;0
4.5;19;24072;3.0293;1069;1500;0;0;0;0;0;0;0
4.6;19;24072;3.0293;1060;1500;0;0;0;0;0;0;0
4.7;19;24072;3.0293;1052;1500;0;0;0;0;0;0;0
4.8;19;24072;3.0293;1043;1500;0;0;0;0;0;0;0
4.9;19;24072;3.0293;1035;1500;0;0;0;0;0;0;0
5;19;24072;3.0293;1026;1500;0;0;0;0;0;0;0
5.1;19;24072;3.0293;1018;1500;0;0;0;0;0;0;0
5.2;19;24072;3.0293;1010;1500;0;0;0;0;0;0;0
5.3;19;24072;3.0293;1002;1500;0;0;0;0;0;0;0
5.4;19;24072;3.0293;993;1500;0;0;0;0;0;0;0
5.5;19;24072;3.0293;985;1500;0;0;0;0;0;0;0
5.6;19;24072;3.0293;977;1500;0;0;0;0;0;0;0
5.7;19;24072;3.0293;970;1500;0;0;0;0;0;0;0
5.8;19;24072;3.0293;962;1500;0;0;0;0;0;0;0
5.9;19;24072;3.0293;954;1500;0;0;0;0;0;0;0
6;19;24072;3.0293;946;1500;0;0;0;0;0;0;0
6.1;19;24072;3.0293;938;1500;0;0;0;0;0;0;0
6.2;19;24072;3.0293;931;1500;0;0;0;0;0;0;0
6.3;19;24072;3.0293;923;1500;0;0;0;0;0;0;0
6.4;19;24072;3.0293;916;1500;0;0;0;0;0;0;0
6.5;19;24072;3.0293;908;1500;0;0;0;0;0;0;0
6.6;19;24072;3.0293;901;1500;0;0;0;0;0;0;0
6.7;19;24072;3.0293;894;1500;0;0;0;0;0;0;0
6.8;19;24072;3.0293;886;1500;0;0;0;0;0;0;0
6.9;19;24072;3.0293;879;1500;0;0;0;0;0;0;0
7;19;24072;3.0293;872;1500;0;0;0;0;0;0;0
7.1;19;24072;3.0293;865;1500;0;0;0;0;0;0;0
7.2;19;24072;3.0293;858;1500;0;0;0;0;0;0;0
7.3;19;24072;3.0293;850;1500;0;0;0;0;0;0;0
7.4;19;24072;3.0293;843;1500;0;0;0;0;0;0;0
7.5;19;24072;3.0293;836;1500;0;0;0;0;0;0;0
7.6;19;24072;3.0293;829;1500;0;0;0;0;0;0;0
7.7;19;24072;3.0293;822;1500;0;0;0;0;0;0;0
7.8;19;24072;3.0293;815;1500;0;0;0;0;0;0;0
7.9;19;24072;3.0293;808;1500;0;0;0;0;0;0;0
8;19;24072;3.0293;802;1500;0;0;0;0;0;0;0
8.1;19;24072;3.0293;795;1500;0;0;0;0;0;0;0
8.2;19;24072;3.0293;788;1500;0;0;0;0;0;0;0
8.3;19;24072;3.0293;781;1500;0;0;0;0;0;0;0
8.4;19;24072;3.0293;775;1500;0;0;0;0;0;0;0
8.5;19;24072;3.0293;768;1500;0;0;0;0;0;0;0
8.6;19;24072;3.0293;762;1500;0;0;0;0;0;0;0
8.7;19;24072;3.0293;756;1500;0;0;0;0;0;0;0
8.8;19;24072;3.0293;749;1500;0;0;0;0;0;0;0
8.9;19;24072;3.0293;743;1500;0;0;0;0;0;0;0
9;19;24072;3.0293;737;1500;0;0;0;0;0;0;0
9.1;19;24072;3.0293;730;1500;0;0;0;0;0;0;0
9.2;19;24072;3.0293;724;1500;0;0;0;0;0;0;0
9.3;19;24072;3.0293;718;1500;0;0;0;0;0;0;0
9.4;19;24072;3.0293;712;1500;0;0;0;0;0;0;0
9.5;19;24072;3.0293;706;1500;0;0;0;0;0;0;0
9.6;19;24072;3.0293;700;1500;0;0;0;0;0;0;0
9.7;19;24072;3.0293;694;1500;0;0;0;0;0;0;0
9.8;19;24072;3.0293;688;1500;0;0;0;0;0;0;0
9.9;19;24072;3.0293;683;1500;0;0;0;0;0;0;0
10;19;24072;3.0293;677;1500;0;0;0;0;0;0;0
10.1;19;24072;3.0293;662;1500;0;0;0;0;0;0;0
10.2;19;24072;3.0293;647;1500;0;0;0;0;0;0;0
10.3;19;24072;3.0293;632;1500;0;0;0;0;0;0;0
10.4;19;24072;3.0293;618;1500;0;0;0;0;0;0;0
10.5;19;24072;3.0293;603;1500;0;0;0;0;0;0;0
10.6;19;24072;3.0293;590;1500;0;0;0;0;0;0;0
10.7;19;24072;3.0293;576;1500;0;0;0;0;0;0;0
10.8;19;24072;3.0293;563;1500;0;0;0;0;0;0;0
10.9;19;24072;3.0293;550;1500;0;0;0;0;0;0;0
11;19;24072;3.0293;538;1500;0;0;0;0;0;0;0
11.1;19;24072;3.0293;526;1500;0;0;0;0;0;0;0
11.2;19;24072;3.0293;514;1500;0;0;0;0;0;0;0
11.3;19;24072;3.0293;502;1500;0;0;0;0;0;0;0
11.4;19;24072;3.0293;491;1500;0;0;0;0;0;0;0
11.5;19;24072;3.0293;480;1500;0;0;0;0;0;0;0
11.6;19;24072;3.0293;469;1500;0;0;0;0;0;0;0
11.7;19;24072;3.0293;458;1500;0;0;0;0;0;0;0
11.8;19;24072;3.0293;448;1500;0;0;0;0;0;0;0
11.9;19;24072;3.0293;437;1500;0;0;0;0;0;0;0
12;19;24072;3.0293;428;1500;0;0;0;0;0;0;0
12.1;19;24072;3.0293;418;1500;0;0;0;0;0;0;0
12.2;19;24072;3.0293;408;1500;0;0;0;0;0;0;0
12.3;19;24072;3.0293;399;1500;0;0;0;0;0;0;0
12.4;19;24072;3.0293;390;1500;0;0;0;0;0;0;0
12.5;19;24072;3.0293;381;1500;0;0;0;0;0;0;0
12.6;19;24072;3.0293;372;1500;0;0;0;0;0;0;0
12.7;19;24072;3.0293;364;1500;0;0;0;0;0;0;0
12.8;19;24072;3.0293;356;1500;0;0;0;0;0;0;0
12.9;19;24072;3.0293;348;1500;0;0;0;0;0;0;0
13;19;24072;3.0293;340;1500;0;0;0;0;0;0;0
13.1;19;24072;3.0293;322;1500;0;0;0;0;0;0;0
13.2;19;24072;3.0293;306;1500;0;0;0;0;0;0;0
13.3;19;24072;3.0293;290;1500;0;0;0;0;0;0;0
13.4;19;24072;3.0293;275;1500;0;0;0;0;0;0;0
13.5;19;24072;3.0293;261;1500;0;0;0;0;0;0;0
13.6;19;24072;3.0293;247;1500;0;0;0;0;0;0;0
13.7;19;24072;3.0293;235;1500;0;0;0;0;0;0;0
13.8;19;24072;3.0293;222;1500;0;0;0;0;0;0;0
13.9;19;24072;3.0293;211;1500;0;0;0;0;0;0;0
14;19;24072;3.0293;200;1500;0;0;0;0;0;0;0
14.1;19;24072;3.0293;190;1500;0;0;0;0;0;0;0
14.2;19;24072;3.0293;180;1500;0;0;0;0;0;0;0
14.3;19;24072;3.0293;171;1500;0;0;0;0;0;0;0
14.4;19;24072;3.0293;162;1500;0;0;0;0;0;0;0
14.5;19;24072;3.0293;154;1500;0;0;0;0;0;0;0
14.6;19;24072;3.0293;146;1500;0;0;0;0;0;0;0
14.7;19;24072;3.0293;138;1500;0;0;0;0;0;0;0
14.8;19;24072;3.0293;131;1500;0;0;0;0;0;0;0
14.9;19;24072;3.0293;124;1500;0;0;0;0;0;0;0
15;19;24072;3.0293;118;1500;0;0;0;0;0;0;0
15.1;19;24072;3.0293;112;1500;0;0;0;0;0;0;0
15.2;19;24072;3.0293;106;1500;0;0;0;0;0;0;0
15.3;19;24072;3.0293;101;1500;0;0;0;0;0;0;0
15.4;19;24072;3.0293;95;1500;0;0;0;0;0;0;0
15.5;19;24072;3.0293;90;1500;0;0;0;0;0;0;0
15.6;19;24072;3.0293;86;1500;0;0;0;0;0;0;0
15.7;19;24072;3.0293;81;1500;0;0;0;0;0;0;0
15.8;19;24072;3.0293;77;1500;0;0;0;0;0;0;0
15.9;19;24072;3.0293;73;1500;0;0;0;0;0;0;0
16;19;24072;3.0293;69;1500;0;0;0;0;0;0;0
16.1;19;24072;3.0293;64;1500;0;0;0;0;0;0;0
16.2;19;24072;3.0293;59;1500;0;0;0;0;0;0;0
16.3;19;24072;3.0293;54;1500;0;0;0;0;0;0;0
16.4;19;24072;3.0293;50;1500;0;0;0;0;0;0;0
16.5;19;24072;3.0293;46;1500;0;0;0;0;0;0;0
16.6;19;24072;3.0293;43;1500;0;0;0;0;0;0;0
16.7;19;24072;3.0293;39;1500;0;0;0;0;0;0;0
16.8;19;24072;3.0293;36;1500;0;0;0;0;0;0;0
16.9;19;24072;3.0293;33;1500;0;0;0;0;0;0;0
17;19;24072;3.0293;31;1500;0;0;0;0;0;0;0
17.1;19;24072;3.0293;28;1500;0;0;0;0;0;0;0
17.2;19;24072;3.0293;26;1500;0;0;0;0;0;0;0
17.3;19;24072;3.0293;24;1500;0;0;0;0;0;0;0
17.4;19;24072;3.0293;22;1500;0;0;0;0;0;0;0
17.5;19;24072;3.0293;21;1500;0;0;0;0;0;0;0
17.6;19;24072;3.0293;19;1500;0;0;0;0;0;0;0
17.7;19;24072;3.0293;17;1500;0;0;0;0;0;0;0
17.8;19;24072;3.0293;16;1500;0;0;0;0;0;0;0
17.9;19;24072;3.0293;15;1500;0;0;0;0;0;0;0
18;19;24072;3.0293;14;1500;0;0;0;0;0;0;0
18.1;19;24072;3.0293;13;1500;0;0;0;0;0;0;0
18.2;19;24072;3.0293;12;1500;0;0;0;0;0;0;0
18.3;19;24072;3.0293;11;1500;0;0;0;0;0;0;0
18.4;19;24072;3.0293;10;1500;0;0;0;0;0;0;0
18.5;19;24072;3.0293;9;1500;0;0;0;0;0;0;0
18.6;19;24072;3.0293;8;1500;0;0;0;0;0;0;0
18.7;19;24072;3.0293;8;1500;0;0;0;0;0;0;0
18.8;19;24072;3.0293;7;1500;0;0;0;0;0;0;0
18.9;19;24072;3.0293;7;1500;0;0;0;0;0;0;0
19;19;24072;3.0293;6;1500;0;0;0;0;0;0;0
19.1;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.2;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.3;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.4;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.5;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.6;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.7;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.8;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
19.9;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.1;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.2;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.3;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.4;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.5;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.6;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.7;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.8;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
20.9;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.1;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.2;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.3;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.4;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.5;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.6;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.7;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.8;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
21.9;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.1;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.2;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.3;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.4;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.5;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.6;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.7;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.8;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
22.9;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.1;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.2;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.3;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.4;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.5;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.6;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.7;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.8;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
23.9;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.1;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.2;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.3;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.4;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.5;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.6;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.7;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.8;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
24.9;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
25;19;24072;3.0293;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-15;1;2472;0.3066;1491;1500;0;0;0;0;0;0;0
-14.9;1;2472;0.3066;1481;1500;0;0;0;0;0;0;0
-14.8;1;2472;0.3066;1472;1500;0;0;0;0;0;0;0
-14.7;1;2472;0.3066;1463;1500;0;0;0;0;0;0;0
-14.6;1;2472;0.3066;1454;1500;0;0;0;0;0;0;0
-14.5;1;2472;0.3066;1445;1500;0;0;0;0;0;0;0
-14.4;1;2472;0.3066;1436;1500;0;0;0;0;0;0;0
-14.3;1;2472;0.3066;1427;1500;0;0;0;0;0;0;0
-14.2;1;2472;0.3066;1418;1500;0;0;0;0;0;0;0
-14.1;1;2472;0.3066;1409;1500;0;0;0;0;0;0;0
-14;1;2472;0.3066;1400;1500;0;0;0;0;0;0;0
-13.9;1;2472;0.3066;1392;1500;0;0;0;0;0;0;0
-13.8;1;2472;0.3066;1383;1500;0;0;0;0;0;0;0
-13.7;1;2472;0.3066;1374;1500;0;0;0;0;0;0;0
-13.6;1;2472;0.3066;1366;1500;0;0;0;0;0;0;0
-13.5;1;2472;0.3066;1357;1500;0;0;0;0;0;0;0
-13.4;1;2472;0.3066;1349;1500;0;0;0;0;0;0;0
-13.3;1;2472;0.3066;1341;1500;0;0;0;0;0;0;0
-13.2;1;2472;0.3066;1332;1500;0;0;0;0;0;0;0
-13.1;1;2472;0.3066;1324;1500;0;0;0;0;0;0;0
-13;1;2472;0.3066;1316;1500;0;0;0;0;0;0;0
-12.9;1;2472;0.3066;1307;1500;0;0;0;0;0;0;0
-12.8;1;2472;0.3066;1299;1500;0;0;0;0;0;0;0
-12.7;1;2472;0.3066;1291;1500;0;0;0;0;0;0;0
-12.6;1;2472;0.3066;1283;1500;0;0;0;0;0;0;0
-12.5;1;2472;0.3066;1275;1500;0;0;0;0;0;0;0
-12.4;1;2472;0.3066;1267;1500;0;0;0;0;0;0;0
-12.3;1;2472;0.3066;1259;1500;0;0;0;0;0;0;0
-12.2;1;2472;0.3066;1251;1500;0;0;0;0;0;0;0
-12.1;1;2472;0.3066;1244;1500;0;0;0;0;0;0;0
-12;1;2472;0.3066;1236;1500;0;0;0;0;0;0;0
-11.9;1;2472;0.3066;1222;1500;0;0;0;0;0;0;0
-11.8;1;2472;0.3066;1207;1500;0;0;0;0;0;0;0
-11.7;1;2472;0.3066;1193;1500;0;0;0;0;0;0;0
-11.6;1;2472;0.3066;1179;1500;0;0;0;0;0;0;0
-11.5;1;2472;0.3066;1166;1500;0;0;0;0;0;0;0
-11.4;1;2472;0.3066;1152;1500;0;0;0;0;0;0;0
-11.3;1;2472;0.3066;1139;1500;0;0;0;0;0;0;0
-11.2;1;2472;0.3066;1126;1500;0;0;0;0;0;0;0
-11.1;1;2472;0.3066;1113;1500;0;0;0;0;0;0;0
-11;1;2472;0.3066;1100;1500;0;0;0;0;0;0;0
-10.9;1;2472;0.3066;1087;1500;0;0;0;0;0;0;0
-10.8;1;2472;0.3066;1074;1500;0;0;0;0;0;0;0
-10.7;1;2472;0.3066;1062;1500;0;0;0;0;0;0;0
-10.6;1;2472;0.3066;1049;1500;0;0;0;0;0;0;0
-10.5;1;2472;0.3066;1037;1500;0;0;0;0;0;0;0
-10.4;1;2472;0.3066;1025;1500;0;0;0;0;0;0;0
-10.3;1;2472;0.3066;1013;1500;0;0;0;0;0;0;0
-10.2;1;2472;0.3066;1001;1500;0;0;0;0;0;0;0
-10.1;1;2472;0.3066;990;1500;0;0;0;0;0;0;0
-10;1;2472;0.3066;978;1500;0;0;0;0;0;0;0
-9.9;1;2472;0.3066;967;1500;0;0;0;0;0;0;0
-9.8;1;2472;0.3066;956;1500;0;0;0;0;0;0;0
-9.7;1;2472;0.3066;945;1500;0;0;0;0;0;0;0
-9.6;1;2472;0.3066;934;1500;0;0;0;0;0;0;0
-9.5;1;2472;0.3066;923;1500;0;0;0;0;0;0;0
-9.4;1;2472;0.3066;912;1500;0;0;0;0;0;0;0
-9.3;1;2472;0.3066;902;1500;0;0;0;0;0;0;0
-9.2;1;2472;0.3066;891;1500;0;0;0;0;0;0;0
-9.1;1;2472;0.3066;881;1500;0;0;0;0;0;0;0
-9;1;2472;0.3066;870;1500;0;0;0;0;0;0;0
-8.9;1;2472;0.3066;847;1500;0;0;0;0;0;0;0
-8.8;1;2472;0.3066;825;1500;0;0;0;0;0;0;0
-8.7;1;2472;0.3066;802;1500;0;0;0;0;0;0;0
-8.6;1;2472;0.3066;781;1500;0;0;0;0;0;0;0
-8.5;1;2472;0.3066;760;1500;0;0;0;0;0;0;0
-8.4;1;2472;0.3066;740;1500;0;0;0;0;0;0;0
-8.3;1;2472;0.3066;720;1500;0;0;0;0;0;0;0
-8.2;1;2472;0.3066;701;1500;0;0;0;0;0;0;0
-8.1;1;2472;0.3066;682;1500;0;0;0;0;0;0;0
-8;1;2472;0.3066;664;1500;0;0;0;0;0;0;0
-7.9;1;2472;0.3066;646;1500;0;0;0;0;0;0;0
-7.8;1;2472;0.3066;629;1500;0;0;0;0;0;0;0
-7.7;1;2472;0.3066;612;1500;0;0;0;0;0;0;0
-7.6;1;2472;0.3066;596;1500;0;0;0;0;0;0;0
-7.5;1;2472;0.3066;580;1500;0;0;0;0;0;0;0
-7.4;1;2472;0.3066;564;1500;0;0;0;0;0;0;0
-7.3;1;2472;0.3066;549;1500;0;0;0;0;0;0;0
-7.2;1;2472;0.3066;534;1500;0;0;0;0;0;0;0
-7.1;1;2472;0.3066;520;1500;0;0;0;0;0;0;0
-7;1;2472;0.3066;506;1500;0;0;0;0;0;0;0
-6.9;1;2472;0.3066;493;1500;0;0;0;0;0;0;0
-6.8;1;2472;0.3066;480;1500;0;0;0;0;0;0;0
-6.7;1;2472;0.3066;467;1500;0;0;0;0;0;0;0
-6.6;1;2472;0.3066;454;1500;0;0;0;0;0;0;0
-6.5;1;2472;0.3066;442;1500;0;0;0;0;0;0;0
-6.4;1;2472;0.3066;430;1500;0;0;0;0;0;0;0
-6.3;1;2472;0.3066;419;1500;0;0;0;0;0;0;0
-6.2;1;2472;0.3066;408;1500;0;0;0;0;0;0;0
-6.1;1;2472;0.3066;397;1500;0;0;0;0;0;0;0
-6;1;2472;0.3066;386;1500;0;0;0;0;0;0;0
-5.9;1;2472;0.3066;355;1500;0;0;0;0;0;0;0
-5.8;1;2472;0.3066;326;1500;0;0;0;0;0;0;0
-5.7;1;2472;0.3066;300;1500;0;0;0;0;0;0;0
-5.6;1;2472;0.3066;276;1500;0;0;0;0;0;0;0
-5.5;1;2472;0.3066;253;1500;0;0;0;0;0;0;0
-5.4;1;2472;0.3066;233;1500;0;0;0;0;0;0;0
-5.3;1;2472;0.3066;214;1500;0;0;0;0;0;0;0
-5.2;1;2472;0.3066;197;1500;0;0;0;0;0;0;0
-5.1;1;2472;0.3066;181;1500;0;0;0;0;0;0;0
-5;1;2472;0.3066;166;1500;0;0;0;0;0;0;0
-4.9;1;2472;0.3066;153;1500;0;0;0;0;0;0;0
-4.8;1;2472;0.3066;141;1500;0;0;0;0;0;0;0
-4.7;1;2472;0.3066;129;1500;0;0;0;0;0;0;0
-4.6;1;2472;0.3066;119;1500;0;0;0;0;0;0;0
-4.5;1;2472;0.3066;109;1500;0;0;0;0;0;0;0
-4.4;1;2472;0.3066;100;1500;0;0;0;0;0;0;0
-4.3;1;2472;0.3066;92;1500;0;0;0;0;0;0;0
-4.2;1;2472;0.3066;85;1500;0;0;0;0;0;0;0
-4.1;1;2472;0.3066;78;1500;0;0;0;0;0;0;0
-4;1;2472;0.3066;72;1500;0;0;0;0;0;0;0
-3.9;1;2472;0.3066;66;1500;0;0;0;0;0;0;0
-3.8;1;2472;0.3066;61;1500;0;0;0;0;0;0;0
-3.7;1;2472;0.3066;56;1500;0;0;0;0;0;0;0
-3.6;1;2472;0.3066;51;1500;0;0;0;0;0;0;0
-3.5;1;2472;0.3066;47;1500;0;0;0;0;0;0;0
-3.4;1;2472;0.3066;43;1500;0;0;0;0;0;0;0
-3.3;1;2472;0.3066;40;1500;0;0;0;0;0;0;0
-3.2;1;2472;0.3066;37;1500;0;0;0;0;0;0;0
-3.1;1;2472;0.3066;34;1500;0;0;0;0;0;0;0
-3;1;2472;0.3066;31;1500;0;0;0;0;0;0;0
-2.9;1;2472;0.3066;26;1500;0;0;0;0;0;0;0
-2.8;1;2472;0.3066;22;1500;0;0;0;0;0;0;0
-2.7;1;2472;0.3066;18;1500;0;0;0;0;0;0;0
-2.6;1;2472;0.3066;15;1500;0;0;0;0;0;0;0
-2.5;1;2472;0.3066;13;1500;0;0;0;0;0;0;0
-2.4;1;2472;0.3066;11;1500;0;0;0;0;0;0;0
-2.3;1;2472;0.3066;9;1500;0;0;0;0;0;0;0
-2.2;1;2472;0.3066;7;1500;0;0;0;0;0;0;0
-2.1;1;2472;0.3066;6;1500;0;0;0;0;0;0;0
-2;1;2472;0.3066;5;1500;0;0;0;0;0;0;0
-1.9;1;2472;0.3066;4;1500;0;0;0;0;0;0;0
-1.8;1;2472;0.3066;4;1500;0;0;0;0;0;0;0
-1.7;1;2472;0.3066;3;1500;0;0;0;0;0;0;0
-1.6;1;2472;0.3066;3;1500;0;0;0;0;0;0;0
-1.5;1;2472;0.3066;2;1500;0;0;0;0;0;0;0
-1.4;1;2472;0.3066;2;1500;0;0;0;0;0;0;0
-1.3;1;2472;0.3066;2;1500;0;0;0;0;0;0;0
-1.2;1;2472;0.3066;1;1500;0;0;0;0;0;0;0
-1.1;1;2472;0.3066;1;1500;0;0;0;0;0;0;0
-1;1;2472;0.3066;1;1500;0;0;0;0;0;0;0
-0.9;1;2472;0.3066;1;1500;0;0;0;0;0;0;0
-0.8;1;2472;0.3066;1;1500;0;0;0;0;0;0;0
-0.7;1;2472;0.3066;1;1500;0;0;0;0;0;0;0
-0.6;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
-0.5;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
-0.4;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
-0.3;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
-0.2;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
-0.1;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
0;1;2472;0.3066;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-2;20;26632;3.3223;1500;1500;0;0;0;0;0;0;0
-1.9;20;26632;3.3223;1498;1500;0;0;0;0;0;0;0
-1.8;20;26632;3.3223;1496;1500;0;0;0;0;0;0;0
-1.7;20;26632;3.3223;1494;1500;0;0;0;0;0;0;0
-1.6;20;26632;3.3223;1492;1500;0;0;0;0;0;0;0
-1.5;20;26632;3.3223;1490;1500;0;0;0;0;0;0;0
-1.4;20;26632;3.3223;1488;1500;0;0;0;0;0;0;0
-1.3;20;26632;3.3223;1486;1500;0;0;0;0;0;0;0
-1.2;20;26632;3.3223;1484;1500;0;0;0;0;0;0;0
-1.1;20;26632;3.3223;1482;1500;0;0;0;0;0;0;0
-1;20;26632;3.3223;1480;1500;0;0;0;0;0;0;0
-0.9;20;26632;3.3223;1478;1500;0;0;0;0;0;0;0
-0.8;20;26632;3.3223;1476;1500;0;0;0;0;0;0;0
-0.7;20;26632;3.3223;1474;1500;0;0;0;0;0;0;0
-0.6;20;26632;3.3223;1472;1500;0;0;0;0;0;0;0
-0.5;20;26632;3.3223;1470;1500;0;0;0;0;0;0;0
-0.4;20;26632;3.3223;1468;1500;0;0;0;0;0;0;0
-0.3;20;26632;3.3223;1466;1500;0;0;0;0;0;0;0
-0.2;20;26632;3.3223;1464;1500;0;0;0;0;0;0;0
-0.1;20;26632;3.3223;1462;1500;0;0;0;0;0;0;0
0;20;26632;3.3223;1460;1500;0;0;0;0;0;0;0
0.1;20;26632;3.3223;1459;1500;0;0;0;0;0;0;0
0.2;20;26632;3.3223;1457;1500;0;0;0;0;0;0;0
0.3;20;26632;3.3223;1455;1500;0;0;0;0;0;0;0
0.4;20;26632;3.3223;1453;1500;0;0;0;0;0;0;0
0.5;20;26632;3.3223;1451;1500;0;0;0;0;0;0;0
0.6;20;26632;3.3223;1449;1500;0;0;0;0;0;0;0
0.7;20;26632;3.3223;1447;1500;0;0;0;0;0;0;0
0.8;20;26632;3.3223;1445;1500;0;0;0;0;0;0;0
0.9;20;26632;3.3223;1443;1500;0;0;0;0;0;0;0
1;20;26632;3.3223;1441;1500;0;0;0;0;0;0;0
1.1;20;26632;3.3223;1431;1500;0;0;0;0;0;0;0
1.2;20;26632;3.3223;1422;1500;0;0;0;0;0;0;0
1.3;20;26632;3.3223;1412;1500;0;0;0;0;0;0;0
1.4;20;26632;3.3223;1403;1500;0;0;0;0;0;0;0
1.5;20;26632;3.3223;1393;1500;0;0;0;0;0;0;0
1.6;20;26632;3.3223;1384;1500;0;0;0;0;0;0;0
1.7;20;26632;3.3223;1375;1500;0;0;0;0;0;0;0
1.8;20;26632;3.3223;1365;1500;0;0;0;0;0;0;0
1.9;20;26632;3.3223;1356;1500;0;0;0;0;0;0;0
2;20;26632;3.3223;1347;1500;0;0;0;0;0;0;0
2.1;20;26632;3.3223;1338;1500;0;0;0;0;0;0;0
2.2;20;26632;3.3223;1329;1500;0;0;0;0;0;0;0
2.3;20;26632;3.3223;1320;1500;0;0;0;0;0;0;0
2.4;20;26632;3.3223;1311;1500;0;0;0;0;0;0;0
2.5;20;26632;3.3223;1302;1500;0;0;0;0;0;0;0
2.6;20;26632;3.3223;1294;1500;0;0;0;0;0;0;0
2.7;20;26632;3.3223;1285;1500;0;0;0;0;0;0;0
2.8;20;26632;3.3223;1276;1500;0;0;0;0;0;0;0
2.9;20;26632;3.3223;1268;1500;0;0;0;0;0;0;0
3;20;26632;3.3223;1259;1500;0;0;0;0;0;0;0
3.1;20;26632;3.3223;1251;1500;0;0;0;0;0;0;0
3.2;20;26632;3.3223;1242;1500;0;0;0;0;0;0;0
3.3;20;26632;3.3223;1234;1500;0;0;0;0;0;0;0
3.4;20;26632;3.3223;1226;1500;0;0;0;0;0;0;0
3.5;20;26632;3.3223;1218;1500;0;0;0;0;0;0;0
3.6;20;26632;3.3223;1209;1500;0;0;0;0;0;0;0
3.7;20;26632;3.3223;1201;1500;0;0;0;0;0;0;0
3.8;20;26632;3.3223;1193;1500;0;0;0;0;0;0;0
3.9;20;26632;3.3223;1185;1500;0;0;0;0;0;0;0
4;20;26632;3.3223;1177;1500;0;0;0;0;0;0;0
4.1;20;26632;3.3223;1167;1500;0;0;0;0;0;0;0
4.2;20;26632;3.3223;1157;1500;0;0;0;0;0;0;0
4.3;20;26632;3.3223;1147;1500;0;0;0;0;0;0;0
4.4;20;26632;3.3223;1138;1500;0;0;0;0;0;0;0
4.5;20;26632;3.3223;1128;1500;0;0;0;0;0;0;0
4.6;20;26632;3.3223;1118;1500;0;0;0;0;0;0;0
4.7;20;26632;3.3223;1109;1500;0;0;0;0;0;0;0
4.8;20;26632;3.3223;1099;1500;0;0;0;0;0;0;0
4.9;20;26632;3.3223;1090;1500;0;0;0;0;0;0;0
5;20;26632;3.3223;1081;1500;0;0;0;0;0;0;0
5.1;20;26632;3.3223;1072;1500;0;0;0;0;0;0;0
5.2;20;26632;3.3223;1063;1500;0;0;0;0;0;0;0
5.3;20;26632;3.3223;1054;1500;0;0;0;0;0;0;0
5.4;20;26632;3.3223;1045;1500;0;0;0;0;0;0;0
5.5;20;26632;3.3223;1036;1500;0;0;0;0;0;0;0
5.6;20;26632;3.3223;1027;1500;0;0;0;0;0;0;0
5.7;20;26632;3.3223;1018;1500;0;0;0;0;0;0;0
5.8;20;26632;3.3223;1010;1500;0;0;0;0;0;0;0
5.9;20;26632;3.3223;1001;1500;0;0;0;0;0;0;0
6;20;26632;3.3223;992;1500;0;0;0;0;0;0;0
6.1;20;26632;3.3223;984;1500;0;0;0;0;0;0;0
6.2;20;26632;3.3223;976;1500;0;0;0;0;0;0;0
6.3;20;26632;3.3223;967;1500;0;0;0;0;0;0;0
6.4;20;26632;3.3223;959;1500;0;0;0;0;0;0;0
6.5;20;26632;3.3223;951;1500;0;0;0;0;0;0;0
6.6;20;26632;3.3223;943;1500;0;0;0;0;0;0;0
6.7;20;26632;3.3223;935;1500;0;0;0;0;0;0;0
6.8;20;26632;3.3223;927;1500;0;0;0;0;0;0;0
6.9;20;26632;3.3223;919;1500;0;0;0;0;0;0;0
7;20;26632;3.3223;911;1500;0;0;0;0;0;0;0
7.1;20;26632;3.3223;905;1500;0;0;0;0;0;0;0
7.2;20;26632;3.3223;899;1500;0;0;0;0;0;0;0
7.3;20;26632;3.3223;894;1500;0;0;0;0;0;0;0
7.4;20;26632;3.3223;888;1500;0;0;0;0;0;0;0
7.5;20;26632;3.3223;882;1500;0;0;0;0;0;0;0
7.6;20;26632;3.3223;876;1500;0;0;0;0;0;0;0
7.7;20;26632;3.3223;871;1500;0;0;0;0;0;0;0
7.8;20;26632;3.3223;865;1500;0;0;0;0;0;0;0
7.9;20;26632;3.3223;859;1500;0;0;0;0;0;0;0
8;20;26632;3.3223;854;1500;0;0;0;0;0;0;0
8.1;20;26632;3.3223;848;1500;0;0;0;0;0;0;0
8.2;20;26632;3.3223;843;1500;0;0;0;0;0;0;0
8.3;20;26632;3.3223;837;1500;0;0;0;0;0;0;0
8.4;20;26632;3.3223;832;1500;0;0;0;0;0;0;0
8.5;20;26632;3.3223;826;1500;0;0;0;0;0;0;0
8.6;20;26632;3.3223;821;1500;0;0;0;0;0;0;0
8.7;20;26632;3.3223;816;1500;0;0;0;0;0;0;0
8.8;20;26632;3.3223;810;1500;0;0;0;0;0;0;0
8.9;20;26632;3.3223;805;1500;0;0;0;0;0;0;0
9;20;26632;3.3223;800;1500;0;0;0;0;0;0;0
9.1;20;26632;3.3223;795;1500;0;0;0;0;0;0;0
9.2;20;26632;3.3223;790;1500;0;0;0;0;0;0;0
9.3;20;26632;3.3223;784;1500;0;0;0;0;0;0;0
9.4;20;26632;3.3223;779;1500;0;0;0;0;0;0;0
9.5;20;26632;3.3223;774;1500;0;0;0;0;0;0;0
9.6;20;26632;3.3223;769;1500;0;0;0;0;0;0;0
9.7;20;26632;3.3223;764;1500;0;0;0;0;0;0;0
9.8;20;26632;3.3223;759;1500;0;0;0;0;0;0;0
9.9;20;26632;3.3223;754;1500;0;0;0;0;0;0;0
10;20;26632;3.3223;749;1500;0;0;0;0;0;0;0
10.1;20;26632;3.3223;737;1500;0;0;0;0;0;0;0
10.2;20;26632;3.3223;725;1500;0;0;0;0;0;0;0
10.3;20;26632;3.3223;713;1500;0;0;0;0;0;0;0
10.4;20;26632;3.3223;701;1500;0;0;0;0;0;0;0
10.5;20;26632;3.3223;689;1500;0;0;0;0;0;0;0
10.6;20;26632;3.3223;678;1500;0;0;0;0;0;0;0
10.7;20;26632;3.3223;666;1500;0;0;0;0;0;0;0
10.8;20;26632;3.3223;655;1500;0;0;0;0;0;0;0
10.9;20;26632;3.3223;644;1500;0;0;0;0;0;0;0
11;20;26632;3.3223;634;1500;0;0;0;0;0;0;0
11.1;20;26632;3.3223;623;1500;0;0;0;0;0;0;0
11.2;20;26632;3.3223;613;1500;0;0;0;0;0;0;0
11.3;20;26632;3.3223;603;1500;0;0;0;0;0;0;0
11.4;20;26632;3.3223;593;1500;0;0;0;0;0;0;0
11.5;20;26632;3.3223;583;1500;0;0;0;0;0;0;0
11.6;20;26632;3.3223;573;1500;0;0;0;0;0;0;0
11.7;20;26632;3.3223;563;1500;0;0;0;0;0;0;0
11.8;20;26632;3.3223;554;1500;0;0;0;0;0;0;0
11.9;20;26632;3.3223;545;1500;0;0;0;0;0;0;0
12;20;26632;3.3223;536;1500;0;0;0;0;0;0;0
12.1;20;26632;3.3223;527;1500;0;0;0;0;0;0;0
12.2;20;26632;3.3223;518;1500;0;0;0;0;0;0;0
12.3;20;26632;3.3223;509;1500;0;0;0;0;0;0;0
12.4;20;26632;3.3223;501;1500;0;0;0;0;0;0;0
12.5;20;26632;3.3223;493;1500;0;0;0;0;0;0;0
12.6;20;26632;3.3223;484;1500;0;0;0;0;0;0;0
12.7;20;26632;3.3223;476;1500;0;0;0;0;0;0;0
12.8;20;26632;3.3223;468;1500;0;0;0;0;0;0;0
12.9;20;26632;3.3223;461;1500;0;0;0;0;0;0;0
13;20;26632;3.3223;453;1500;0;0;0;0;0;0;0
13.1;20;26632;3.3223;435;1500;0;0;0;0;0;0;0
13.2;20;26632;3.3223;418;1500;0;0;0;0;0;0;0
13.3;20;26632;3.3223;401;1500;0;0;0;0;0;0;0
13.4;20;26632;3.3223;385;1500;0;0;0;0;0;0;0
13.5;20;26632;3.3223;370;1500;0;0;0;0;0;0;0
13.6;20;26632;3.3223;355;1500;0;0;0;0;0;0;0
13.7;20;26632;3.3223;341;1500;0;0;0;0;0;0;0
13.8;20;26632;3.3223;328;1500;0;0;0;0;0;0;0
13.9;20;26632;3.3223;315;1500;0;0;0;0;0;0;0
14;20;26632;3.3223;302;1500;0;0;0;0;0;0;0
14.1;20;26632;3.3223;290;1500;0;0;0;0;0;0;0
14.2;20;26632;3.3223;279;1500;0;0;0;0;0;0;0
14.3;20;26632;3.3223;267;1500;0;0;0;0;0;0;0
14.4;20;26632;3.3223;257;1500;0;0;0;0;0;0;0
14.5;20;26632;3.3223;247;1500;0;0;0;0;0;0;0
14.6;20;26632;3.3223;237;1500;0;0;0;0;0;0;0
14.7;20;26632;3.3223;227;1500;0;0;0;0;0;0;0
14.8;20;26632;3.3223;218;1500;0;0;0;0;0;0;0
14.9;20;26632;3.3223;210;1500;0;0;0;0;0;0;0
15;20;26632;3.3223;201;1500;0;0;0;0;0;0;0
15.1;20;26632;3.3223;193;1500;0;0;0;0;0;0;0
15.2;20;26632;3.3223;186;1500;0;0;0;0;0;0;0
15.3;20;26632;3.3223;178;1500;0;0;0;0;0;0;0
15.4;20;26632;3.3223;171;1500;0;0;0;0;0;0;0
15.5;20;26632;3.3223;164;1500;0;0;0;0;0;0;0
15.6;20;26632;3.3223;158;1500;0;0;0;0;0;0;0
15.7;20;26632;3.3223;152;1500;0;0;0;0;0;0;0
15.8;20;26632;3.3223;146;1500;0;0;0;0;0;0;0
15.9;20;26632;3.3223;140;1500;0;0;0;0;0;0;0
16;20;26632;3.3223;134;1500;0;0;0;0;0;0;0
16.1;20;26632;3.3223;125;1500;0;0;0;0;0;0;0
16.2;20;26632;3.3223;117;1500;0;0;0;0;0;0;0
16.3;20;26632;3.3223;109;1500;0;0;0;0;0;0;0
16.4;20;26632;3.3223;102;1500;0;0;0;0;0;0;0
16.5;20;26632;3.3223;95;1500;0;0;0;0;0;0;0
16.6;20;26632;3.3223;88;1500;0;0;0;0;0;0;0
16.7;20;26632;3.3223;82;1500;0;0;0;0;0;0;0
16.8;20;26632;3.3223;77;1500;0;0;0;0;0;0;0
16.9;20;26632;3.3223;72;1500;0;0;0;0;0;0;0
17;20;26632;3.3223;67;1500;0;0;0;0;0;0;0
17.1;20;26632;3.3223;62;1500;0;0;0;0;0;0;0
17.2;20;26632;3.3223;58;1500;0;0;0;0;0;0;0
17.3;20;26632;3.3223;54;1500;0;0;0;0;0;0;0
17.4;20;26632;3.3223;51;1500;0;0;0;0;0;0;0
17.5;20;26632;3.3223;47;1500;0;0;0;0;0;0;0
17.6;20;26632;3.3223;44;1500;0;0;0;0;0;0;0
17.7;20;26632;3.3223;41;1500;0;0;0;0;0;0;0
17.8;20;26632;3.3223;38;1500;0;0;0;0;0;0;0
17.9;20;26632;3.3223;36;1500;0;0;0;0;0;0;0
18;20;26632;3.3223;33;1500;0;0;0;0;0;0;0
18.1;20;26632;3.3223;31;1500;0;0;0;0;0;0;0
18.2;20;26632;3.3223;29;1500;0;0;0;0;0;0;0
18.3;20;26632;3.3223;27;1500;0;0;0;0;0;0;0
18.4;20;26632;3.3223;25;1500;0;0;0;0;0;0;0
18.5;20;26632;3.3223;23;1500;0;0;0;0;0;0;0
18.6;20;26632;3.3223;22;1500;0;0;0;0;0;0;0
18.7;20;26632;3.3223;20;1500;0;0;0;0;0;0;0
18.8;20;26632;3.3223;19;1500;0;0;0;0;0;0;0
18.9;20;26632;3.3223;18;1500;0;0;0;0;0;0;0
19;20;26632;3.3223;17;1500;0;0;0;0;0;0;0
19.1;20;26632;3.3223;15;1500;0;0;0;0;0;0;0
19.2;20;26632;3.3223;13;1500;0;0;0;0;0;0;0
19.3;20;26632;3.3223;12;1500;0;0;0;0;0;0;0
19.4;20;26632;3.3223;11;1500;0;0;0;0;0;0;0
19.5;20;26632;3.3223;10;1500;0;0;0;0;0;0;0
19.6;20;26632;3.3223;9;1500;0;0;0;0;0;0;0
19.7;20;26632;3.3223;8;1500;0;0;0;0;0;0;0
19.8;20;26632;3.3223;7;1500;0;0;0;0;0;0;0
19.9;20;26632;3.3223;6;1500;0;0;0;0;0;0;0
20;20;26632;3.3223;5;1500;0;0;0;0;0;0;0
20.1;20;26632;3.3223;5;1500;0;0;0;0;0;0;0
20.2;20;26632;3.3223;4;1500;0;0;0;0;0;0;0
20.3;20;26632;3.3223;4;1500;0;0;0;0;0;0;0
20.4;20;26632;3.3223;4;1500;0;0;0;0;0;0;0
20.5;20;26632;3.3223;3;1500;0;0;0;0;0;0;0
20.6;20;26632;3.3223;3;1500;0;0;0;0;0;0;0
20.7;20;26632;3.3223;3;1500;0;0;0;0;0;0;0
20.8;20;26632;3.3223;2;1500;0;0;0;0;0;0;0
20.9;20;26632;3.3223;2;1500;0;0;0;0;0;0;0
21;20;26632;3.3223;2;1500;0;0;0;0;0;0;0
21.1;20;26632;3.3223;2;1500;0;0;0;0;0;0;0
21.2;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.3;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.4;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.5;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.6;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.7;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.8;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
21.9;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
22;20;26632;3.3223;1;1500;0;0;0;0;0;0;0
22.1;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.2;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.3;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.4;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.5;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.6;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.7;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.8;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
22.9;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.1;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.2;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.3;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.4;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.5;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.6;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.7;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.8;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
23.9;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.1;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.2;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.3;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.4;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.5;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.6;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.7;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.8;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
24.9;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.1;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.2;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.3;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.4;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.5;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.6;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.7;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.8;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
25.9;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.1;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.2;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.3;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.4;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.5;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.6;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.7;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.8;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
26.9;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.1;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.2;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.3;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.4;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.5;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.6;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.7;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.8;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
27.9;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
28;20;26632;3.3223;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-2;21;28680;3.6094;1500;1500;0;0;0;0;0;0;0
-1.9;21;28680;3.6094;1499;1500;0;0;0;0;0;0;0
-1.8;21;28680;3.6094;1497;1500;0;0;0;0;0;0;0
-1.7;21;28680;3.6094;1496;1500;0;0;0;0;0;0;0
-1.6;21;28680;3.6094;1494;1500;0;0;0;0;0;0;0
-1.5;21;28680;3.6094;1493;1500;0;0;0;0;0;0;0
-1.4;21;28680;3.6094;1492;1500;0;0;0;0;0;0;0
-1.3;21;28680;3.6094;1490;1500;0;0;0;0;0;0;0
-1.2;21;28680;3.6094;1489;1500;0;0;0;0;0;0;0
-1.1;21;28680;3.6094;1487;1500;0;0;0;0;0;0;0
-1;21;28680;3.6094;1486;1500;0;0;0;0;0;0;0
-0.9;21;28680;3.6094;1485;1500;0;0;0;0;0;0;0
-0.8;21;28680;3.6094;1483;1500;0;0;0;0;0;0;0
-0.7;21;28680;3.6094;1482;1500;0;0;0;0;0;0;0
-0.6;21;28680;3.6094;1481;1500;0;0;0;0;0;0;0
-0.5;21;28680;3.6094;1479;1500;0;0;0;0;0;0;0
-0.4;21;28680;3.6094;1478;1500;0;0;0;0;0;0;0
-0.3;21;28680;3.6094;1476;1500;0;0;0;0;0;0;0
-0.2;21;28680;3.6094;1475;1500;0;0;0;0;0;0;0
-0.1;21;28680;3.6094;1474;1500;0;0;0;0;0;0;0
0;21;28680;3.6094;1472;1500;0;0;0;0;0;0;0
0.1;21;28680;3.6094;1471;1500;0;0;0;0;0;0;0
0.2;21;28680;3.6094;1470;1500;0;0;0;0;0;0;0
0.3;21;28680;3.6094;1468;1500;0;0;0;0;0;0;0
0.4;21;28680;3.6094;1467;1500;0;0;0;0;0;0;0
0.5;21;28680;3.6094;1465;1500;0;0;0;0;0;0;0
0.6;21;28680;3.6094;1464;1500;0;0;0;0;0;0;0
0.7;21;28680;3.6094;1463;1500;0;0;0;0;0;0;0
0.8;21;28680;3.6094;1461;1500;0;0;0;0;0;0;0
0.9;21;28680;3.6094;1460;1500;0;0;0;0;0;0;0
1;21;28680;3.6094;1459;1500;0;0;0;0;0;0;0
1.1;21;28680;3.6094;1450;1500;0;0;0;0;0;0;0
1.2;21;28680;3.6094;1442;1500;0;0;0;0;0;0;0
1.3;21;28680;3.6094;1433;1500;0;0;0;0;0;0;0
1.4;21;28680;3.6094;1425;1500;0;0;0;0;0;0;0
1.5;21;28680;3.6094;1416;1500;0;0;0;0;0;0;0
1.6;21;28680;3.6094;1408;1500;0;0;0;0;0;0;0
1.7;21;28680;3.6094;1400;1500;0;0;0;0;0;0;0
1.8;21;28680;3.6094;1391;1500;0;0;0;0;0;0;0
1.9;21;28680;3.6094;1383;1500;0;0;0;0;0;0;0
2;21;28680;3.6094;1375;1500;0;0;0;0;0;0;0
2.1;21;28680;3.6094;1367;1500;0;0;0;0;0;0;0
2.2;21;28680;3.6094;1359;1500;0;0;0;0;0;0;0
2.3;21;28680;3.6094;1351;1500;0;0;0;0;0;0;0
2.4;21;28680;3.6094;1343;1500;0;0;0;0;0;0;0
2.5;21;28680;3.6094;1335;1500;0;0;0;0;0;0;0
2.6;21;28680;3.6094;1327;1500;0;0;0;0;0;0;0
2.7;21;28680;3.6094;1320;1500;0;0;0;0;0;0;0
2.8;21;28680;3.6094;1312;1500;0;0;0;0;0;0;0
2.9;21;28680;3.6094;1304;1500;0;0;0;0;0;0;0
3;21;28680;3.6094;1296;1500;0;0;0;0;0;0;0
3.1;21;28680;3.6094;1289;1500;0;0;0;0;0;0;0
3.2;21;28680;3.6094;1281;1500;0;0;0;0;0;0;0
3.3;21;28680;3.6094;1274;1500;0;0;0;0;0;0;0
3.4;21;28680;3.6094;1266;1500;0;0;0;0;0;0;0
3.5;21;28680;3.6094;1259;1500;0;0;0;0;0;0;0
3.6;21;28680;3.6094;1251;1500;0;0;0;0;0;0;0
3.7;21;28680;3.6094;1244;1500;0;0;0;0;0;0;0
3.8;21;28680;3.6094;1237;1500;0;0;0;0;0;0;0
3.9;21;28680;3.6094;1229;1500;0;0;0;0;0;0;0
4;21;28680;3.6094;1222;1500;0;0;0;0;0;0;0
4.1;21;28680;3.6094;1212;1500;0;0;0;0;0;0;0
4.2;21;28680;3.6094;1202;1500;0;0;0;0;0;0;0
4.3;21;28680;3.6094;1192;1500;0;0;0;0;0;0;0
4.4;21;28680;3.6094;1182;1500;0;0;0;0;0;0;0
4.5;21;28680;3.6094;1172;1500;0;0;0;0;0;0;0
4.6;21;28680;3.6094;1162;1500;0;0;0;0;0;0;0
4.7;21;28680;3.6094;1152;1500;0;0;0;0;0;0;0
4.8;21;28680;3.6094;1143;1500;0;0;0;0;0;0;0
4.9;21;28680;3.6094;1133;1500;0;0;0;0;0;0;0
5;21;28680;3.6094;1124;1500;0;0;0;0;0;0;0
5.1;21;28680;3.6094;1114;1500;0;0;0;0;0;0;0
5.2;21;28680;3.6094;1105;1500;0;0;0;0;0;0;0
5.3;21;28680;3.6094;1096;1500;0;0;0;0;0;0;0
5.4;21;28680;3.6094;1087;1500;0;0;0;0;0;0;0
5.5;21;28680;3.6094;1078;1500;0;0;0;0;0;0;0
5.6;21;28680;3.6094;1069;1500;0;0;0;0;0;0;0
5.7;21;28680;3.6094;1060;1500;0;0;0;0;0;0;0
5.8;21;28680;3.6094;1051;1500;0;0;0;0;0;0;0
5.9;21;28680;3.6094;1042;1500;0;0;0;0;0;0;0
6;21;28680;3.6094;1033;1500;0;0;0;0;0;0;0
6.1;21;28680;3.6094;1025;1500;0;0;0;0;0;0;0
6.2;21;28680;3.6094;1016;1500;0;0;0;0;0;0;0
6.3;21;28680;3.6094;1008;1500;0;0;0;0;0;0;0
6.4;21;28680;3.6094;999;1500;0;0;0;0;0;0;0
6.5;21;28680;3.6094;991;1500;0;0;0;0;0;0;0
6.6;21;28680;3.6094;983;1500;0;0;0;0;0;0;0
6.7;21;28680;3.6094;974;1500;0;0;0;0;0;0;0
6.8;21;28680;3.6094;966;1500;0;0;0;0;0;0;0
6.9;21;28680;3.6094;958;1500;0;0;0;0;0;0;0
7;21;28680;3.6094;950;1500;0;0;0;0;0;0;0
7.1;21;28680;3.6094;944;1500;0;0;0;0;0;0;0
7.2;21;28680;3.6094;939;1500;0;0;0;0;0;0;0
7.3;21;28680;3.6094;933;1500;0;0;0;0;0;0;0
7.4;21;28680;3.6094;927;1500;0;0;0;0;0;0;0
7.5;21;28680;3.6094;922;1500;0;0;0;0;0;0;0
7.6;21;28680;3.6094;916;1500;0;0;0;0;0;0;0
7.7;21;28680;3.6094;911;1500;0;0;0;0;0;0;0
7.8;21;28680;3.6094;905;1500;0;0;0;0;0;0;0
7.9;21;28680;3.6094;900;1500;0;0;0;0;0;0;0
8;21;28680;3.6094;895;1500;0;0;0;0;0;0;0
8.1;21;28680;3.6094;889;1500;0;0;0;0;0;0;0
8.2;21;28680;3.6094;884;1500;0;0;0;0;0;0;0
8.3;21;28680;3.6094;879;1500;0;0;0;0;0;0;0
8.4;21;28680;3.6094;873;1500;0;0;0;0;0;0;0
8.5;21;28680;3.6094;868;1500;0;0;0;0;0;0;0
8.6;21;28680;3.6094;863;1500;0;0;0;0;0;0;0
8.7;21;28680;3.6094;858;1500;0;0;0;0;0;0;0
8.8;21;28680;3.6094;852;1500;0;0;0;0;0;0;0
8.9;21;28680;3.6094;847;1500;0;0;0;0;0;0;0
9;21;28680;3.6094;842;1500;0;0;0;0;0;0;0
9.1;21;28680;3.6094;837;1500;0;0;0;0;0;0;0
9.2;21;28680;3.6094;832;1500;0;0;0;0;0;0;0
9.3;21;28680;3.6094;827;1500;0;0;0;0;0;0;0
9.4;21;28680;3.6094;822;1500;0;0;0;0;0;0;0
9.5;21;28680;3.6094;817;1500;0;0;0;0;0;0;0
9.6;21;28680;3.6094;812;1500;0;0;0;0;0;0;0
9.7;21;28680;3.6094;807;1500;0;0;0;0;0;0;0
9.8;21;28680;3.6094;803;1500;0;0;0;0;0;0;0
9.9;21;28680;3.6094;798;1500;0;0;0;0;0;0;0
10;21;28680;3.6094;793;1500;0;0;0;0;0;0;0
10.1;21;28680;3.6094;785;1500;0;0;0;0;0;0;0
10.2;21;28680;3.6094;776;1500;0;0;0;0;0;0;0
10.3;21;28680;3.6094;768;1500;0;0;0;0;0;0;0
10.4;21;28680;3.6094;760;1500;0;0;0;0;0;0;0
10.5;21;28680;3.6094;752;1500;0;0;0;0;0;0;0
10.6;21;28680;3.6094;744;1500;0;0;0;0;0;0;0
10.7;21;28680;3.6094;736;1500;0;0;0;0;0;0;0
10.8;21;28680;3.6094;728;1500;0;0;0;0;0;0;0
10.9;21;28680;3.6094;721;1500;0;0;0;0;0;0;0
11;21;28680;3.6094;713;1500;0;0;0;0;0;0;0
11.1;21;28680;3.6094;705;1500;0;0;0;0;0;0;0
11.2;21;28680;3.6094;698;1500;0;0;0;0;0;0;0
11.3;21;28680;3.6094;691;1500;0;0;0;0;0;0;0
11.4;21;28680;3.6094;683;1500;0;0;0;0;0;0;0
11.5;21;28680;3.6094;676;1500;0;0;0;0;0;0;0
11.6;21;28680;3.6094;669;1500;0;0;0;0;0;0;0
11.7;21;28680;3.6094;662;1500;0;0;0;0;0;0;0
11.8;21;28680;3.6094;655;1500;0;0;0;0;0;0;0
11.9;21;28680;3.6094;648;1500;0;0;0;0;0;0;0
12;21;28680;3.6094;641;1500;0;0;0;0;0;0;0
12.1;21;28680;3.6094;634;1500;0;0;0;0;0;0;0
12.2;21;28680;3.6094;627;1500;0;0;0;0;0;0;0
12.3;21;28680;3.6094;621;1500;0;0;0;0;0;0;0
12.4;21;28680;3.6094;614;1500;0;0;0;0;0;0;0
12.5;21;28680;3.6094;608;1500;0;0;0;0;0;0;0
12.6;21;28680;3.6094;601;1500;0;0;0;0;0;0;0
12.7;21;28680;3.6094;595;1500;0;0;0;0;0;0;0
12.8;21;28680;3.6094;589;1500;0;0;0;0;0;0;0
12.9;21;28680;3.6094;582;1500;0;0;0;0;0;0;0
13;21;28680;3.6094;576;1500;0;0;0;0;0;0;0
13.1;21;28680;3.6094;557;1500;0;0;0;0;0;0;0
13.2;21;28680;3.6094;539;1500;0;0;0;0;0;0;0
13.3;21;28680;3.6094;522;1500;0;0;0;0;0;0;0
13.4;21;28680;3.6094;505;1500;0;0;0;0;0;0;0
13.5;21;28680;3.6094;488;1500;0;0;0;0;0;0;0
13.6;21;28680;3.6094;472;1500;0;0;0;0;0;0;0
13.7;21;28680;3.6094;457;1500;0;0;0;0;0;0;0
13.8;21;28680;3.6094;442;1500;0;0;0;0;0;0;0
13.9;21;28680;3.6094;427;1500;0;0;0;0;0;0;0
14;21;28680;3.6094;413;1500;0;0;0;0;0;0;0
14.1;21;28680;3.6094;400;1500;0;0;0;0;0;0;0
14.2;21;28680;3.6094;387;1500;0;0;0;0;0;0;0
14.3;21;28680;3.6094;374;1500;0;0;0;0;0;0;0
14.4;21;28680;3.6094;362;1500;0;0;0;0;0;0;0
14.5;21;28680;3.6094;350;1500;0;0;0;0;0;0;0
14.6;21;28680;3.6094;339;1500;0;0;0;0;0;0;0
14.7;21;28680;3.6094;328;1500;0;0;0;0;0;0;0
14.8;21;28680;3.6094;317;1500;0;0;0;0;0;0;0
14.9;21;28680;3.6094;307;1500;0;0;0;0;0;0;0
15;21;28680;3.6094;297;1500;0;0;0;0;0;0;0
15.1;21;28680;3.6094;287;1500;0;0;0;0;0;0;0
15.2;21;28680;3.6094;277;1500;0;0;0;0;0;0;0
15.3;21;28680;3.6094;268;1500;0;0;0;0;0;0;0
15.4;21;28680;3.6094;260;1500;0;0;0;0;0;0;0
15.5;21;28680;3.6094;251;1500;0;0;0;0;0;0;0
15.6;21;28680;3.6094;243;1500;0;0;0;0;0;0;0
15.7;21;28680;3.6094;235;1500;0;0;0;0;0;0;0
15.8;21;28680;3.6094;227;1500;0;0;0;0;0;0;0
15.9;21;28680;3.6094;220;1500;0;0;0;0;0;0;0
16;21;28680;3.6094;213;1500;0;0;0;0;0;0;0
16.1;21;28680;3.6094;201;1500;0;0;0;0;0;0;0
16.2;21;28680;3.6094;191;1500;0;0;0;0;0;0;0
16.3;21;28680;3.6094;181;1500;0;0;0;0;0;0;0
16.4;21;28680;3.6094;171;1500;0;0;0;0;0;0;0
16.5;21;28680;3.6094;162;1500;0;0;0;0;0;0;0
16.6;21;28680;3.6094;153;1500;0;0;0;0;0;0;0
16.7;21;28680;3.6094;145;1500;0;0;0;0;0;0;0
16.8;21;28680;3.6094;137;1500;0;0;0;0;0;0;0
16.9;21;28680;3.6094;130;1500;0;0;0;0;0;0;0
17;21;28680;3.6094;123;1500;0;0;0;0;0;0;0
17.1;21;28680;3.6094;117;1500;0;0;0;0;0;0;0
17.2;21;28680;3.6094;111;1500;0;0;0;0;0;0;0
17.3;21;28680;3.6094;105;1500;0;0;0;0;0;0;0
17.4;21;28680;3.6094;99;1500;0;0;0;0;0;0;0
17.5;21;28680;3.6094;94;1500;0;0;0;0;0;0;0
17.6;21;28680;3.6094;89;1500;0;0;0;0;0;0;0
17.7;21;28680;3.6094;84;1500;0;0;0;0;0;0;0
17.8;21;28680;3.6094;80;1500;0;0;0;0;0;0;0
17.9;21;28680;3.6094;75;1500;0;0;0;0;0;0;0
18;21;28680;3.6094;71;1500;0;0;0;0;0;0;0
18.1;21;28680;3.6094;68;1500;0;0;0;0;0;0;0
18.2;21;28680;3.6094;64;1500;0;0;0;0;0;0;0
18.3;21;28680;3.6094;61;1500;0;0;0;0;0;0;0
18.4;21;28680;3.6094;57;1500;0;0;0;0;0;0;0
18.5;21;28680;3.6094;54;1500;0;0;0;0;0;0;0
18.6;21;28680;3.6094;51;1500;0;0;0;0;0;0;0
18.7;21;28680;3.6094;49;1500;0;0;0;0;0;0;0
18.8;21;28680;3.6094;46;1500;0;0;0;0;0;0;0
18.9;21;28680;3.6094;44;1500;0;0;0;0;0;0;0
19;21;28680;3.6094;41;1500;0;0;0;0;0;0;0
19.1;21;28680;3.6094;37;1500;0;0;0;0;0;0;0
19.2;21;28680;3.6094;34;1500;0;0;0;0;0;0;0
19.3;21;28680;3.6094;30;1500;0;0;0;0;0;0;0
19.4;21;28680;3.6094;27;1500;0;0;0;0;0;0;0
19.5;21;28680;3.6094;25;1500;0;0;0;0;0;0;0
19.6;21;28680;3.6094;22;1500;0;0;0;0;0;0;0
19.7;21;28680;3.6094;20;1500;0;0;0;0;0;0;0
19.8;21;28680;3.6094;18;1500;0;0;0;0;0;0;0
19.9;21;28680;3.6094;16;1500;0;0;0;0;0;0;0
20;21;28680;3.6094;15;1500;0;0;0;0;0;0;0
20.1;21;28680;3.6094;13;1500;0;0;0;0;0;0;0
20.2;21;28680;3.6094;12;1500;0;0;0;0;0;0;0
20.3;21;28680;3.6094;11;1500;0;0;0;0;0;0;0
20.4;21;28680;3.6094;10;1500;0;0;0;0;0;0;0
20.5;21;28680;3.6094;9;1500;0;0;0;0;0;0;0
20.6;21;28680;3.6094;8;1500;0;0;0;0;0;0;0
20.7;21;28680;3.6094;7;1500;0;0;0;0;0;0;0
20.8;21;28680;3.6094;6;1500;0;0;0;0;0;0;0
20.9;21;28680;3.6094;6;1500;0;0;0;0;0;0;0
21;21;28680;3.6094;5;1500;0;0;0;0;0;0;0
21.1;21;28680;3.6094;5;1500;0;0;0;0;0;0;0
21.2;21;28680;3.6094;4;1500;0;0;0;0;0;0;0
21.3;21;28680;3.6094;4;1500;0;0;0;0;0;0;0
21.4;21;28680;3.6094;3;1500;0;0;0;0;0;0;0
21.5;21;28680;3.6094;3;1500;0;0;0;0;0;0;0
21.6;21;28680;3.6094;3;1500;0;0;0;0;0;0;0
21.7;21;28680;3.6094;3;1500;0;0;0;0;0;0;0
21.8;21;28680;3.6094;2;1500;0;0;0;0;0;0;0
21.9;21;28680;3.6094;2;1500;0;0;0;0;0;0;0
22;21;28680;3.6094;2;1500;0;0;0;0;0;0;0
22.1;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.2;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.3;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.4;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.5;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.6;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.7;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.8;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
22.9;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.1;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.2;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.3;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.4;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.5;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.6;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.7;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.8;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
23.9;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.1;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.2;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.3;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.4;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.5;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.6;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.7;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.8;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
24.9;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.1;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.2;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.3;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.4;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.5;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.6;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.7;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.8;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
25.9;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.1;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.2;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.3;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.4;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.5;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.6;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.7;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.8;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
26.9;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.1;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.2;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.3;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.4;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.5;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.6;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.7;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.8;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
27.9;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
28;21;28680;3.6094;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-2;22;31240;3.9023;1500;1500;0;0;0;0;0;0;0
-1.9;22;31240;3.9023;1499;1500;0;0;0;0;0;0;0
-1.8;22;31240;3.9023;1498;1500;0;0;0;0;0;0;0
-1.7;22;31240;3.9023;1498;1500;0;0;0;0;0;0;0
-1.6;22;31240;3.9023;1497;1500;0;0;0;0;0;0;0
-1.5;22;31240;3.9023;1496;1500;0;0;0;0;0;0;0
-1.4;22;31240;3.9023;1495;1500;0;0;0;0;0;0;0
-1.3;22;31240;3.9023;1494;1500;0;0;0;0;0;0;0
-1.2;22;31240;3.9023;1494;1500;0;0;0;0;0;0;0
-1.1;22;31240;3.9023;1493;1500;0;0;0;0;0;0;0
-1;22;31240;3.9023;1492;1500;0;0;0;0;0;0;0
-0.9;22;31240;3.9023;1491;1500;0;0;0;0;0;0;0
-0.8;22;31240;3.9023;1490;1500;0;0;0;0;0;0;0
-0.7;22;31240;3.9023;1490;1500;0;0;0;0;0;0;0
-0.6;22;31240;3.9023;1489;1500;0;0;0;0;0;0;0
-0.5;22;31240;3.9023;1488;1500;0;0;0;0;0;0;0
-0.4;22;31240;3.9023;1487;1500;0;0;0;0;0;0;0
-0.3;22;31240;3.9023;1487;1500;0;0;0;0;0;0;0
-0.2;22;31240;3.9023;1486;1500;0;0;0;0;0;0;0
-0.1;22;31240;3.9023;1485;1500;0;0;0;0;0;0;0
0;22;31240;3.9023;1484;1500;0;0;0;0;0;0;0
0.1;22;31240;3.9023;1483;1500;0;0;0;0;0;0;0
0.2;22;31240;3.9023;1483;1500;0;0;0;0;0;0;0
0.3;22;31240;3.9023;1482;1500;0;0;0;0;0;0;0
0.4;22;31240;3.9023;1481;1500;0;0;0;0;0;0;0
0.5;22;31240;3.9023;1480;1500;0;0;0;0;0;0;0
0.6;22;31240;3.9023;1479;1500;0;0;0;0;0;0;0
0.7;22;31240;3.9023;1479;1500;0;0;0;0;0;0;0
0.8;22;31240;3.9023;1478;1500;0;0;0;0;0;0;0
0.9;22;31240;3.9023;1477;1500;0;0;0;0;0;0;0
1;22;31240;3.9023;1476;1500;0;0;0;0;0;0;0
1.1;22;31240;3.9023;1469;1500;0;0;0;0;0;0;0
1.2;22;31240;3.9023;1462;1500;0;0;0;0;0;0;0
1.3;22;31240;3.9023;1456;1500;0;0;0;0;0;0;0
1.4;22;31240;3.9023;1449;1500;0;0;0;0;0;0;0
1.5;22;31240;3.9023;1442;1500;0;0;0;0;0;0;0
1.6;22;31240;3.9023;1435;1500;0;0;0;0;0;0;0
1.7;22;31240;3.9023;1428;1500;0;0;0;0;0;0;0
1.8;22;31240;3.9023;1422;1500;0;0;0;0;0;0;0
1.9;22;31240;3.9023;1415;1500;0;0;0;0;0;0;0
2;22;31240;3.9023;1408;1500;0;0;0;0;0;0;0
2.1;22;31240;3.9023;1402;1500;0;0;0;0;0;0;0
2.2;22;31240;3.9023;1395;1500;0;0;0;0;0;0;0
2.3;22;31240;3.9023;1389;1500;0;0;0;0;0;0;0
2.4;22;31240;3.9023;1382;1500;0;0;0;0;0;0;0
2.5;22;31240;3.9023;1376;1500;0;0;0;0;0;0;0
2.6;22;31240;3.9023;1369;1500;0;0;0;0;0;0;0
2.7;22;31240;3.9023;1363;1500;0;0;0;0;0;0;0
2.8;22;31240;3.9023;1356;1500;0;0;0;0;0;0;0
2.9;22;31240;3.9023;1350;1500;0;0;0;0;0;0;0
3;22;31240;3.9023;1343;1500;0;0;0;0;0;0;0
3.1;22;31240;3.9023;1337;1500;0;0;0;0;0;0;0
3.2;22;31240;3.9023;1331;1500;0;0;0;0;0;0;0
3.3;22;31240;3.9023;1325;1500;0;0;0;0;0;0;0
3.4;22;31240;3.9023;1318;1500;0;0;0;0;0;0;0
3.5;22;31240;3.9023;1312;1500;0;0;0;0;0;0;0
3.6;22;31240;3.9023;1306;1500;0;0;0;0;0;0;0
3.7;22;31240;3.9023;1300;1500;0;0;0;0;0;0;0
3.8;22;31240;3.9023;1294;1500;0;0;0;0;0;0;0
3.9;22;31240;3.9023;1288;1500;0;0;0;0;0;0;0
4;22;31240;3.9023;1282;1500;0;0;0;0;0;0;0
4.1;22;31240;3.9023;1271;1500;0;0;0;0;0;0;0
4.2;22;31240;3.9023;1261;1500;0;0;0;0;0;0;0
4.3;22;31240;3.9023;1251;1500;0;0;0;0;0;0;0
4.4;22;31240;3.9023;1240;1500;0;0;0;0;0;0;0
4.5;22;31240;3.9023;1230;1500;0;0;0;0;0;0;0
4.6;22;31240;3.9023;1220;1500;0;0;0;0;0;0;0
4.7;22;31240;3.9023;1210;1500;0;0;0;0;0;0;0
4.8;22;31240;3.9023;1201;1500;0;0;0;0;0;0;0
4.9;22;31240;3.9023;1191;1500;0;0;0;0;0;0;0
5;22;31240;3.9023;1181;1500;0;0;0;0;0;0;0
5.1;22;31240;3.9023;1172;1500;0;0;0;0;0;0;0
5.2;22;31240;3.9023;1162;1500;0;0;0;0;0;0;0
5.3;22;31240;3.9023;1153;1500;0;0;0;0;0;0;0
5.4;22;31240;3.9023;1143;1500;0;0;0;0;0;0;0
5.5;22;31240;3.9023;1134;1500;0;0;0;0;0;0;0
5.6;22;31240;3.9023;1125;1500;0;0;0;0;0;0;0
5.7;22;31240;3.9023;1116;1500;0;0;0;0;0;0;0
5.8;22;31240;3.9023;1107;1500;0;0;0;0;0;0;0
5.9;22;31240;3.9023;1098;1500;0;0;0;0;0;0;0
6;22;31240;3.9023;1089;1500;0;0;0;0;0;0;0
6.1;22;31240;3.9023;1080;1500;0;0;0;0;0;0;0
6.2;22;31240;3.9023;1071;1500;0;0;0;0;0;0;0
6.3;22;31240;3.9023;1062;1500;0;0;0;0;0;0;0
6.4;22;31240;3.9023;1054;1500;0;0;0;0;0;0;0
6.5;22;31240;3.9023;1045;1500;0;0;0;0;0;0;0
6.6;22;31240;3.9023;1037;1500;0;0;0;0;0;0;0
6.7;22;31240;3.9023;1028;1500;0;0;0;0;0;0;0
6.8;22;31240;3.9023;1020;1500;0;0;0;0;0;0;0
6.9;22;31240;3.9023;1012;1500;0;0;0;0;0;0;0
7;22;31240;3.9023;1003;1500;0;0;0;0;0;0;0
7.1;22;31240;3.9023;997;1500;0;0;0;0;0;0;0
7.2;22;31240;3.9023;990;1500;0;0;0;0;0;0;0
7.3;22;31240;3.9023;983;1500;0;0;0;0;0;0;0
7.4;22;31240;3.9023;976;1500;0;0;0;0;0;0;0
7.5;22;31240;3.9023;970;1500;0;0;0;0;0;0;0
7.6;22;31240;3.9023;963;1500;0;0;0;0;0;0;0
7.7;22;31240;3.9023;956;1500;0;0;0;0;0;0;0
7.8;22;31240;3.9023;950;1500;0;0;0;0;0;0;0
7.9;22;31240;3.9023;943;1500;0;0;0;0;0;0;0
8;22;31240;3.9023;937;1500;0;0;0;0;0;0;0
8.1;22;31240;3.9023;931;1500;0;0;0;0;0;0;0
8.2;22;31240;3.9023;924;1500;0;0;0;0;0;0;0
8.3;22;31240;3.9023;918;1500;0;0;0;0;0;0;0
8.4;22;31240;3.9023;912;1500;0;0;0;0;0;0;0
8.5;22;31240;3.9023;905;1500;0;0;0;0;0;0;0
8.6;22;31240;3.9023;899;1500;0;0;0;0;0;0;0
8.7;22;31240;3.9023;893;1500;0;0;0;0;0;0;0
8.8;22;31240;3.9023;887;1500;0;0;0;0;0;0;0
8.9;22;31240;3.9023;881;1500;0;0;0;0;0;0;0
9;22;31240;3.9023;875;1500;0;0;0;0;0;0;0
9.1;22;31240;3.9023;869;1500;0;0;0;0;0;0;0
9.2;22;31240;3.9023;863;1500;0;0;0;0;0;0;0
9.3;22;31240;3.9023;857;1500;0;0;0;0;0;0;0
9.4;22;31240;3.9023;851;1500;0;0;0;0;0;0;0
9.5;22;31240;3.9023;845;1500;0;0;0;0;0;0;0
9.6;22;31240;3.9023;840;1500;0;0;0;0;0;0;0
9.7;22;31240;3.9023;834;1500;0;0;0;0;0;0;0
9.8;22;31240;3.9023;828;1500;0;0;0;0;0;0;0
9.9;22;31240;3.9023;822;1500;0;0;0;0;0;0;0
10;22;31240;3.9023;817;1500;0;0;0;0;0;0;0
10.1;22;31240;3.9023;811;1500;0;0;0;0;0;0;0
10.2;22;31240;3.9023;806;1500;0;0;0;0;0;0;0
10.3;22;31240;3.9023;800;1500;0;0;0;0;0;0;0
10.4;22;31240;3.9023;795;1500;0;0;0;0;0;0;0
10.5;22;31240;3.9023;789;1500;0;0;0;0;0;0;0
10.6;22;31240;3.9023;784;1500;0;0;0;0;0;0;0
10.7;22;31240;3.9023;779;1500;0;0;0;0;0;0;0
10.8;22;31240;3.9023;773;1500;0;0;0;0;0;0;0
10.9;22;31240;3.9023;768;1500;0;0;0;0;0;0;0
11;22;31240;3.9023;763;1500;0;0;0;0;0;0;0
11.1;22;31240;3.9023;758;1500;0;0;0;0;0;0;0
11.2;22;31240;3.9023;753;1500;0;0;0;0;0;0;0
11.3;22;31240;3.9023;747;1500;0;0;0;0;0;0;0
11.4;22;31240;3.9023;742;1500;0;0;0;0;0;0;0
11.5;22;31240;3.9023;737;1500;0;0;0;0;0;0;0
11.6;22;31240;3.9023;732;1500;0;0;0;0;0;0;0
11.7;22;31240;3.9023;727;1500;0;0;0;0;0;0;0
11.8;22;31240;3.9023;722;1500;0;0;0;0;0;0;0
11.9;22;31240;3.9023;718;1500;0;0;0;0;0;0;0
12;22;31240;3.9023;713;1500;0;0;0;0;0;0;0
12.1;22;31240;3.9023;708;1500;0;0;0;0;0;0;0
12.2;22;31240;3.9023;703;1500;0;0;0;0;0;0;0
12.3;22;31240;3.9023;698;1500;0;0;0;0;0;0;0
12.4;22;31240;3.9023;693;1500;0;0;0;0;0;0;0
12.5;22;31240;3.9023;689;1500;0;0;0;0;0;0;0
12.6;22;31240;3.9023;684;1500;0;0;0;0;0;0;0
12.7;22;31240;3.9023;679;1500;0;0;0;0;0;0;0
12.8;22;31240;3.9023;675;1500;0;0;0;0;0;0;0
12.9;22;31240;3.9023;670;1500;0;0;0;0;0;0;0
13;22;31240;3.9023;666;1500;0;0;0;0;0;0;0
13.1;22;31240;3.9023;653;1500;0;0;0;0;0;0;0
13.2;22;31240;3.9023;642;1500;0;0;0;0;0;0;0
13.3;22;31240;3.9023;630;1500;0;0;0;0;0;0;0
13.4;22;31240;3.9023;618;1500;0;0;0;0;0;0;0
13.5;22;31240;3.9023;607;1500;0;0;0;0;0;0;0
13.6;22;31240;3.9023;596;1500;0;0;0;0;0;0;0
13.7;22;31240;3.9023;585;1500;0;0;0;0;0;0;0
13.8;22;31240;3.9023;574;1500;0;0;0;0;0;0;0
13.9;22;31240;3.9023;564;1500;0;0;0;0;0;0;0
14;22;31240;3.9023;554;1500;0;0;0;0;0;0;0
14.1;22;31240;3.9023;544;1500;0;0;0;0;0;0;0
14.2;22;31240;3.9023;534;1500;0;0;0;0;0;0;0
14.3;22;31240;3.9023;524;1500;0;0;0;0;0;0;0
14.4;22;31240;3.9023;514;1500;0;0;0;0;0;0;0
14.5;22;31240;3.9023;505;1500;0;0;0;0;0;0;0
14.6;22;31240;3.9023;496;1500;0;0;0;0;0;0;0
14.7;22;31240;3.9023;487;1500;0;0;0;0;0;0;0
14.8;22;31240;3.9023;478;1500;0;0;0;0;0;0;0
14.9;22;31240;3.9023;469;1500;0;0;0;0;0;0;0
15;22;31240;3.9023;460;1500;0;0;0;0;0;0;0
15.1;22;31240;3.9023;452;1500;0;0;0;0;0;0;0
15.2;22;31240;3.9023;444;1500;0;0;0;0;0;0;0
15.3;22;31240;3.9023;436;1500;0;0;0;0;0;0;0
15.4;22;31240;3.9023;428;1500;0;0;0;0;0;0;0
15.5;22;31240;3.9023;420;1500;0;0;0;0;0;0;0
15.6;22;31240;3.9023;412;1500;0;0;0;0;0;0;0
15.7;22;31240;3.9023;405;1500;0;0;0;0;0;0;0
15.8;22;31240;3.9023;397;1500;0;0;0;0;0;0;0
15.9;22;31240;3.9023;390;1500;0;0;0;0;0;0;0
16;22;31240;3.9023;383;1500;0;0;0;0;0;0;0
16.1;22;31240;3.9023;367;1500;0;0;0;0;0;0;0
16.2;22;31240;3.9023;352;1500;0;0;0;0;0;0;0
16.3;22;31240;3.9023;337;1500;0;0;0;0;0;0;0
16.4;22;31240;3.9023;323;1500;0;0;0;0;0;0;0
16.5;22;31240;3.9023;310;1500;0;0;0;0;0;0;0
16.6;22;31240;3.9023;297;1500;0;0;0;0;0;0;0
16.7;22;31240;3.9023;285;1500;0;0;0;0;0;0;0
16.8;22;31240;3.9023;273;1500;0;0;0;0;0;0;0
16.9;22;31240;3.9023;262;1500;0;0;0;0;0;0;0
17;22;31240;3.9023;251;1500;0;0;0;0;0;0;0
17.1;22;31240;3.9023;240;1500;0;0;0;0;0;0;0
17.2;22;31240;3.9023;230;1500;0;0;0;0;0;0;0
17.3;22;31240;3.9023;221;1500;0;0;0;0;0;0;0
17.4;22;31240;3.9023;212;1500;0;0;0;0;0;0;0
17.5;22;31240;3.9023;203;1500;0;0;0;0;0;0;0
17.6;22;31240;3.9023;195;1500;0;0;0;0;0;0;0
17.7;22;31240;3.9023;186;1500;0;0;0;0;0;0;0
17.8;22;31240;3.9023;179;1500;0;0;0;0;0;0;0
17.9;22;31240;3.9023;171;1500;0;0;0;0;0;0;0
18;22;31240;3.9023;164;1500;0;0;0;0;0;0;0
18.1;22;31240;3.9023;157;1500;0;0;0;0;0;0;0
18.2;22;31240;3.9023;151;1500;0;0;0;0;0;0;0
18.3;22;31240;3.9023;145;1500;0;0;0;0;0;0;0
18.4;22;31240;3.9023;139;1500;0;0;0;0;0;0;0
18.5;22;31240;3.9023;133;1500;0;0;0;0;0;0;0
18.6;22;31240;3.9023;127;1500;0;0;0;0;0;0;0
18.7;22;31240;3.9023;122;1500;0;0;0;0;0;0;0
18.8;22;31240;3.9023;117;1500;0;0;0;0;0;0;0
18.9;22;31240;3.9023;112;1500;0;0;0;0;0;0;0
19;22;31240;3.9023;108;1500;0;0;0;0;0;0;0
19.1;22;31240;3.9023;101;1500;0;0;0;0;0;0;0
19.2;22;31240;3.9023;95;1500;0;0;0;0;0;0;0
19.3;22;31240;3.9023;89;1500;0;0;0;0;0;0;0
19.4;22;31240;3.9023;84;1500;0;0;0;0;0;0;0
19.5;22;31240;3.9023;79;1500;0;0;0;0;0;0;0
19.6;22;31240;3.9023;74;1500;0;0;0;0;0;0;0
19.7;22;31240;3.9023;70;1500;0;0;0;0;0;0;0
19.8;22;31240;3.9023;66;1500;0;0;0;0;0;0;0
19.9;22;31240;3.9023;62;1500;0;0;0;0;0;0;0
20;22;31240;3.9023;58;1500;0;0;0;0;0;0;0
20.1;22;31240;3.9023;55;1500;0;0;0;0;0;0;0
20.2;22;31240;3.9023;52;1500;0;0;0;0;0;0;0
20.3;22;31240;3.9023;48;1500;0;0;0;0;0;0;0
20.4;22;31240;3.9023;46;1500;0;0;0;0;0;0;0
20.5;22;31240;3.9023;43;1500;0;0;0;0;0;0;0
20.6;22;31240;3.9023;40;1500;0;0;0;0;0;0;0
20.7;22;31240;3.9023;38;1500;0;0;0;0;0;0;0
20.8;22;31240;3.9023;36;1500;0;0;0;0;0;0;0
20.9;22;31240;3.9023;34;1500;0;0;0;0;0;0;0
21;22;31240;3.9023;32;1500;0;0;0;0;0;0;0
21.1;22;31240;3.9023;30;1500;0;0;0;0;0;0;0
21.2;22;31240;3.9023;28;1500;0;0;0;0;0;0;0
21.3;22;31240;3.9023;26;1500;0;0;0;0;0;0;0
21.4;22;31240;3.9023;25;1500;0;0;0;0;0;0;0
21.5;22;31240;3.9023;23;1500;0;0;0;0;0;0;0
21.6;22;31240;3.9023;22;1500;0;0;0;0;0;0;0
21.7;22;31240;3.9023;21;1500;0;0;0;0;0;0;0
21.8;22;31240;3.9023;19;1500;0;0;0;0;0;0;0
21.9;22;31240;3.9023;18;1500;0;0;0;0;0;0;0
22;22;31240;3.9023;17;1500;0;0;0;0;0;0;0
22.1;22;31240;3.9023;16;1500;0;0;0;0;0;0;0
22.2;22;31240;3.9023;14;1500;0;0;0;0;0;0;0
22.3;22;31240;3.9023;13;1500;0;0;0;0;0;0;0
22.4;22;31240;3.9023;12;1500;0;0;0;0;0;0;0
22.5;22;31240;3.9023;11;1500;0;0;0;0;0;0;0
22.6;22;31240;3.9023;10;1500;0;0;0;0;0;0;0
22.7;22;31240;3.9023;9;1500;0;0;0;0;0;0;0
22.8;22;31240;3.9023;8;1500;0;0;0;0;0;0;0
22.9;22;31240;3.9023;7;1500;0;0;0;0;0;0;0
23;22;31240;3.9023;7;1500;0;0;0;0;0;0;0
23.1;22;31240;3.9023;6;1500;0;0;0;0;0;0;0
23.2;22;31240;3.9023;6;1500;0;0;0;0;0;0;0
23.3;22;31240;3.9023;5;1500;0;0;0;0;0;0;0
23.4;22;31240;3.9023;5;1500;0;0;0;0;0;0;0
23.5;22;31240;3.9023;4;1500;0;0;0;0;0;0;0
23.6;22;31240;3.9023;4;1500;0;0;0;0;0;0;0
23.7;22;31240;3.9023;4;1500;0;0;0;0;0;0;0
23.8;22;31240;3.9023;3;1500;0;0;0;0;0;0;0
23.9;22;31240;3.9023;3;1500;0;0;0;0;0;0;0
24;22;31240;3.9023;3;1500;0;0;0;0;0;0;0
24.1;22;31240;3.9023;2;1500;0;0;0;0;0;0;0
24.2;22;31240;3.9023;2;1500;0;0;0;0;0;0;0
24.3;22;31240;3.9023;2;1500;0;0;0;0;0;0;0
24.4;22;31240;3.9023;2;1500;0;0;0;0;0;0;0
24.5;22;31240;3.9023;2;1500;0;0;0;0;0;0;0
24.6;22;31240;3.9023;2;1500;0;0;0;0;0;0;0
24.7;22;31240;3.9023;1;1500;0;0;0;0;0;0;0
24.8;22;31240;3.9023;1;1500;0;0;0;0;0;0;0
24.9;22;31240;3.9023;1;1500;0;0;0;0;0;0;0
25;22;31240;3.9023;1;1500;0;0;0;0;0;0;0
25.1;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.2;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.3;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.4;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.5;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.6;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.7;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.8;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
25.9;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.1;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.2;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.3;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.4;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.5;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.6;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.7;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.8;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
26.9;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.1;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.2;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.3;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.4;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.5;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.6;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.7;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.8;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
27.9;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
28;22;31240;3.9023;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
1;23;33816;4.2129;1489;1500;0;0;0;0;0;0;0
1.1;23;33816;4.2129;1483;1500;0;0;0;0;0;0;0
1.2;23;33816;4.2129;1477;1500;0;0;0;0;0;0;0
1.3;23;33816;4.2129;1471;1500;0;0;0;0;0;0;0
1.4;23;33816;4.2129;1465;1500;0;0;0;0;0;0;0
1.5;23;33816;4.2129;1458;1500;0;0;0;0;0;0;0
1.6;23;33816;4.2129;1452;1500;0;0;0;0;0;0;0
1.7;23;33816;4.2129;1446;1500;0;0;0;0;0;0;0
1.8;23;33816;4.2129;1440;1500;0;0;0;0;0;0;0
1.9;23;33816;4.2129;1434;1500;0;0;0;0;0;0;0
2;23;33816;4.2129;1428;1500;0;0;0;0;0;0;0
2.1;23;33816;4.2129;1422;1500;0;0;0;0;0;0;0
2.2;23;33816;4.2129;1416;1500;0;0;0;0;0;0;0
2.3;23;33816;4.2129;1411;1500;0;0;0;0;0;0;0
2.4;23;33816;4.2129;1405;1500;0;0;0;0;0;0;0
2.5;23;33816;4.2129;1399;1500;0;0;0;0;0;0;0
2.6;23;33816;4.2129;1393;1500;0;0;0;0;0;0;0
2.7;23;33816;4.2129;1387;1500;0;0;0;0;0;0;0
2.8;23;33816;4.2129;1381;1500;0;0;0;0;0;0;0
2.9;23;33816;4.2129;1376;1500;0;0;0;0;0;0;0
3;23;33816;4.2129;1370;1500;0;0;0;0;0;0;0
3.1;23;33816;4.2129;1364;1500;0;0;0;0;0;0;0
3.2;23;33816;4.2129;1358;1500;0;0;0;0;0;0;0
3.3;23;33816;4.2129;1353;1500;0;0;0;0;0;0;0
3.4;23;33816;4.2129;1347;1500;0;0;0;0;0;0;0
3.5;23;33816;4.2129;1342;1500;0;0;0;0;0;0;0
3.6;23;33816;4.2129;1336;1500;0;0;0;0;0;0;0
3.7;23;33816;4.2129;1330;1500;0;0;0;0;0;0;0
3.8;23;33816;4.2129;1325;1500;0;0;0;0;0;0;0
3.9;23;33816;4.2129;1319;1500;0;0;0;0;0;0;0
4;23;33816;4.2129;1314;1500;0;0;0;0;0;0;0
4.1;23;33816;4.2129;1304;1500;0;0;0;0;0;0;0
4.2;23;33816;4.2129;1295;1500;0;0;0;0;0;0;0
4.3;23;33816;4.2129;1286;1500;0;0;0;0;0;0;0
4.4;23;33816;4.2129;1276;1500;0;0;0;0;0;0;0
4.5;23;33816;4.2129;1267;1500;0;0;0;0;0;0;0
4.6;23;33816;4.2129;1258;1500;0;0;0;0;0;0;0
4.7;23;33816;4.2129;1249;1500;0;0;0;0;0;0;0
4.8;23;33816;4.2129;1240;1500;0;0;0;0;0;0;0
4.9;23;33816;4.2129;1231;1500;0;0;0;0;0;0;0
5;23;33816;4.2129;1222;1500;0;0;0;0;0;0;0
5.1;23;33816;4.2129;1213;1500;0;0;0;0;0;0;0
5.2;23;33816;4.2129;1205;1500;0;0;0;0;0;0;0
5.3;23;33816;4.2129;1196;1500;0;0;0;0;0;0;0
5.4;23;33816;4.2129;1187;1500;0;0;0;0;0;0;0
5.5;23;33816;4.2129;1179;1500;0;0;0;0;0;0;0
5.6;23;33816;4.2129;1170;1500;0;0;0;0;0;0;0
5.7;23;33816;4.2129;1162;1500;0;0;0;0;0;0;0
5.8;23;33816;4.2129;1153;1500;0;0;0;0;0;0;0
5.9;23;33816;4.2129;1145;1500;0;0;0;0;0;0;0
6;23;33816;4.2129;1137;1500;0;0;0;0;0;0;0
6.1;23;33816;4.2129;1129;1500;0;0;0;0;0;0;0
6.2;23;33816;4.2129;1121;1500;0;0;0;0;0;0;0
6.3;23;33816;4.2129;1112;1500;0;0;0;0;0;0;0
6.4;23;33816;4.2129;1104;1500;0;0;0;0;0;0;0
6.5;23;33816;4.2129;1097;1500;0;0;0;0;0;0;0
6.6;23;33816;4.2129;1089;1500;0;0;0;0;0;0;0
6.7;23;33816;4.2129;1081;1500;0;0;0;0;0;0;0
6.8;23;33816;4.2129;1073;1500;0;0;0;0;0;0;0
6.9;23;33816;4.2129;1065;1500;0;0;0;0;0;0;0
7;23;33816;4.2129;1058;1500;0;0;0;0;0;0;0
7.1;23;33816;4.2129;1050;1500;0;0;0;0;0;0;0
7.2;23;33816;4.2129;1042;1500;0;0;0;0;0;0;0
7.3;23;33816;4.2129;1035;1500;0;0;0;0;0;0;0
7.4;23;33816;4.2129;1027;1500;0;0;0;0;0;0;0
7.5;23;33816;4.2129;1020;1500;0;0;0;0;0;0;0
7.6;23;33816;4.2129;1012;1500;0;0;0;0;0;0;0
7.7;23;33816;4.2129;1005;1500;0;0;0;0;0;0;0
7.8;23;33816;4.2129;998;1500;0;0;0;0;0;0;0
7.9;23;33816;4.2129;990;1500;0;0;0;0;0;0;0
8;23;33816;4.2129;983;1500;0;0;0;0;0;0;0
8.1;23;33816;4.2129;976;1500;0;0;0;0;0;0;0
8.2;23;33816;4.2129;969;1500;0;0;0;0;0;0;0
8.3;23;33816;4.2129;962;1500;0;0;0;0;0;0;0
8.4;23;33816;4.2129;955;1500;0;0;0;0;0;0;0
8.5;23;33816;4.2129;948;1500;0;0;0;0;0;0;0
8.6;23;33816;4.2129;941;1500;0;0;0;0;0;0;0
8.7;23;33816;4.2129;934;1500;0;0;0;0;0;0;0
8.8;23;33816;4.2129;927;1500;0;0;0;0;0;0;0
8.9;23;33816;4.2129;921;1500;0;0;0;0;0;0;0
9;23;33816;4.2129;914;1500;0;0;0;0;0;0;0
9.1;23;33816;4.2129;907;1500;0;0;0;0;0;0;0
9.2;23;33816;4.2129;901;1500;0;0;0;0;0;0;0
9.3;23;33816;4.2129;894;1500;0;0;0;0;0;0;0
9.4;23;33816;4.2129;888;1500;0;0;0;0;0;0;0
9.5;23;33816;4.2129;881;1500;0;0;0;0;0;0;0
9.6;23;33816;4.2129;875;1500;0;0;0;0;0;0;0
9.7;23;33816;4.2129;869;1500;0;0;0;0;0;0;0
9.8;23;33816;4.2129;862;1500;0;0;0;0;0;0;0
9.9;23;33816;4.2129;856;1500;0;0;0;0;0;0;0
10;23;33816;4.2129;850;1500;0;0;0;0;0;0;0
10.1;23;33816;4.2129;845;1500;0;0;0;0;0;0;0
10.2;23;33816;4.2129;841;1500;0;0;0;0;0;0;0
10.3;23;33816;4.2129;837;1500;0;0;0;0;0;0;0
10.4;23;33816;4.2129;833;1500;0;0;0;0;0;0;0
10.5;23;33816;4.2129;829;1500;0;0;0;0;0;0;0
10.6;23;33816;4.2129;824;1500;0;0;0;0;0;0;0
10.7;23;33816;4.2129;820;1500;0;0;0;0;0;0;0
10.8;23;33816;4.2129;816;1500;0;0;0;0;0;0;0
10.9;23;33816;4.2129;812;1500;0;0;0;0;0;0;0
11;23;33816;4.2129;808;1500;0;0;0;0;0;0;0
11.1;23;33816;4.2129;804;1500;0;0;0;0;0;0;0
11.2;23;33816;4.2129;800;1500;0;0;0;0;0;0;0
11.3;23;33816;4.2129;796;1500;0;0;0;0;0;0;0
11.4;23;33816;4.2129;792;1500;0;0;0;0;0;0;0
11.5;23;33816;4.2129;788;1500;0;0;0;0;0;0;0
11.6;23;33816;4.2129;784;1500;0;0;0;0;0;0;0
11.7;23;33816;4.2129;780;1500;0;0;0;0;0;0;0
11.8;23;33816;4.2129;776;1500;0;0;0;0;0;0;0
11.9;23;33816;4.2129;772;1500;0;0;0;0;0;0;0
12;23;33816;4.2129;768;1500;0;0;0;0;0;0;0
12.1;23;33816;4.2129;764;1500;0;0;0;0;0;0;0
12.2;23;33816;4.2129;761;1500;0;0;0;0;0;0;0
12.3;23;33816;4.2129;757;1500;0;0;0;0;0;0;0
12.4;23;33816;4.2129;753;1500;0;0;0;0;0;0;0
12.5;23;33816;4.2129;749;1500;0;0;0;0;0;0;0
12.6;23;33816;4.2129;745;1500;0;0;0;0;0;0;0
12.7;23;33816;4.2129;742;1500;0;0;0;0;0;0;0
12.8;23;33816;4.2129;738;1500;0;0;0;0;0;0;0
12.9;23;33816;4.2129;734;1500;0;0;0;0;0;0;0
13;23;33816;4.2129;731;1500;0;0;0;0;0;0;0
13.1;23;33816;4.2129;722;1500;0;0;0;0;0;0;0
13.2;23;33816;4.2129;713;1500;0;0;0;0;0;0;0
13.3;23;33816;4.2129;704;1500;0;0;0;0;0;0;0
13.4;23;33816;4.2129;695;1500;0;0;0;0;0;0;0
13.5;23;33816;4.2129;686;1500;0;0;0;0;0;0;0
13.6;23;33816;4.2129;678;1500;0;0;0;0;0;0;0
13.7;23;33816;4.2129;670;1500;0;0;0;0;0;0;0
13.8;23;33816;4.2129;661;1500;0;0;0;0;0;0;0
13.9;23;33816;4.2129;653;1500;0;0;0;0;0;0;0
14;23;33816;4.2129;645;1500;0;0;0;0;0;0;0
14.1;23;33816;4.2129;637;1500;0;0;0;0;0;0;0
14.2;23;33816;4.2129;629;1500;0;0;0;0;0;0;0
14.3;23;33816;4.2129;621;1500;0;0;0;0;0;0;0
14.4;23;33816;4.2129;614;1500;0;0;0;0;0;0;0
14.5;23;33816;4.2129;606;1500;0;0;0;0;0;0;0
14.6;23;33816;4.2129;599;1500;0;0;0;0;0;0;0
14.7;23;33816;4.2129;591;1500;0;0;0;0;0;0;0
14.8;23;33816;4.2129;584;1500;0;0;0;0;0;0;0
14.9;23;33816;4.2129;577;1500;0;0;0;0;0;0;0
15;23;33816;4.2129;569;1500;0;0;0;0;0;0;0
15.1;23;33816;4.2129;562;1500;0;0;0;0;0;0;0
15.2;23;33816;4.2129;555;1500;0;0;0;0;0;0;0
15.3;23;33816;4.2129;549;1500;0;0;0;0;0;0;0
15.4;23;33816;4.2129;542;1500;0;0;0;0;0;0;0
15.5;23;33816;4.2129;535;1500;0;0;0;0;0;0;0
15.6;23;33816;4.2129;528;1500;0;0;0;0;0;0;0
15.7;23;33816;4.2129;522;1500;0;0;0;0;0;0;0
15.8;23;33816;4.2129;515;1500;0;0;0;0;0;0;0
15.9;23;33816;4.2129;509;1500;0;0;0;0;0;0;0
16;23;33816;4.2129;503;1500;0;0;0;0;0;0;0
16.1;23;33816;4.2129;486;1500;0;0;0;0;0;0;0
16.2;23;33816;4.2129;471;1500;0;0;0;0;0;0;0
16.3;23;33816;4.2129;455;1500;0;0;0;0;0;0;0
16.4;23;33816;4.2129;440;1500;0;0;0;0;0;0;0
16.5;23;33816;4.2129;426;1500;0;0;0;0;0;0;0
16.6;23;33816;4.2129;412;1500;0;0;0;0;0;0;0
16.7;23;33816;4.2129;399;1500;0;0;0;0;0;0;0
16.8;23;33816;4.2129;386;1500;0;0;0;0;0;0;0
16.9;23;33816;4.2129;373;1500;0;0;0;0;0;0;0
17;23;33816;4.2129;361;1500;0;0;0;0;0;0;0
17.1;23;33816;4.2129;349;1500;0;0;0;0;0;0;0
17.2;23;33816;4.2129;338;1500;0;0;0;0;0;0;0
17.3;23;33816;4.2129;327;1500;0;0;0;0;0;0;0
17.4;23;33816;4.2129;316;1500;0;0;0;0;0;0;0
17.5;23;33816;4.2129;306;1500;0;0;0;0;0;0;0
17.6;23;33816;4.2129;296;1500;0;0;0;0;0;0;0
17.7;23;33816;4.2129;286;1500;0;0;0;0;0;0;0
17.8;23;33816;4.2129;277;1500;0;0;0;0;0;0;0
17.9;23;33816;4.2129;268;1500;0;0;0;0;0;0;0
18;23;33816;4.2129;259;1500;0;0;0;0;0;0;0
18.1;23;33816;4.2129;251;1500;0;0;0;0;0;0;0
18.2;23;33816;4.2129;243;1500;0;0;0;0;0;0;0
18.3;23;33816;4.2129;235;1500;0;0;0;0;0;0;0
18.4;23;33816;4.2129;227;1500;0;0;0;0;0;0;0
18.5;23;33816;4.2129;220;1500;0;0;0;0;0;0;0
18.6;23;33816;4.2129;213;1500;0;0;0;0;0;0;0
18.7;23;33816;4.2129;206;1500;0;0;0;0;0;0;0
18.8;23;33816;4.2129;199;1500;0;0;0;0;0;0;0
18.9;23;33816;4.2129;193;1500;0;0;0;0;0;0;0
19;23;33816;4.2129;186;1500;0;0;0;0;0;0;0
19.1;23;33816;4.2129;177;1500;0;0;0;0;0;0;0
19.2;23;33816;4.2129;169;1500;0;0;0;0;0;0;0
19.3;23;33816;4.2129;161;1500;0;0;0;0;0;0;0
19.4;23;33816;4.2129;153;1500;0;0;0;0;0;0;0
19.5;23;33816;4.2129;146;1500;0;0;0;0;0;0;0
19.6;23;33816;4.2129;139;1500;0;0;0;0;0;0;0
19.7;23;33816;4.2129;132;1500;0;0;0;0;0;0;0
19.8;23;33816;4.2129;126;1500;0;0;0;0;0;0;0
19.9;23;33816;4.2129;120;1500;0;0;0;0;0;0;0
20;23;33816;4.2129;114;1500;0;0;0;0;0;0;0
20.1;23;33816;4.2129;109;1500;0;0;0;0;0;0;0
20.2;23;33816;4.2129;104;1500;0;0;0;0;0;0;0
20.3;23;33816;4.2129;99;1500;0;0;0;0;0;0;0
20.4;23;33816;4.2129;94;1500;0;0;0;0;0;0;0
20.5;23;33816;4.2129;89;1500;0;0;0;0;0;0;0
20.6;23;33816;4.2129;85;1500;0;0;0;0;0;0;0
20.7;23;33816;4.2129;81;1500;0;0;0;0;0;0;0
20.8;23;33816;4.2129;77;1500;0;0;0;0;0;0;0
20.9;23;33816;4.2129;74;1500;0;0;0;0;0;0;0
21;23;33816;4.2129;70;1500;0;0;0;0;0;0;0
21.1;23;33816;4.2129;67;1500;0;0;0;0;0;0;0
21.2;23;33816;4.2129;63;1500;0;0;0;0;0;0;0
21.3;23;33816;4.2129;60;1500;0;0;0;0;0;0;0
21.4;23;33816;4.2129;58;1500;0;0;0;0;0;0;0
21.5;23;33816;4.2129;55;1500;0;0;0;0;0;0;0
21.6;23;33816;4.2129;52;1500;0;0;0;0;0;0;0
21.7;23;33816;4.2129;50;1500;0;0;0;0;0;0;0
21.8;23;33816;4.2129;47;1500;0;0;0;0;0;0;0
21.9;23;33816;4.2129;45;1500;0;0;0;0;0;0;0
22;23;33816;4.2129;43;1500;0;0;0;0;0;0;0
22.1;23;33816;4.2129;39;1500;0;0;0;0;0;0;0
22.2;23;33816;4.2129;36;1500;0;0;0;0;0;0;0
22.3;23;33816;4.2129;33;1500;0;0;0;0;0;0;0
22.4;23;33816;4.2129;30;1500;0;0;0;0;0;0;0
22.5;23;33816;4.2129;28;1500;0;0;0;0;0;0;0
22.6;23;33816;4.2129;26;1500;0;0;0;0;0;0;0
22.7;23;33816;4.2129;23;1500;0;0;0;0;0;0;0
22.8;23;33816;4.2129;22;1500;0;0;0;0;0;0;0
22.9;23;33816;4.2129;20;1500;0;0;0;0;0;0;0
23;23;33816;4.2129;18;1500;0;0;0;0;0;0;0
23.1;23;33816;4.2129;17;1500;0;0;0;0;0;0;0
23.2;23;33816;4.2129;15;1500;0;0;0;0;0;0;0
23.3;23;33816;4.2129;14;1500;0;0;0;0;0;0;0
23.4;23;33816;4.2129;13;1500;0;0;0;0;0;0;0
23.5;23;33816;4.2129;12;1500;0;0;0;0;0;0;0
23.6;23;33816;4.2129;11;1500;0;0;0;0;0;0;0
23.7;23;33816;4.2129;10;1500;0;0;0;0;0;0;0
23.8;23;33816;4.2129;9;1500;0;0;0;0;0;0;0
23.9;23;33816;4.2129;8;1500;0;0;0;0;0;0;0
24;23;33816;4.2129;8;1500;0;0;0;0;0;0;0
24.1;23;33816;4.2129;7;1500;0;0;0;0;0;0;0
24.2;23;33816;4.2129;6;1500;0;0;0;0;0;0;0
24.3;23;33816;4.2129;6;1500;0;0;0;0;0;0;0
24.4;23;33816;4.2129;5;1500;0;0;0;0;0;0;0
24.5;23;33816;4.2129;5;1500;0;0;0;0;0;0;0
24.6;23;33816;4.2129;5;1500;0;0;0;0;0;0;0
24.7;23;33816;4.2129;4;1500;0;0;0;0;0;0;0
24.8;23;33816;4.2129;4;1500;0;0;0;0;0;0;0
24.9;23;33816;4.2129;4;1500;0;0;0;0;0;0;0
25;23;33816;4.2129;3;1500;0;0;0;0;0;0;0
25.1;23;33816;4.2129;3;1500;0;0;0;0;0;0;0
25.2;23;33816;4.2129;3;1500;0;0;0;0;0;0;0
25.3;23;33816;4.2129;3;1500;0;0;0;0;0;0;0
25.4;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
25.5;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
25.6;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
25.7;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
25.8;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
25.9;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
26;23;33816;4.2129;2;1500;0;0;0;0;0;0;0
26.1;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.2;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.3;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.4;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.5;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.6;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.7;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.8;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
26.9;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27.1;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27.2;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27.3;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27.4;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27.5;23;33816;4.2129;1;1500;0;0;0;0;0;0;0
27.6;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
27.7;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
27.8;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
27.9;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.1;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.2;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.3;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.4;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.5;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.6;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.7;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.8;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
28.9;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.1;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.2;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.3;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.4;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.5;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.6;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.7;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.8;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
29.9;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.1;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.2;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.3;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.4;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.5;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.6;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.7;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.8;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
30.9;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
31;23;33816;4.2129;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
1;24;35856;4.5234;1496;1500;0;0;0;0;0;0;0
1.1;24;35856;4.5234;1491;1500;0;0;0;0;0;0;0
1.2;24;35856;4.5234;1486;1500;0;0;0;0;0;0;0
1.3;24;35856;4.5234;1481;1500;0;0;0;0;0;0;0
1.4;24;35856;4.5234;1476;1500;0;0;0;0;0;0;0
1.5;24;35856;4.5234;1471;1500;0;0;0;0;0;0;0
1.6;24;35856;4.5234;1466;1500;0;0;0;0;0;0;0
1.7;24;35856;4.5234;1461;1500;0;0;0;0;0;0;0
1.8;24;35856;4.5234;1456;1500;0;0;0;0;0;0;0
1.9;24;35856;4.5234;1451;1500;0;0;0;0;0;0;0
2;24;35856;4.5234;1446;1500;0;0;0;0;0;0;0
2.1;24;35856;4.5234;1441;1500;0;0;0;0;0;0;0
2.2;24;35856;4.5234;1436;1500;0;0;0;0;0;0;0
2.3;24;35856;4.5234;1431;1500;0;0;0;0;0;0;0
2.4;24;35856;4.5234;1426;1500;0;0;0;0;0;0;0
2.5;24;35856;4.5234;1421;1500;0;0;0;0;0;0;0
2.6;24;35856;4.5234;1416;1500;0;0;0;0;0;0;0
2.7;24;35856;4.5234;1411;1500;0;0;0;0;0;0;0
2.8;24;35856;4.5234;1406;1500;0;0;0;0;0;0;0
2.9;24;35856;4.5234;1401;1500;0;0;0;0;0;0;0
3;24;35856;4.5234;1397;1500;0;0;0;0;0;0;0
3.1;24;35856;4.5234;1392;1500;0;0;0;0;0;0;0
3.2;24;35856;4.5234;1387;1500;0;0;0;0;0;0;0
3.3;24;35856;4.5234;1382;1500;0;0;0;0;0;0;0
3.4;24;35856;4.5234;1378;1500;0;0;0;0;0;0;0
3.5;24;35856;4.5234;1373;1500;0;0;0;0;0;0;0
3.6;24;35856;4.5234;1368;1500;0;0;0;0;0;0;0
3.7;24;35856;4.5234;1363;1500;0;0;0;0;0;0;0
3.8;24;35856;4.5234;1359;1500;0;0;0;0;0;0;0
3.9;24;35856;4.5234;1354;1500;0;0;0;0;0;0;0
4;24;35856;4.5234;1349;1500;0;0;0;0;0;0;0
4.1;24;35856;4.5234;1340;1500;0;0;0;0;0;0;0
4.2;24;35856;4.5234;1331;1500;0;0;0;0;0;0;0
4.3;24;35856;4.5234;1322;1500;0;0;0;0;0;0;0
4.4;24;35856;4.5234;1313;1500;0;0;0;0;0;0;0
4.5;24;35856;4.5234;1304;1500;0;0;0;0;0;0;0
4.6;24;35856;4.5234;1295;1500;0;0;0;0;0;0;0
4.7;24;35856;4.5234;1286;1500;0;0;0;0;0;0;0
4.8;24;35856;4.5234;1277;1500;0;0;0;0;0;0;0
4.9;24;35856;4.5234;1268;1500;0;0;0;0;0;0;0
5;24;35856;4.5234;1260;1500;0;0;0;0;0;0;0
5.1;24;35856;4.5234;1251;1500;0;0;0;0;0;0;0
5.2;24;35856;4.5234;1243;1500;0;0;0;0;0;0;0
5.3;24;35856;4.5234;1234;1500;0;0;0;0;0;0;0
5.4;24;35856;4.5234;1226;1500;0;0;0;0;0;0;0
5.5;24;35856;4.5234;1217;1500;0;0;0;0;0;0;0
5.6;24;35856;4.5234;1209;1500;0;0;0;0;0;0;0
5.7;24;35856;4.5234;1201;1500;0;0;0;0;0;0;0
5.8;24;35856;4.5234;1192;1500;0;0;0;0;0;0;0
5.9;24;35856;4.5234;1184;1500;0;0;0;0;0;0;0
6;24;35856;4.5234;1176;1500;0;0;0;0;0;0;0
6.1;24;35856;4.5234;1168;1500;0;0;0;0;0;0;0
6.2;24;35856;4.5234;1160;1500;0;0;0;0;0;0;0
6.3;24;35856;4.5234;1152;1500;0;0;0;0;0;0;0
6.4;24;35856;4.5234;1144;1500;0;0;0;0;0;0;0
6.5;24;35856;4.5234;1136;1500;0;0;0;0;0;0;0
6.6;24;35856;4.5234;1129;1500;0;0;0;0;0;0;0
6.7;24;35856;4.5234;1121;1500;0;0;0;0;0;0;0
6.8;24;35856;4.5234;1113;1500;0;0;0;0;0;0;0
6.9;24;35856;4.5234;1106;1500;0;0;0;0;0;0;0
7;24;35856;4.5234;1098;1500;0;0;0;0;0;0;0
7.1;24;35856;4.5234;1090;1500;0;0;0;0;0;0;0
7.2;24;35856;4.5234;1082;1500;0;0;0;0;0;0;0
7.3;24;35856;4.5234;1074;1500;0;0;0;0;0;0;0
7.4;24;35856;4.5234;1066;1500;0;0;0;0;0;0;0
7.5;24;35856;4.5234;1059;1500;0;0;0;0;0;0;0
7.6;24;35856;4.5234;1051;1500;0;0;0;0;0;0;0
7.7;24;35856;4.5234;1043;1500;0;0;0;0;0;0;0
7.8;24;35856;4.5234;1035;1500;0;0;0;0;0;0;0
7.9;24;35856;4.5234;1028;1500;0;0;0;0;0;0;0
8;24;35856;4.5234;1020;1500;0;0;0;0;0;0;0
8.1;24;35856;4.5234;1013;1500;0;0;0;0;0;0;0
8.2;24;35856;4.5234;1006;1500;0;0;0;0;0;0;0
8.3;24;35856;4.5234;998;1500;0;0;0;0;0;0;0
8.4;24;35856;4.5234;991;1500;0;0;0;0;0;0;0
8.5;24;35856;4.5234;984;1500;0;0;0;0;0;0;0
8.6;24;35856;4.5234;977;1500;0;0;0;0;0;0;0
8.7;24;35856;4.5234;969;1500;0;0;0;0;0;0;0
8.8;24;35856;4.5234;962;1500;0;0;0;0;0;0;0
8.9;24;35856;4.5234;955;1500;0;0;0;0;0;0;0
9;24;35856;4.5234;948;1500;0;0;0;0;0;0;0
9.1;24;35856;4.5234;941;1500;0;0;0;0;0;0;0
9.2;24;35856;4.5234;935;1500;0;0;0;0;0;0;0
9.3;24;35856;4.5234;928;1500;0;0;0;0;0;0;0
9.4;24;35856;4.5234;921;1500;0;0;0;0;0;0;0
9.5;24;35856;4.5234;914;1500;0;0;0;0;0;0;0
9.6;24;35856;4.5234;908;1500;0;0;0;0;0;0;0
9.7;24;35856;4.5234;901;1500;0;0;0;0;0;0;0
9.8;24;35856;4.5234;894;1500;0;0;0;0;0;0;0
9.9;24;35856;4.5234;888;1500;0;0;0;0;0;0;0
10;24;35856;4.5234;881;1500;0;0;0;0;0;0;0
10.1;24;35856;4.5234;877;1500;0;0;0;0;0;0;0
10.2;24;35856;4.5234;873;1500;0;0;0;0;0;0;0
10.3;24;35856;4.5234;869;1500;0;0;0;0;0;0;0
10.4;24;35856;4.5234;866;1500;0;0;0;0;0;0;0
10.5;24;35856;4.5234;862;1500;0;0;0;0;0;0;0
10.6;24;35856;4.5234;858;1500;0;0;0;0;0;0;0
10.7;24;35856;4.5234;854;1500;0;0;0;0;0;0;0
10.8;24;35856;4.5234;850;1500;0;0;0;0;0;0;0
10.9;24;35856;4.5234;846;1500;0;0;0;0;0;0;0
11;24;35856;4.5234;842;1500;0;0;0;0;0;0;0
11.1;24;35856;4.5234;839;1500;0;0;0;0;0;0;0
11.2;24;35856;4.5234;835;1500;0;0;0;0;0;0;0
11.3;24;35856;4.5234;831;1500;0;0;0;0;0;0;0
11.4;24;35856;4.5234;827;1500;0;0;0;0;0;0;0
11.5;24;35856;4.5234;824;1500;0;0;0;0;0;0;0
11.6;24;35856;4.5234;820;1500;0;0;0;0;0;0;0
11.7;24;35856;4.5234;816;1500;0;0;0;0;0;0;0
11.8;24;35856;4.5234;812;1500;0;0;0;0;0;0;0
11.9;24;35856;4.5234;809;1500;0;0;0;0;0;0;0
12;24;35856;4.5234;805;1500;0;0;0;0;0;0;0
12.1;24;35856;4.5234;802;1500;0;0;0;0;0;0;0
12.2;24;35856;4.5234;798;1500;0;0;0;0;0;0;0
12.3;24;35856;4.5234;794;1500;0;0;0;0;0;0;0
12.4;24;35856;4.5234;791;1500;0;0;0;0;0;0;0
12.5;24;35856;4.5234;787;1500;0;0;0;0;0;0;0
12.6;24;35856;4.5234;784;1500;0;0;0;0;0;0;0
12.7;24;35856;4.5234;780;1500;0;0;0;0;0;0;0
12.8;24;35856;4.5234;777;1500;0;0;0;0;0;0;0
12.9;24;35856;4.5234;773;1500;0;0;0;0;0;0;0
13;24;35856;4.5234;770;1500;0;0;0;0;0;0;0
13.1;24;35856;4.5234;764;1500;0;0;0;0;0;0;0
13.2;24;35856;4.5234;758;1500;0;0;0;0;0;0;0
13.3;24;35856;4.5234;752;1500;0;0;0;0;0;0;0
13.4;24;35856;4.5234;746;1500;0;0;0;0;0;0;0
13.5;24;35856;4.5234;740;1500;0;0;0;0;0;0;0
13.6;24;35856;4.5234;734;1500;0;0;0;0;0;0;0
13.7;24;35856;4.5234;728;1500;0;0;0;0;0;0;0
13.8;24;35856;4.5234;723;1500;0;0;0;0;0;0;0
13.9;24;35856;4.5234;717;1500;0;0;0;0;0;0;0
14;24;35856;4.5234;711;1500;0;0;0;0;0;0;0
14.1;24;35856;4.5234;706;1500;0;0;0;0;0;0;0
14.2;24;35856;4.5234;700;1500;0;0;0;0;0;0;0
14.3;24;35856;4.5234;695;1500;0;0;0;0;0;0;0
14.4;24;35856;4.5234;689;1500;0;0;0;0;0;0;0
14.5;24;35856;4.5234;684;1500;0;0;0;0;0;0;0
14.6;24;35856;4.5234;679;1500;0;0;0;0;0;0;0
14.7;24;35856;4.5234;673;1500;0;0;0;0;0;0;0
14.8;24;35856;4.5234;668;1500;0;0;0;0;0;0;0
14.9;24;35856;4.5234;663;1500;0;0;0;0;0;0;0
15;24;35856;4.5234;658;1500;0;0;0;0;0;0;0
15.1;24;35856;4.5234;653;1500;0;0;0;0;0;0;0
15.2;24;35856;4.5234;647;1500;0;0;0;0;0;0;0
15.3;24;35856;4.5234;642;1500;0;0;0;0;0;0;0
15.4;24;35856;4.5234;637;1500;0;0;0;0;0;0;0
15.5;24;35856;4.5234;632;1500;0;0;0;0;0;0;0
15.6;24;35856;4.5234;627;1500;0;0;0;0;0;0;0
15.7;24;35856;4.5234;622;1500;0;0;0;0;0;0;0
15.8;24;35856;4.5234;618;1500;0;0;0;0;0;0;0
15.9;24;35856;4.5234;613;1500;0;0;0;0;0;0;0
16;24;35856;4.5234;608;1500;0;0;0;0;0;0;0
16.1;24;35856;4.5234;594;1500;0;0;0;0;0;0;0
16.2;24;35856;4.5234;580;1500;0;0;0;0;0;0;0
16.3;24;35856;4.5234;567;1500;0;0;0;0;0;0;0
16.4;24;35856;4.5234;554;1500;0;0;0;0;0;0;0
16.5;24;35856;4.5234;541;1500;0;0;0;0;0;0;0
16.6;24;35856;4.5234;529;1500;0;0;0;0;0;0;0
16.7;24;35856;4.5234;517;1500;0;0;0;0;0;0;0
16.8;24;35856;4.5234;505;1500;0;0;0;0;0;0;0
16.9;24;35856;4.5234;493;1500;0;0;0;0;0;0;0
17;24;35856;4.5234;482;1500;0;0;0;0;0;0;0
17.1;24;35856;4.5234;471;1500;0;0;0;0;0;0;0
17.2;24;35856;4.5234;460;1500;0;0;0;0;0;0;0
17.3;24;35856;4.5234;449;1500;0;0;0;0;0;0;0
17.4;24;35856;4.5234;439;1500;0;0;0;0;0;0;0
17.5;24;35856;4.5234;429;1500;0;0;0;0;0;0;0
17.6;24;35856;4.5234;419;1500;0;0;0;0;0;0;0
17.7;24;35856;4.5234;409;1500;0;0;0;0;0;0;0
17.8;24;35856;4.5234;400;1500;0;0;0;0;0;0;0
17.9;24;35856;4.5234;391;1500;0;0;0;0;0;0;0
18;24;35856;4.5234;382;1500;0;0;0;0;0;0;0
18.1;24;35856;4.5234;373;1500;0;0;0;0;0;0;0
18.2;24;35856;4.5234;364;1500;0;0;0;0;0;0;0
18.3;24;35856;4.5234;356;1500;0;0;0;0;0;0;0
18.4;24;35856;4.5234;348;1500;0;0;0;0;0;0;0
18.5;24;35856;4.5234;340;1500;0;0;0;0;0;0;0
18.6;24;35856;4.5234;332;1500;0;0;0;0;0;0;0
18.7;24;35856;4.5234;324;1500;0;0;0;0;0;0;0
18.8;24;35856;4.5234;317;1500;0;0;0;0;0;0;0
18.9;24;35856;4.5234;309;1500;0;0;0;0;0;0;0
19;24;35856;4.5234;302;1500;0;0;0;0;0;0;0
19.1;24;35856;4.5234;290;1500;0;0;0;0;0;0;0
19.2;24;35856;4.5234;279;1500;0;0;0;0;0;0;0
19.3;24;35856;4.5234;267;1500;0;0;0;0;0;0;0
19.4;24;35856;4.5234;257;1500;0;0;0;0;0;0;0
19.5;24;35856;4.5234;246;1500;0;0;0;0;0;0;0
19.6;24;35856;4.5234;237;1500;0;0;0;0;0;0;0
19.7;24;35856;4.5234;227;1500;0;0;0;0;0;0;0
19.8;24;35856;4.5234;218;1500;0;0;0;0;0;0;0
19.9;24;35856;4.5234;209;1500;0;0;0;0;0;0;0
20;24;35856;4.5234;201;1500;0;0;0;0;0;0;0
20.1;24;35856;4.5234;193;1500;0;0;0;0;0;0;0
20.2;24;35856;4.5234;185;1500;0;0;0;0;0;0;0
20.3;24;35856;4.5234;178;1500;0;0;0;0;0;0;0
20.4;24;35856;4.5234;171;1500;0;0;0;0;0;0;0
20.5;24;35856;4.5234;164;1500;0;0;0;0;0;0;0
20.6;24;35856;4.5234;157;1500;0;0;0;0;0;0;0
20.7;24;35856;4.5234;151;1500;0;0;0;0;0;0;0
20.8;24;35856;4.5234;145;1500;0;0;0;0;0;0;0
20.9;24;35856;4.5234;139;1500;0;0;0;0;0;0;0
21;24;35856;4.5234;133;1500;0;0;0;0;0;0;0
21.1;24;35856;4.5234;128;1500;0;0;0;0;0;0;0
21.2;24;35856;4.5234;123;1500;0;0;0;0;0;0;0
21.3;24;35856;4.5234;118;1500;0;0;0;0;0;0;0
21.4;24;35856;4.5234;113;1500;0;0;0;0;0;0;0
21.5;24;35856;4.5234;109;1500;0;0;0;0;0;0;0
21.6;24;35856;4.5234;104;1500;0;0;0;0;0;0;0
21.7;24;35856;4.5234;100;1500;0;0;0;0;0;0;0
21.8;24;35856;4.5234;96;1500;0;0;0;0;0;0;0
21.9;24;35856;4.5234;92;1500;0;0;0;0;0;0;0
22;24;35856;4.5234;89;1500;0;0;0;0;0;0;0
22.1;24;35856;4.5234;83;1500;0;0;0;0;0;0;0
22.2;24;35856;4.5234;79;1500;0;0;0;0;0;0;0
22.3;24;35856;4.5234;74;1500;0;0;0;0;0;0;0
22.4;24;35856;4.5234;70;1500;0;0;0;0;0;0;0
22.5;24;35856;4.5234;66;1500;0;0;0;0;0;0;0
22.6;24;35856;4.5234;62;1500;0;0;0;0;0;0;0
22.7;24;35856;4.5234;58;1500;0;0;0;0;0;0;0
22.8;24;35856;4.5234;55;1500;0;0;0;0;0;0;0
22.9;24;35856;4.5234;51;1500;0;0;0;0;0;0;0
23;24;35856;4.5234;48;1500;0;0;0;0;0;0;0
23.1;24;35856;4.5234;46;1500;0;0;0;0;0;0;0
23.2;24;35856;4.5234;43;1500;0;0;0;0;0;0;0
23.3;24;35856;4.5234;40;1500;0;0;0;0;0;0;0
23.4;24;35856;4.5234;38;1500;0;0;0;0;0;0;0
23.5;24;35856;4.5234;36;1500;0;0;0;0;0;0;0
23.6;24;35856;4.5234;34;1500;0;0;0;0;0;0;0
23.7;24;35856;4.5234;32;1500;0;0;0;0;0;0;0
23.8;24;35856;4.5234;30;1500;0;0;0;0;0;0;0
23.9;24;35856;4.5234;28;1500;0;0;0;0;0;0;0
24;24;35856;4.5234;26;1500;0;0;0;0;0;0;0
24.1;24;35856;4.5234;25;1500;0;0;0;0;0;0;0
24.2;24;35856;4.5234;23;1500;0;0;0;0;0;0;0
24.3;24;35856;4.5234;22;1500;0;0;0;0;0;0;0
24.4;24;35856;4.5234;21;1500;0;0;0;0;0;0;0
24.5;24;35856;4.5234;20;1500;0;0;0;0;0;0;0
24.6;24;35856;4.5234;18;1500;0;0;0;0;0;0;0
24.7;24;35856;4.5234;17;1500;0;0;0;0;0;0;0
24.8;24;35856;4.5234;16;1500;0;0;0;0;0;0;0
24.9;24;35856;4.5234;15;1500;0;0;0;0;0;0;0
25;24;35856;4.5234;14;1500;0;0;0;0;0;0;0
25.1;24;35856;4.5234;13;1500;0;0;0;0;0;0;0
25.2;24;35856;4.5234;13;1500;0;0;0;0;0;0;0
25.3;24;35856;4.5234;12;1500;0;0;0;0;0;0;0
25.4;24;35856;4.5234;11;1500;0;0;0;0;0;0;0
25.5;24;35856;4.5234;10;1500;0;0;0;0;0;0;0
25.6;24;35856;4.5234;9;1500;0;0;0;0;0;0;0
25.7;24;35856;4.5234;9;1500;0;0;0;0;0;0;0
25.8;24;35856;4.5234;8;1500;0;0;0;0;0;0;0
25.9;24;35856;4.5234;8;1500;0;0;0;0;0;0;0
26;24;35856;4.5234;7;1500;0;0;0;0;0;0;0
26.1;24;35856;4.5234;7;1500;0;0;0;0;0;0;0
26.2;24;35856;4.5234;6;1500;0;0;0;0;0;0;0
26.3;24;35856;4.5234;6;1500;0;0;0;0;0;0;0
26.4;24;35856;4.5234;5;1500;0;0;0;0;0;0;0
26.5;24;35856;4.5234;5;1500;0;0;0;0;0;0;0
26.6;24;35856;4.5234;5;1500;0;0;0;0;0;0;0
26.7;24;35856;4.5234;4;1500;0;0;0;0;0;0;0
26.8;24;35856;4.5234;4;1500;0;0;0;0;0;0;0
26.9;24;35856;4.5234;4;1500;0;0;0;0;0;0;0
27;24;35856;4.5234;3;1500;0;0;0;0;0;0;0
27.1;24;35856;4.5234;3;1500;0;0;0;0;0;0;0
27.2;24;35856;4.5234;3;1500;0;0;0;0;0;0;0
27.3;24;35856;4.5234;3;1500;0;0;0;0;0;0;0
27.4;24;35856;4.5234;3;1500;0;0;0;0;0;0;0
27.5;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
27.6;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
27.7;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
27.8;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
27.9;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
28;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
28.1;24;35856;4.5234;2;1500;0;0;0;0;0;0;0
28.2;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.3;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.4;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.5;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.6;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.7;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.8;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
28.9;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
29;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
29.1;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
29.2;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
29.3;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
29.4;24;35856;4.5234;1;1500;0;0;0;0;0;0;0
29.5;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
29.6;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
29.7;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
29.8;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
29.9;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.1;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.2;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.3;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.4;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.5;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.6;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.7;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.8;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
30.9;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
31;24;35856;4.5234;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
1;25;37896;4.8164;1498;1500;0;0;0;0;0;0;0
1.1;25;37896;4.8164;1494;1500;0;0;0;0;0;0;0
1.2;25;37896;4.8164;1490;1500;0;0;0;0;0;0;0
1.3;25;37896;4.8164;1486;1500;0;0;0;0;0;0;0
1.4;25;37896;4.8164;1483;1500;0;0;0;0;0;0;0
1.5;25;37896;4.8164;1479;1500;0;0;0;0;0;0;0
1.6;25;37896;4.8164;1475;1500;0;0;0;0;0;0;0
1.7;25;37896;4.8164;1471;1500;0;0;0;0;0;0;0
1.8;25;37896;4.8164;1468;1500;0;0;0;0;0;0;0
1.9;25;37896;4.8164;1464;1500;0;0;0;0;0;0;0
2;25;37896;4.8164;1460;1500;0;0;0;0;0;0;0
2.1;25;37896;4.8164;1456;1500;0;0;0;0;0;0;0
2.2;25;37896;4.8164;1453;1500;0;0;0;0;0;0;0
2.3;25;37896;4.8164;1449;1500;0;0;0;0;0;0;0
2.4;25;37896;4.8164;1445;1500;0;0;0;0;0;0;0
2.5;25;37896;4.8164;1441;1500;0;0;0;0;0;0;0
2.6;25;37896;4.8164;1438;1500;0;0;0;0;0;0;0
2.7;25;37896;4.8164;1434;1500;0;0;0;0;0;0;0
2.8;25;37896;4.8164;1430;1500;0;0;0;0;0;0;0
2.9;25;37896;4.8164;1427;1500;0;0;0;0;0;0;0
3;25;37896;4.8164;1423;1500;0;0;0;0;0;0;0
3.1;25;37896;4.8164;1419;1500;0;0;0;0;0;0;0
3.2;25;37896;4.8164;1416;1500;0;0;0;0;0;0;0
3.3;25;37896;4.8164;1412;1500;0;0;0;0;0;0;0
3.4;25;37896;4.8164;1409;1500;0;0;0;0;0;0;0
3.5;25;37896;4.8164;1405;1500;0;0;0;0;0;0;0
3.6;25;37896;4.8164;1401;1500;0;0;0;0;0;0;0
3.7;25;37896;4.8164;1398;1500;0;0;0;0;0;0;0
3.8;25;37896;4.8164;1394;1500;0;0;0;0;0;0;0
3.9;25;37896;4.8164;1391;1500;0;0;0;0;0;0;0
4;25;37896;4.8164;1387;1500;0;0;0;0;0;0;0
4.1;25;37896;4.8164;1378;1500;0;0;0;0;0;0;0
4.2;25;37896;4.8164;1369;1500;0;0;0;0;0;0;0
4.3;25;37896;4.8164;1360;1500;0;0;0;0;0;0;0
4.4;25;37896;4.8164;1351;1500;0;0;0;0;0;0;0
4.5;25;37896;4.8164;1342;1500;0;0;0;0;0;0;0
4.6;25;37896;4.8164;1333;1500;0;0;0;0;0;0;0
4.7;25;37896;4.8164;1324;1500;0;0;0;0;0;0;0
4.8;25;37896;4.8164;1316;1500;0;0;0;0;0;0;0
4.9;25;37896;4.8164;1307;1500;0;0;0;0;0;0;0
5;25;37896;4.8164;1298;1500;0;0;0;0;0;0;0
5.1;25;37896;4.8164;1290;1500;0;0;0;0;0;0;0
5.2;25;37896;4.8164;1281;1500;0;0;0;0;0;0;0
5.3;25;37896;4.8164;1273;1500;0;0;0;0;0;0;0
5.4;25;37896;4.8164;1264;1500;0;0;0;0;0;0;0
5.5;25;37896;4.8164;1256;1500;0;0;0;0;0;0;0
5.6;25;37896;4.8164;1248;1500;0;0;0;0;0;0;0
5.7;25;37896;4.8164;1240;1500;0;0;0;0;0;0;0
5.8;25;37896;4.8164;1231;1500;0;0;0;0;0;0;0
5.9;25;37896;4.8164;1223;1500;0;0;0;0;0;0;0
6;25;37896;4.8164;1215;1500;0;0;0;0;0;0;0
6.1;25;37896;4.8164;1207;1500;0;0;0;0;0;0;0
6.2;25;37896;4.8164;1199;1500;0;0;0;0;0;0;0
6.3;25;37896;4.8164;1191;1500;0;0;0;0;0;0;0
6.4;25;37896;4.8164;1183;1500;0;0;0;0;0;0;0
6.5;25;37896;4.8164;1176;1500;0;0;0;0;0;0;0
6.6;25;37896;4.8164;1168;1500;0;0;0;0;0;0;0
6.7;25;37896;4.8164;1160;1500;0;0;0;0;0;0;0
6.8;25;37896;4.8164;1153;1500;0;0;0;0;0;0;0
6.9;25;37896;4.8164;1145;1500;0;0;0;0;0;0;0
7;25;37896;4.8164;1137;1500;0;0;0;0;0;0;0
7.1;25;37896;4.8164;1129;1500;0;0;0;0;0;0;0
7.2;25;37896;4.8164;1121;1500;0;0;0;0;0;0;0
7.3;25;37896;4.8164;1112;1500;0;0;0;0;0;0;0
7.4;25;37896;4.8164;1104;1500;0;0;0;0;0;0;0
7.5;25;37896;4.8164;1096;1500;0;0;0;0;0;0;0
7.6;25;37896;4.8164;1088;1500;0;0;0;0;0;0;0
7.7;25;37896;4.8164;1080;1500;0;0;0;0;0;0;0
7.8;25;37896;4.8164;1072;1500;0;0;0;0;0;0;0
7.9;25;37896;4.8164;1064;1500;0;0;0;0;0;0;0
8;25;37896;4.8164;1056;1500;0;0;0;0;0;0;0
8.1;25;37896;4.8164;1048;1500;0;0;0;0;0;0;0
8.2;25;37896;4.8164;1041;1500;0;0;0;0;0;0;0
8.3;25;37896;4.8164;1033;1500;0;0;0;0;0;0;0
8.4;25;37896;4.8164;1025;1500;0;0;0;0;0;0;0
8.5;25;37896;4.8164;1018;1500;0;0;0;0;0;0;0
8.6;25;37896;4.8164;1010;1500;0;0;0;0;0;0;0
8.7;25;37896;4.8164;1003;1500;0;0;0;0;0;0;0
8.8;25;37896;4.8164;995;1500;0;0;0;0;0;0;0
8.9;25;37896;4.8164;988;1500;0;0;0;0;0;0;0
9;25;37896;4.8164;981;1500;0;0;0;0;0;0;0
9.1;25;37896;4.8164;974;1500;0;0;0;0;0;0;0
9.2;25;37896;4.8164;966;1500;0;0;0;0;0;0;0
9.3;25;37896;4.8164;959;1500;0;0;0;0;0;0;0
9.4;25;37896;4.8164;952;1500;0;0;0;0;0;0;0
9.5;25;37896;4.8164;945;1500;0;0;0;0;0;0;0
9.6;25;37896;4.8164;938;1500;0;0;0;0;0;0;0
9.7;25;37896;4.8164;931;1500;0;0;0;0;0;0;0
9.8;25;37896;4.8164;924;1500;0;0;0;0;0;0;0
9.9;25;37896;4.8164;917;1500;0;0;0;0;0;0;0
10;25;37896;4.8164;911;1500;0;0;0;0;0;0;0
10.1;25;37896;4.8164;906;1500;0;0;0;0;0;0;0
10.2;25;37896;4.8164;902;1500;0;0;0;0;0;0;0
10.3;25;37896;4.8164;897;1500;0;0;0;0;0;0;0
10.4;25;37896;4.8164;893;1500;0;0;0;0;0;0;0
10.5;25;37896;4.8164;888;1500;0;0;0;0;0;0;0
10.6;25;37896;4.8164;884;1500;0;0;0;0;0;0;0
10.7;25;37896;4.8164;879;1500;0;0;0;0;0;0;0
10.8;25;37896;4.8164;875;1500;0;0;0;0;0;0;0
10.9;25;37896;4.8164;871;1500;0;0;0;0;0;0;0
11;25;37896;4.8164;866;1500;0;0;0;0;0;0;0
11.1;25;37896;4.8164;862;1500;0;0;0;0;0;0;0
11.2;25;37896;4.8164;858;1500;0;0;0;0;0;0;0
11.3;25;37896;4.8164;853;1500;0;0;0;0;0;0;0
11.4;25;37896;4.8164;849;1500;0;0;0;0;0;0;0
11.5;25;37896;4.8164;845;1500;0;0;0;0;0;0;0
11.6;25;37896;4.8164;841;1500;0;0;0;0;0;0;0
11.7;25;37896;4.8164;836;1500;0;0;0;0;0;0;0
11.8;25;37896;4.8164;832;1500;0;0;0;0;0;0;0
11.9;25;37896;4.8164;828;1500;0;0;0;0;0;0;0
12;25;37896;4.8164;824;1500;0;0;0;0;0;0;0
12.1;25;37896;4.8164;820;1500;0;0;0;0;0;0;0
12.2;25;37896;4.8164;816;1500;0;0;0;0;0;0;0
12.3;25;37896;4.8164;812;1500;0;0;0;0;0;0;0
12.4;25;37896;4.8164;808;1500;0;0;0;0;0;0;0
12.5;25;37896;4.8164;804;1500;0;0;0;0;0;0;0
12.6;25;37896;4.8164;800;1500;0;0;0;0;0;0;0
12.7;25;37896;4.8164;796;1500;0;0;0;0;0;0;0
12.8;25;37896;4.8164;792;1500;0;0;0;0;0;0;0
12.9;25;37896;4.8164;788;1500;0;0;0;0;0;0;0
13;25;37896;4.8164;784;1500;0;0;0;0;0;0;0
13.1;25;37896;4.8164;779;1500;0;0;0;0;0;0;0
13.2;25;37896;4.8164;775;1500;0;0;0;0;0;0;0
13.3;25;37896;4.8164;770;1500;0;0;0;0;0;0;0
13.4;25;37896;4.8164;765;1500;0;0;0;0;0;0;0
13.5;25;37896;4.8164;761;1500;0;0;0;0;0;0;0
13.6;25;37896;4.8164;756;1500;0;0;0;0;0;0;0
13.7;25;37896;4.8164;752;1500;0;0;0;0;0;0;0
13.8;25;37896;4.8164;747;1500;0;0;0;0;0;0;0
13.9;25;37896;4.8164;743;1500;0;0;0;0;0;0;0
14;25;37896;4.8164;739;1500;0;0;0;0;0;0;0
14.1;25;37896;4.8164;734;1500;0;0;0;0;0;0;0
14.2;25;37896;4.8164;730;1500;0;0;0;0;0;0;0
14.3;25;37896;4.8164;726;1500;0;0;0;0;0;0;0
14.4;25;37896;4.8164;721;1500;0;0;0;0;0;0;0
14.5;25;37896;4.8164;717;1500;0;0;0;0;0;0;0
14.6;25;37896;4.8164;713;1500;0;0;0;0;0;0;0
14.7;25;37896;4.8164;708;1500;0;0;0;0;0;0;0
14.8;25;37896;4.8164;704;1500;0;0;0;0;0;0;0
14.9;25;37896;4.8164;700;1500;0;0;0;0;0;0;0
15;25;37896;4.8164;696;1500;0;0;0;0;0;0;0
15.1;25;37896;4.8164;692;1500;0;0;0;0;0;0;0
15.2;25;37896;4.8164;688;1500;0;0;0;0;0;0;0
15.3;25;37896;4.8164;684;1500;0;0;0;0;0;0;0
15.4;25;37896;4.8164;680;1500;0;0;0;0;0;0;0
15.5;25;37896;4.8164;676;1500;0;0;0;0;0;0;0
15.6;25;37896;4.8164;672;1500;0;0;0;0;0;0;0
15.7;25;37896;4.8164;668;1500;0;0;0;0;0;0;0
15.8;25;37896;4.8164;664;1500;0;0;0;0;0;0;0
15.9;25;37896;4.8164;660;1500;0;0;0;0;0;0;0
16;25;37896;4.8164;656;1500;0;0;0;0;0;0;0
16.1;25;37896;4.8164;646;1500;0;0;0;0;0;0;0
16.2;25;37896;4.8164;636;1500;0;0;0;0;0;0;0
16.3;25;37896;4.8164;626;1500;0;0;0;0;0;0;0
16.4;25;37896;4.8164;616;1500;0;0;0;0;0;0;0
16.5;25;37896;4.8164;607;1500;0;0;0;0;0;0;0
16.6;25;37896;4.8164;597;1500;0;0;0;0;0;0;0
16.7;25;37896;4.8164;588;1500;0;0;0;0;0;0;0
16.8;25;37896;4.8164;579;1500;0;0;0;0;0;0;0
16.9;25;37896;4.8164;570;1500;0;0;0;0;0;0;0
17;25;37896;4.8164;561;1500;0;0;0;0;0;0;0
17.1;25;37896;4.8164;553;1500;0;0;0;0;0;0;0
17.2;25;37896;4.8164;544;1500;0;0;0;0;0;0;0
17.3;25;37896;4.8164;536;1500;0;0;0;0;0;0;0
17.4;25;37896;4.8164;527;1500;0;0;0;0;0;0;0
17.5;25;37896;4.8164;519;1500;0;0;0;0;0;0;0
17.6;25;37896;4.8164;511;1500;0;0;0;0;0;0;0
17.7;25;37896;4.8164;503;1500;0;0;0;0;0;0;0
17.8;25;37896;4.8164;496;1500;0;0;0;0;0;0;0
17.9;25;37896;4.8164;488;1500;0;0;0;0;0;0;0
18;25;37896;4.8164;480;1500;0;0;0;0;0;0;0
18.1;25;37896;4.8164;473;1500;0;0;0;0;0;0;0
18.2;25;37896;4.8164;466;1500;0;0;0;0;0;0;0
18.3;25;37896;4.8164;458;1500;0;0;0;0;0;0;0
18.4;25;37896;4.8164;451;1500;0;0;0;0;0;0;0
18.5;25;37896;4.8164;444;1500;0;0;0;0;0;0;0
18.6;25;37896;4.8164;437;1500;0;0;0;0;0;0;0
18.7;25;37896;4.8164;431;1500;0;0;0;0;0;0;0
18.8;25;37896;4.8164;424;1500;0;0;0;0;0;0;0
18.9;25;37896;4.8164;418;1500;0;0;0;0;0;0;0
19;25;37896;4.8164;411;1500;0;0;0;0;0;0;0
19.1;25;37896;4.8164;397;1500;0;0;0;0;0;0;0
19.2;25;37896;4.8164;383;1500;0;0;0;0;0;0;0
19.3;25;37896;4.8164;370;1500;0;0;0;0;0;0;0
19.4;25;37896;4.8164;357;1500;0;0;0;0;0;0;0
19.5;25;37896;4.8164;345;1500;0;0;0;0;0;0;0
19.6;25;37896;4.8164;333;1500;0;0;0;0;0;0;0
19.7;25;37896;4.8164;322;1500;0;0;0;0;0;0;0
19.8;25;37896;4.8164;311;1500;0;0;0;0;0;0;0
19.9;25;37896;4.8164;300;1500;0;0;0;0;0;0;0
20;25;37896;4.8164;290;1500;0;0;0;0;0;0;0
20.1;25;37896;4.8164;280;1500;0;0;0;0;0;0;0
20.2;25;37896;4.8164;270;1500;0;0;0;0;0;0;0
20.3;25;37896;4.8164;261;1500;0;0;0;0;0;0;0
20.4;25;37896;4.8164;252;1500;0;0;0;0;0;0;0
20.5;25;37896;4.8164;243;1500;0;0;0;0;0;0;0
20.6;25;37896;4.8164;235;1500;0;0;0;0;0;0;0
20.7;25;37896;4.8164;227;1500;0;0;0;0;0;0;0
20.8;25;37896;4.8164;219;1500;0;0;0;0;0;0;0
20.9;25;37896;4.8164;212;1500;0;0;0;0;0;0;0
21;25;37896;4.8164;204;1500;0;0;0;0;0;0;0
21.1;25;37896;4.8164;197;1500;0;0;0;0;0;0;0
21.2;25;37896;4.8164;191;1500;0;0;0;0;0;0;0
21.3;25;37896;4.8164;184;1500;0;0;0;0;0;0;0
21.4;25;37896;4.8164;178;1500;0;0;0;0;0;0;0
21.5;25;37896;4.8164;172;1500;0;0;0;0;0;0;0
21.6;25;37896;4.8164;166;1500;0;0;0;0;0;0;0
21.7;25;37896;4.8164;160;1500;0;0;0;0;0;0;0
21.8;25;37896;4.8164;155;1500;0;0;0;0;0;0;0
21.9;25;37896;4.8164;149;1500;0;0;0;0;0;0;0
22;25;37896;4.8164;144;1500;0;0;0;0;0;0;0
22.1;25;37896;4.8164;138;1500;0;0;0;0;0;0;0
22.2;25;37896;4.8164;132;1500;0;0;0;0;0;0;0
22.3;25;37896;4.8164;126;1500;0;0;0;0;0;0;0
22.4;25;37896;4.8164;120;1500;0;0;0;0;0;0;0
22.5;25;37896;4.8164;115;1500;0;0;0;0;0;0;0
22.6;25;37896;4.8164;110;1500;0;0;0;0;0;0;0
22.7;25;37896;4.8164;105;1500;0;0;0;0;0;0;0
22.8;25;37896;4.8164;100;1500;0;0;0;0;0;0;0
22.9;25;37896;4.8164;96;1500;0;0;0;0;0;0;0
23;25;37896;4.8164;92;1500;0;0;0;0;0;0;0
23.1;25;37896;4.8164;88;1500;0;0;0;0;0;0;0
23.2;25;37896;4.8164;84;1500;0;0;0;0;0;0;0
23.3;25;37896;4.8164;80;1500;0;0;0;0;0;0;0
23.4;25;37896;4.8164;76;1500;0;0;0;0;0;0;0
23.5;25;37896;4.8164;73;1500;0;0;0;0;0;0;0
23.6;25;37896;4.8164;70;1500;0;0;0;0;0;0;0
23.7;25;37896;4.8164;67;1500;0;0;0;0;0;0;0
23.8;25;37896;4.8164;64;1500;0;0;0;0;0;0;0
23.9;25;37896;4.8164;61;1500;0;0;0;0;0;0;0
24;25;37896;4.8164;58;1500;0;0;0;0;0;0;0
24.1;25;37896;4.8164;56;1500;0;0;0;0;0;0;0
24.2;25;37896;4.8164;53;1500;0;0;0;0;0;0;0
24.3;25;37896;4.8164;51;1500;0;0;0;0;0;0;0
24.4;25;37896;4.8164;49;1500;0;0;0;0;0;0;0
24.5;25;37896;4.8164;46;1500;0;0;0;0;0;0;0
24.6;25;37896;4.8164;44;1500;0;0;0;0;0;0;0
24.7;25;37896;4.8164;42;1500;0;0;0;0;0;0;0
24.8;25;37896;4.8164;40;1500;0;0;0;0;0;0;0
24.9;25;37896;4.8164;39;1500;0;0;0;0;0;0;0
25;25;37896;4.8164;37;1500;0;0;0;0;0;0;0
25.1;25;37896;4.8164;35;1500;0;0;0;0;0;0;0
25.2;25;37896;4.8164;32;1500;0;0;0;0;0;0;0
25.3;25;37896;4.8164;30;1500;0;0;0;0;0;0;0
25.4;25;37896;4.8164;29;1500;0;0;0;0;0;0;0
25.5;25;37896;4.8164;27;1500;0;0;0;0;0;0;0
25.6;25;37896;4.8164;25;1500;0;0;0;0;0;0;0
25.7;25;37896;4.8164;23;1500;0;0;0;0;0;0;0
25.8;25;37896;4.8164;22;1500;0;0;0;0;0;0;0
25.9;25;37896;4.8164;21;1500;0;0;0;0;0;0;0
26;25;37896;4.8164;19;1500;0;0;0;0;0;0;0
26.1;25;37896;4.8164;18;1500;0;0;0;0;0;0;0
26.2;25;37896;4.8164;17;1500;0;0;0;0;0;0;0
26.3;25;37896;4.8164;16;1500;0;0;0;0;0;0;0
26.4;25;37896;4.8164;15;1500;0;0;0;0;0;0;0
26.5;25;37896;4.8164;14;1500;0;0;0;0;0;0;0
26.6;25;37896;4.8164;13;1500;0;0;0;0;0;0;0
26.7;25;37896;4.8164;12;1500;0;0;0;0;0;0;0
26.8;25;37896;4.8164;11;1500;0;0;0;0;0;0;0
26.9;25;37896;4.8164;11;1500;0;0;0;0;0;0;0
27;25;37896;4.8164;10;1500;0;0;0;0;0;0;0
27.1;25;37896;4.8164;9;1500;0;0;0;0;0;0;0
27.2;25;37896;4.8164;9;1500;0;0;0;0;0;0;0
27.3;25;37896;4.8164;8;1500;0;0;0;0;0;0;0
27.4;25;37896;4.8164;8;1500;0;0;0;0;0;0;0
27.5;25;37896;4.8164;7;1500;0;0;0;0;0;0;0
27.6;25;37896;4.8164;7;1500;0;0;0;0;0;0;0
27.7;25;37896;4.8164;6;1500;0;0;0;0;0;0;0
27.8;25;37896;4.8164;6;1500;0;0;0;0;0;0;0
27.9;25;37896;4.8164;6;1500;0;0;0;0;0;0;0
28;25;37896;4.8164;5;1500;0;0;0;0;0;0;0
28.1;25;37896;4.8164;5;1500;0;0;0;0;0;0;0
28.2;25;37896;4.8164;5;1500;0;0;0;0;0;0;0
28.3;25;37896;4.8164;4;1500;0;0;0;0;0;0;0
28.4;25;37896;4.8164;4;1500;0;0;0;0;0;0;0
28.5;25;37896;4.8164;4;1500;0;0;0;0;0;0;0
28.6;25;37896;4.8164;3;1500;0;0;0;0;0;0;0
28.7;25;37896;4.8164;3;1500;0;0;0;0;0;0;0
28.8;25;37896;4.8164;3;1500;0;0;0;0;0;0;0
28.9;25;37896;4.8164;3;1500;0;0;0;0;0;0;0
29;25;37896;4.8164;3;1500;0;0;0;0;0;0;0
29.1;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.2;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.3;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.4;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.5;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.6;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.7;25;37896;4.8164;2;1500;0;0;0;0;0;0;0
29.8;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
29.9;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.1;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.2;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.3;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.4;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.5;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.6;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.7;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.8;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
30.9;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
31;25;37896;4.8164;1;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
0;26;40976;5.1152;1500;1500;0;0;0;0;0;0;0
0.1;26;40976;5.1152;1499;1500;0;0;0;0;0;0;0
0.2;26;40976;5.1152;1498;1500;0;0;0;0;0;0;0
0.3;26;40976;5.1152;1497;1500;0;0;0;0;0;0;0
0.4;26;40976;5.1152;1496;1500;0;0;0;0;0;0;0
0.5;26;40976;5.1152;1495;1500;0;0;0;0;0;0;0
0.6;26;40976;5.1152;1494;1500;0;0;0;0;0;0;0
0.7;26;40976;5.1152;1492;1500;0;0;0;0;0;0;0
0.8;26;40976;5.1152;1491;1500;0;0;0;0;0;0;0
0.9;26;40976;5.1152;1490;1500;0;0;0;0;0;0;0
1;26;40976;5.1152;1489;1500;0;0;0;0;0;0;0
1.1;26;40976;5.1152;1488;1500;0;0;0;0;0;0;0
1.2;26;40976;5.1152;1487;1500;0;0;0;0;0;0;0
1.3;26;40976;5.1152;1486;1500;0;0;0;0;0;0;0
1.4;26;40976;5.1152;1485;1500;0;0;0;0;0;0;0
1.5;26;40976;5.1152;1484;1500;0;0;0;0;0;0;0
1.6;26;40976;5.1152;1483;1500;0;0;0;0;0;0;0
1.7;26;40976;5.1152;1482;1500;0;0;0;0;0;0;0
1.8;26;40976;5.1152;1481;1500;0;0;0;0;0;0;0
1.9;26;40976;5.1152;1480;1500;0;0;0;0;0;0;0
2;26;40976;5.1152;1479;1500;0;0;0;0;0;0;0
2.1;26;40976;5.1152;1478;1500;0;0;0;0;0;0;0
2.2;26;40976;5.1152;1477;1500;0;0;0;0;0;0;0
2.3;26;40976;5.1152;1475;1500;0;0;0;0;0;0;0
2.4;26;40976;5.1152;1474;1500;0;0;0;0;0;0;0
2.5;26;40976;5.1152;1473;1500;0;0;0;0;0;0;0
2.6;26;40976;5.1152;1472;1500;0;0;0;0;0;0;0
2.7;26;40976;5.1152;1471;1500;0;0;0;0;0;0;0
2.8;26;40976;5.1152;1470;1500;0;0;0;0;0;0;0
2.9;26;40976;5.1152;1469;1500;0;0;0;0;0;0;0
3;26;40976;5.1152;1468;1500;0;0;0;0;0;0;0
3.1;26;40976;5.1152;1461;1500;0;0;0;0;0;0;0
3.2;26;40976;5.1152;1455;1500;0;0;0;0;0;0;0
3.3;26;40976;5.1152;1448;1500;0;0;0;0;0;0;0
3.4;26;40976;5.1152;1442;1500;0;0;0;0;0;0;0
3.5;26;40976;5.1152;1435;1500;0;0;0;0;0;0;0
3.6;26;40976;5.1152;1429;1500;0;0;0;0;0;0;0
3.7;26;40976;5.1152;1422;1500;0;0;0;0;0;0;0
3.8;26;40976;5.1152;1416;1500;0;0;0;0;0;0;0
3.9;26;40976;5.1152;1410;1500;0;0;0;0;0;0;0
4;26;40976;5.1152;1403;1500;0;0;0;0;0;0;0
4.1;26;40976;5.1152;1397;1500;0;0;0;0;0;0;0
4.2;26;40976;5.1152;1391;1500;0;0;0;0;0;0;0
4.3;26;40976;5.1152;1385;1500;0;0;0;0;0;0;0
4.4;26;40976;5.1152;1378;1500;0;0;0;0;0;0;0
4.5;26;40976;5.1152;1372;1500;0;0;0;0;0;0;0
4.6;26;40976;5.1152;1366;1500;0;0;0;0;0;0;0
4.7;26;40976;5.1152;1360;1500;0;0;0;0;0;0;0
4.8;26;40976;5.1152;1354;1500;0;0;0;0;0;0;0
4.9;26;40976;5.1152;1348;1500;0;0;0;0;0;0;0
5;26;40976;5.1152;1342;1500;0;0;0;0;0;0;0
5.1;26;40976;5.1152;1336;1500;0;0;0;0;0;0;0
5.2;26;40976;5.1152;1330;1500;0;0;0;0;0;0;0
5.3;26;40976;5.1152;1324;1500;0;0;0;0;0;0;0
5.4;26;40976;5.1152;1318;1500;0;0;0;0;0;0;0
5.5;26;40976;5.1152;1312;1500;0;0;0;0;0;0;0
5.6;26;40976;5.1152;1306;1500;0;0;0;0;0;0;0
5.7;26;40976;5.1152;1300;1500;0;0;0;0;0;0;0
5.8;26;40976;5.1152;1294;1500;0;0;0;0;0;0;0
5.9;26;40976;5.1152;1288;1500;0;0;0;0;0;0;0
6;26;40976;5.1152;1283;1500;0;0;0;0;0;0;0
6.1;26;40976;5.1152;1274;1500;0;0;0;0;0;0;0
6.2;26;40976;5.1152;1265;1500;0;0;0;0;0;0;0
6.3;26;40976;5.1152;1256;1500;0;0;0;0;0;0;0
6.4;26;40976;5.1152;1247;1500;0;0;0;0;0;0;0
6.5;26;40976;5.1152;1238;1500;0;0;0;0;0;0;0
6.6;26;40976;5.1152;1230;1500;0;0;0;0;0;0;0
6.7;26;40976;5.1152;1221;1500;0;0;0;0;0;0;0
6.8;26;40976;5.1152;1213;1500;0;0;0;0;0;0;0
6.9;26;40976;5.1152;1204;1500;0;0;0;0;0;0;0
7;26;40976;5.1152;1196;1500;0;0;0;0;0;0;0
7.1;26;40976;5.1152;1188;1500;0;0;0;0;0;0;0
7.2;26;40976;5.1152;1179;1500;0;0;0;0;0;0;0
7.3;26;40976;5.1152;1171;1500;0;0;0;0;0;0;0
7.4;26;40976;5.1152;1163;1500;0;0;0;0;0;0;0
7.5;26;40976;5.1152;1155;1500;0;0;0;0;0;0;0
7.6;26;40976;5.1152;1147;1500;0;0;0;0;0;0;0
7.7;26;40976;5.1152;1139;1500;0;0;0;0;0;0;0
7.8;26;40976;5.1152;1131;1500;0;0;0;0;0;0;0
7.9;26;40976;5.1152;1123;1500;0;0;0;0;0;0;0
8;26;40976;5.1152;1115;1500;0;0;0;0;0;0;0
8.1;26;40976;5.1152;1107;1500;0;0;0;0;0;0;0
8.2;26;40976;5.1152;1100;1500;0;0;0;0;0;0;0
8.3;26;40976;5.1152;1092;1500;0;0;0;0;0;0;0
8.4;26;40976;5.1152;1084;1500;0;0;0;0;0;0;0
8.5;26;40976;5.1152;1077;1500;0;0;0;0;0;0;0
8.6;26;40976;5.1152;1069;1500;0;0;0;0;0;0;0
8.7;26;40976;5.1152;1062;1500;0;0;0;0;0;0;0
8.8;26;40976;5.1152;1055;1500;0;0;0;0;0;0;0
8.9;26;40976;5.1152;1047;1500;0;0;0;0;0;0;0
9;26;40976;5.1152;1040;1500;0;0;0;0;0;0;0
9.1;26;40976;5.1152;1033;1500;0;0;0;0;0;0;0
9.2;26;40976;5.1152;1026;1500;0;0;0;0;0;0;0
9.3;26;40976;5.1152;1019;1500;0;0;0;0;0;0;0
9.4;26;40976;5.1152;1013;1500;0;0;0;0;0;0;0
9.5;26;40976;5.1152;1006;1500;0;0;0;0;0;0;0
9.6;26;40976;5.1152;999;1500;0;0;0;0;0;0;0
9.7;26;40976;5.1152;992;1500;0;0;0;0;0;0;0
9.8;26;40976;5.1152;986;1500;0;0;0;0;0;0;0
9.9;26;40976;5.1152;979;1500;0;0;0;0;0;0;0
10;26;40976;5.1152;973;1500;0;0;0;0;0;0;0
10.1;26;40976;5.1152;966;1500;0;0;0;0;0;0;0
10.2;26;40976;5.1152;960;1500;0;0;0;0;0;0;0
10.3;26;40976;5.1152;954;1500;0;0;0;0;0;0;0
10.4;26;40976;5.1152;947;1500;0;0;0;0;0;0;0
10.5;26;40976;5.1152;941;1500;0;0;0;0;0;0;0
10.6;26;40976;5.1152;935;1500;0;0;0;0;0;0;0
10.7;26;40976;5.1152;928;1500;0;0;0;0;0;0;0
10.8;26;40976;5.1152;922;1500;0;0;0;0;0;0;0
10.9;26;40976;5.1152;916;1500;0;0;0;0;0;0;0
11;26;40976;5.1152;910;1500;0;0;0;0;0;0;0
11.1;26;40976;5.1152;904;1500;0;0;0;0;0;0;0
11.2;26;40976;5.1152;898;1500;0;0;0;0;0;0;0
11.3;26;40976;5.1152;892;1500;0;0;0;0;0;0;0
11.4;26;40976;5.1152;886;1500;0;0;0;0;0;0;0
11.5;26;40976;5.1152;880;1500;0;0;0;0;0;0;0
11.6;26;40976;5.1152;874;1500;0;0;0;0;0;0;0
11.7;26;40976;5.1152;869;1500;0;0;0;0;0;0;0
11.8;26;40976;5.1152;863;1500;0;0;0;0;0;0;0
11.9;26;40976;5.1152;857;1500;0;0;0;0;0;0;0
12;26;40976;5.1152;851;1500;0;0;0;0;0;0;0
12.1;26;40976;5.1152;848;1500;0;0;0;0;0;0;0
12.2;26;40976;5.1152;845;1500;0;0;0;0;0;0;0
12.3;26;40976;5.1152;842;1500;0;0;0;0;0;0;0
12.4;26;40976;5.1152;839;1500;0;0;0;0;0;0;0
12.5;26;40976;5.1152;836;1500;0;0;0;0;0;0;0
12.6;26;40976;5.1152;833;1500;0;0;0;0;0;0;0
12.7;26;40976;5.1152;830;1500;0;0;0;0;0;0;0
12.8;26;40976;5.1152;827;1500;0;0;0;0;0;0;0
12.9;26;40976;5.1152;824;1500;0;0;0;0;0;0;0
13;26;40976;5.1152;821;1500;0;0;0;0;0;0;0
13.1;26;40976;5.1152;819;1500;0;0;0;0;0;0;0
13.2;26;40976;5.1152;816;1500;0;0;0;0;0;0;0
13.3;26;40976;5.1152;813;1500;0;0;0;0;0;0;0
13.4;26;40976;5.1152;810;1500;0;0;0;0;0;0;0
13.5;26;40976;5.1152;807;1500;0;0;0;0;0;0;0
13.6;26;40976;5.1152;804;1500;0;0;0;0;0;0;0
13.7;26;40976;5.1152;801;1500;0;0;0;0;0;0;0
13.8;26;40976;5.1152;798;1500;0;0;0;0;0;0;0
13.9;26;40976;5.1152;795;1500;0;0;0;0;0;0;0
14;26;40976;5.1152;793;1500;0;0;0;0;0;0;0
14.1;26;40976;5.1152;790;1500;0;0;0;0;0;0;0
14.2;26;40976;5.1152;787;1500;0;0;0;0;0;0;0
14.3;26;40976;5.1152;784;1500;0;0;0;0;0;0;0
14.4;26;40976;5.1152;781;1500;0;0;0;0;0;0;0
14.5;26;40976;5.1152;779;1500;0;0;0;0;0;0;0
14.6;26;40976;5.1152;776;1500;0;0;0;0;0;0;0
14.7;26;40976;5.1152;773;1500;0;0;0;0;0;0;0
14.8;26;40976;5.1152;770;1500;0;0;0;0;0;0;0
14.9;26;40976;5.1152;768;1500;0;0;0;0;0;0;0
15;26;40976;5.1152;765;1500;0;0;0;0;0;0;0
15.1;26;40976;5.1152;761;1500;0;0;0;0;0;0;0
15.2;26;40976;5.1152;756;1500;0;0;0;0;0;0;0
15.3;26;40976;5.1152;752;1500;0;0;0;0;0;0;0
15.4;26;40976;5.1152;748;1500;0;0;0;0;0;0;0
15.5;26;40976;5.1152;744;1500;0;0;0;0;0;0;0
15.6;26;40976;5.1152;740;1500;0;0;0;0;0;0;0
15.7;26;40976;5.1152;736;1500;0;0;0;0;0;0;0
15.8;26;40976;5.1152;732;1500;0;0;0;0;0;0;0
15.9;26;40976;5.1152;727;1500;0;0;0;0;0;0;0
16;26;40976;5.1152;723;1500;0;0;0;0;0;0;0
16.1;26;40976;5.1152;719;1500;0;0;0;0;0;0;0
16.2;26;40976;5.1152;715;1500;0;0;0;0;0;0;0
16.3;26;40976;5.1152;712;1500;0;0;0;0;0;0;0
16.4;26;40976;5.1152;708;1500;0;0;0;0;0;0;0
16.5;26;40976;5.1152;704;1500;0;0;0;0;0;0;0
16.6;26;40976;5.1152;700;1500;0;0;0;0;0;0;0
16.7;26;40976;5.1152;696;1500;0;0;0;0;0;0;0
16.8;26;40976;5.1152;692;1500;0;0;0;0;0;0;0
16.9;26;40976;5.1152;688;1500;0;0;0;0;0;0;0
17;26;40976;5.1152;684;1500;0;0;0;0;0;0;0
17.1;26;40976;5.1152;681;1500;0;0;0;0;0;0;0
17.2;26;40976;5.1152;677;1500;0;0;0;0;0;0;0
17.3;26;40976;5.1152;673;1500;0;0;0;0;0;0;0
17.4;26;40976;5.1152;669;1500;0;0;0;0;0;0;0
17.5;26;40976;5.1152;666;1500;0;0;0;0;0;0;0
17.6;26;40976;5.1152;662;1500;0;0;0;0;0;0;0
17.7;26;40976;5.1152;658;1500;0;0;0;0;0;0;0
17.8;26;40976;5.1152;655;1500;0;0;0;0;0;0;0
17.9;26;40976;5.1152;651;1500;0;0;0;0;0;0;0
18;26;40976;5.1152;647;1500;0;0;0;0;0;0;0
18.1;26;40976;5.1152;638;1500;0;0;0;0;0;0;0
18.2;26;40976;5.1152;629;1500;0;0;0;0;0;0;0
18.3;26;40976;5.1152;620;1500;0;0;0;0;0;0;0
18.4;26;40976;5.1152;611;1500;0;0;0;0;0;0;0
18.5;26;40976;5.1152;603;1500;0;0;0;0;0;0;0
18.6;26;40976;5.1152;594;1500;0;0;0;0;0;0;0
18.7;26;40976;5.1152;586;1500;0;0;0;0;0;0;0
18.8;26;40976;5.1152;577;1500;0;0;0;0;0;0;0
18.9;26;40976;5.1152;569;1500;0;0;0;0;0;0;0
19;26;40976;5.1152;561;1500;0;0;0;0;0;0;0
19.1;26;40976;5.1152;553;1500;0;0;0;0;0;0;0
19.2;26;40976;5.1152;545;1500;0;0;0;0;0;0;0
19.3;26;40976;5.1152;537;1500;0;0;0;0;0;0;0
19.4;26;40976;5.1152;530;1500;0;0;0;0;0;0;0
19.5;26;40976;5.1152;522;1500;0;0;0;0;0;0;0
19.6;26;40976;5.1152;515;1500;0;0;0;0;0;0;0
19.7;26;40976;5.1152;507;1500;0;0;0;0;0;0;0
19.8;26;40976;5.1152;500;1500;0;0;0;0;0;0;0
19.9;26;40976;5.1152;493;1500;0;0;0;0;0;0;0
20;26;40976;5.1152;486;1500;0;0;0;0;0;0;0
20.1;26;40976;5.1152;479;1500;0;0;0;0;0;0;0
20.2;26;40976;5.1152;472;1500;0;0;0;0;0;0;0
20.3;26;40976;5.1152;465;1500;0;0;0;0;0;0;0
20.4;26;40976;5.1152;459;1500;0;0;0;0;0;0;0
20.5;26;40976;5.1152;452;1500;0;0;0;0;0;0;0
20.6;26;40976;5.1152;446;1500;0;0;0;0;0;0;0
20.7;26;40976;5.1152;439;1500;0;0;0;0;0;0;0
20.8;26;40976;5.1152;433;1500;0;0;0;0;0;0;0
20.9;26;40976;5.1152;427;1500;0;0;0;0;0;0;0
21;26;40976;5.1152;421;1500;0;0;0;0;0;0;0
21.1;26;40976;5.1152;409;1500;0;0;0;0;0;0;0
21.2;26;40976;5.1152;397;1500;0;0;0;0;0;0;0
21.3;26;40976;5.1152;386;1500;0;0;0;0;0;0;0
21.4;26;40976;5.1152;375;1500;0;0;0;0;0;0;0
21.5;26;40976;5.1152;364;1500;0;0;0;0;0;0;0
21.6;26;40976;5.1152;354;1500;0;0;0;0;0;0;0
21.7;26;40976;5.1152;344;1500;0;0;0;0;0;0;0
21.8;26;40976;5.1152;334;1500;0;0;0;0;0;0;0
21.9;26;40976;5.1152;324;1500;0;0;0;0;0;0;0
22;26;40976;5.1152;315;1500;0;0;0;0;0;0;0
22.1;26;40976;5.1152;306;1500;0;0;0;0;0;0;0
22.2;26;40976;5.1152;297;1500;0;0;0;0;0;0;0
22.3;26;40976;5.1152;289;1500;0;0;0;0;0;0;0
22.4;26;40976;5.1152;280;1500;0;0;0;0;0;0;0
22.5;26;40976;5.1152;272;1500;0;0;0;0;0;0;0
22.6;26;40976;5.1152;265;1500;0;0;0;0;0;0;0
22.7;26;40976;5.1152;257;1500;0;0;0;0;0;0;0
22.8;26;40976;5.1152;250;1500;0;0;0;0;0;0;0
22.9;26;40976;5.1152;242;1500;0;0;0;0;0;0;0
23;26;40976;5.1152;236;1500;0;0;0;0;0;0;0
23.1;26;40976;5.1152;229;1500;0;0;0;0;0;0;0
23.2;26;40976;5.1152;222;1500;0;0;0;0;0;0;0
23.3;26;40976;5.1152;216;1500;0;0;0;0;0;0;0
23.4;26;40976;5.1152;210;1500;0;0;0;0;0;0;0
23.5;26;40976;5.1152;204;1500;0;0;0;0;0;0;0
23.6;26;40976;5.1152;198;1500;0;0;0;0;0;0;0
23.7;26;40976;5.1152;192;1500;0;0;0;0;0;0;0
23.8;26;40976;5.1152;187;1500;0;0;0;0;0;0;0
23.9;26;40976;5.1152;181;1500;0;0;0;0;0;0;0
24;26;40976;5.1152;176;1500;0;0;0;0;0;0;0
24.1;26;40976;5.1152;170;1500;0;0;0;0;0;0;0
24.2;26;40976;5.1152;165;1500;0;0;0;0;0;0;0
24.3;26;40976;5.1152;159;1500;0;0;0;0;0;0;0
24.4;26;40976;5.1152;154;1500;0;0;0;0;0;0;0
24.5;26;40976;5.1152;149;1500;0;0;0;0;0;0;0
24.6;26;40976;5.1152;144;1500;0;0;0;0;0;0;0
24.7;26;40976;5.1152;140;1500;0;0;0;0;0;0;0
24.8;26;40976;5.1152;135;1500;0;0;0;0;0;0;0
24.9;26;40976;5.1152;131;1500;0;0;0;0;0;0;0
25;26;40976;5.1152;126;1500;0;0;0;0;0;0;0
25.1;26;40976;5.1152;122;1500;0;0;0;0;0;0;0
25.2;26;40976;5.1152;118;1500;0;0;0;0;0;0;0
25.3;26;40976;5.1152;114;1500;0;0;0;0;0;0;0
25.4;26;40976;5.1152;111;1500;0;0;0;0;0;0;0
25.5;26;40976;5.1152;107;1500;0;0;0;0;0;0;0
25.6;26;40976;5.1152;103;1500;0;0;0;0;0;0;0
25.7;26;40976;5.1152;100;1500;0;0;0;0;0;0;0
25.8;26;40976;5.1152;97;1500;0;0;0;0;0;0;0
25.9;26;40976;5.1152;94;1500;0;0;0;0;0;0;0
26;26;40976;5.1152;91;1500;0;0;0;0;0;0;0
26.1;26;40976;5.1152;88;1500;0;0;0;0;0;0;0
26.2;26;40976;5.1152;85;1500;0;0;0;0;0;0;0
26.3;26;40976;5.1152;82;1500;0;0;0;0;0;0;0
26.4;26;40976;5.1152;79;1500;0;0;0;0;0;0;0
26.5;26;40976;5.1152;77;1500;0;0;0;0;0;0;0
26.6;26;40976;5.1152;74;1500;0;0;0;0;0;0;0
26.7;26;40976;5.1152;72;1500;0;0;0;0;0;0;0
26.8;26;40976;5.1152;69;1500;0;0;0;0;0;0;0
26.9;26;40976;5.1152;67;1500;0;0;0;0;0;0;0
27;26;40976;5.1152;65;1500;0;0;0;0;0;0;0
27.1;26;40976;5.1152;62;1500;0;0;0;0;0;0;0
27.2;26;40976;5.1152;59;1500;0;0;0;0;0;0;0
27.3;26;40976;5.1152;56;1500;0;0;0;0;0;0;0
27.4;26;40976;5.1152;54;1500;0;0;0;0;0;0;0
27.5;26;40976;5.1152;51;1500;0;0;0;0;0;0;0
27.6;26;40976;5.1152;49;1500;0;0;0;0;0;0;0
27.7;26;40976;5.1152;47;1500;0;0;0;0;0;0;0
27.8;26;40976;5.1152;44;1500;0;0;0;0;0;0;0
27.9;26;40976;5.1152;42;1500;0;0;0;0;0;0;0
28;26;40976;5.1152;40;1500;0;0;0;0;0;0;0
28.1;26;40976;5.1152;38;1500;0;0;0;0;0;0;0
28.2;26;40976;5.1152;37;1500;0;0;0;0;0;0;0
28.3;26;40976;5.1152;35;1500;0;0;0;0;0;0;0
28.4;26;40976;5.1152;33;1500;0;0;0;0;0;0;0
28.5;26;40976;5.1152;32;1500;0;0;0;0;0;0;0
28.6;26;40976;5.1152;30;1500;0;0;0;0;0;0;0
28.7;26;40976;5.1152;29;1500;0;0;0;0;0;0;0
28.8;26;40976;5.1152;28;1500;0;0;0;0;0;0;0
28.9;26;40976;5.1152;26;1500;0;0;0;0;0;0;0
29;26;40976;5.1152;25;1500;0;0;0;0;0;0;0
29.1;26;40976;5.1152;24;1500;0;0;0;0;0;0;0
29.2;26;40976;5.1152;23;1500;0;0;0;0;0;0;0
29.3;26;40976;5.1152;22;1500;0;0;0;0;0;0;0
29.4;26;40976;5.1152;21;1500;0;0;0;0;0;0;0
29.5;26;40976;5.1152;20;1500;0;0;0;0;0;0;0
29.6;26;40976;5.1152;19;1500;0;0;0;0;0;0;0
29.7;26;40976;5.1152;18;1500;0;0;0;0;0;0;0
29.8;26;40976;5.1152;17;1500;0;0;0;0;0;0;0
29.9;26;40976;5.1152;16;1500;0;0;0;0;0;0;0
30;26;40976;5.1152;16;1500;0;0;0;0;0;0;0
30.1;26;40976;5.1152;15;1500;0;0;0;0;0;0;0
30.2;26;40976;5.1152;14;1500;0;0;0;0;0;0;0
30.3;26;40976;5.1152;14;1500;0;0;0;0;0;0;0
30.4;26;40976;5.1152;13;1500;0;0;0;0;0;0;0
30.5;26;40976;5.1152;12;1500;0;0;0;0;0;0;0
30.6;26;40976;5.1152;12;1500;0;0;0;0;0;0;0
30.7;26;40976;5.1152;11;1500;0;0;0;0;0;0;0
30.8;26;40976;5.1152;11;1500;0;0;0;0;0;0;0
30.9;26;40976;5.1152;10;1500;0;0;0;0;0;0;0
31;26;40976;5.1152;10;1500;0;0;0;0;0;0;0
31.1;26;40976;5.1152;9;1500;0;0;0;0;0;0;0
31.2;26;40976;5.1152;9;1500;0;0;0;0;0;0;0
31.3;26;40976;5.1152;8;1500;0;0;0;0;0;0;0
31.4;26;40976;5.1152;8;1500;0;0;0;0;0;0;0
31.5;26;40976;5.1152;8;1500;0;0;0;0;0;0;0
31.6;26;40976;5.1152;7;1500;0;0;0;0;0;0;0
31.7;26;40976;5.1152;7;1500;0;0;0;0;0;0;0
31.8;26;40976;5.1152;7;1500;0;0;0;0;0;0;0
31.9;26;40976;5.1152;6;1500;0;0;0;0;0;0;0
32;26;40976;5.1152;6;1500;0;0;0;0;0;0;0
32.1;26;40976;5.1152;6;1500;0;0;0;0;0;0;0
32.2;26;40976;5.1152;6;1500;0;0;0;0;0;0;0
32.3;26;40976;5.1152;5;1500;0;0;0;0;0;0;0
32.4;26;40976;5.1152;5;1500;0;0;0;0;0;0;0
32.5;26;40976;5.1152;5;1500;0;0;0;0;0;0;0
32.6;26;40976;5.1152;5;1500;0;0;0;0;0;0;0
32.7;26;40976;5.1152;4;1500;0;0;0;0;0;0;0
32.8;26;40976;5.1152;4;1500;0;0;0;0;0;0;0
32.9;26;40976;5.1152;4;1500;0;0;0;0;0;0;0
33;26;40976;5.1152;4;1500;0;0;0;0;0;0;0
33.1;26;40976;5.1152;4;1500;0;0;0;0;0;0;0
33.2;26;40976;5.1152;3;1500;0;0;0;0;0;0;0
33.3;26;40976;5.1152;3;1500;0;0;0;0;0;0;0
33.4;26;40976;5.1152;3;1500;0;0;0;0;0;0;0
33.5;26;40976;5.1152;3;1500;0;0;0;0;0;0;0
33.6;26;40976;5.1152;3;1500;0;0;0;0;0;0;0
33.7;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
33.8;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
33.9;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
34;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
34.1;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
34.2;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
34.3;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
34.4;26;40976;5.1152;2;1500;0;0;0;0;0;0;0
34.5;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
34.6;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
34.7;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
34.8;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
34.9;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.1;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.2;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.3;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.4;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.5;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.6;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.7;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.8;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
35.9;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
36;26;40976;5.1152;1;1500;0;0;0;0;0;0;0
36.1;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.2;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.3;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.4;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.5;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.6;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.7;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.8;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
36.9;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
37;26;40976;5.1152;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
0;27;42016;5.332;1500;1500;0;0;0;0;0;0;0
0.1;27;42016;5.332;1499;1500;0;0;0;0;0;0;0
0.2;27;42016;5.332;1498;1500;0;0;0;0;0;0;0
0.3;27;42016;5.332;1497;1500;0;0;0;0;0;0;0
0.4;27;42016;5.332;1496;1500;0;0;0;0;0;0;0
0.5;27;42016;5.332;1496;1500;0;0;0;0;0;0;0
0.6;27;42016;5.332;1495;1500;0;0;0;0;0;0;0
0.7;27;42016;5.332;1494;1500;0;0;0;0;0;0;0
0.8;27;42016;5.332;1493;1500;0;0;0;0;0;0;0
0.9;27;42016;5.332;1492;1500;0;0;0;0;0;0;0
1;27;42016;5.332;1491;1500;0;0;0;0;0;0;0
1.1;27;42016;5.332;1490;1500;0;0;0;0;0;0;0
1.2;27;42016;5.332;1490;1500;0;0;0;0;0;0;0
1.3;27;42016;5.332;1489;1500;0;0;0;0;0;0;0
1.4;27;42016;5.332;1488;1500;0;0;0;0;0;0;0
1.5;27;42016;5.332;1487;1500;0;0;0;0;0;0;0
1.6;27;42016;5.332;1486;1500;0;0;0;0;0;0;0
1.7;27;42016;5.332;1485;1500;0;0;0;0;0;0;0
1.8;27;42016;5.332;1484;1500;0;0;0;0;0;0;0
1.9;27;42016;5.332;1483;1500;0;0;0;0;0;0;0
2;27;42016;5.332;1483;1500;0;0;0;0;0;0;0
2.1;27;42016;5.332;1482;1500;0;0;0;0;0;0;0
2.2;27;42016;5.332;1481;1500;0;0;0;0;0;0;0
2.3;27;42016;5.332;1480;1500;0;0;0;0;0;0;0
2.4;27;42016;5.332;1479;1500;0;0;0;0;0;0;0
2.5;27;42016;5.332;1478;1500;0;0;0;0;0;0;0
2.6;27;42016;5.332;1477;1500;0;0;0;0;0;0;0
2.7;27;42016;5.332;1476;1500;0;0;0;0;0;0;0
2.8;27;42016;5.332;1476;1500;0;0;0;0;0;0;0
2.9;27;42016;5.332;1475;1500;0;0;0;0;0;0;0
3;27;42016;5.332;1474;1500;0;0;0;0;0;0;0
3.1;27;42016;5.332;1467;1500;0;0;0;0;0;0;0
3.2;27;42016;5.332;1461;1500;0;0;0;0;0;0;0
3.3;27;42016;5.332;1454;1500;0;0;0;0;0;0;0
3.4;27;42016;5.332;1448;1500;0;0;0;0;0;0;0
3.5;27;42016;5.332;1442;1500;0;0;0;0;0;0;0
3.6;27;42016;5.332;1435;1500;0;0;0;0;0;0;0
3.7;27;42016;5.332;1429;1500;0;0;0;0;0;0;0
3.8;27;42016;5.332;1423;1500;0;0;0;0;0;0;0
3.9;27;42016;5.332;1416;1500;0;0;0;0;0;0;0
4;27;42016;5.332;1410;1500;0;0;0;0;0;0;0
4.1;27;42016;5.332;1404;1500;0;0;0;0;0;0;0
4.2;27;42016;5.332;1398;1500;0;0;0;0;0;0;0
4.3;27;42016;5.332;1391;1500;0;0;0;0;0;0;0
4.4;27;42016;5.332;1385;1500;0;0;0;0;0;0;0
4.5;27;42016;5.332;1379;1500;0;0;0;0;0;0;0
4.6;27;42016;5.332;1373;1500;0;0;0;0;0;0;0
4.7;27;42016;5.332;1367;1500;0;0;0;0;0;0;0
4.8;27;42016;5.332;1361;1500;0;0;0;0;0;0;0
4.9;27;42016;5.332;1355;1500;0;0;0;0;0;0;0
5;27;42016;5.332;1349;1500;0;0;0;0;0;0;0
5.1;27;42016;5.332;1343;1500;0;0;0;0;0;0;0
5.2;27;42016;5.332;1337;1500;0;0;0;0;0;0;0
5.3;27;42016;5.332;1331;1500;0;0;0;0;0;0;0
5.4;27;42016;5.332;1325;1500;0;0;0;0;0;0;0
5.5;27;42016;5.332;1319;1500;0;0;0;0;0;0;0
5.6;27;42016;5.332;1314;1500;0;0;0;0;0;0;0
5.7;27;42016;5.332;1308;1500;0;0;0;0;0;0;0
5.8;27;42016;5.332;1302;1500;0;0;0;0;0;0;0
5.9;27;42016;5.332;1296;1500;0;0;0;0;0;0;0
6;27;42016;5.332;1290;1500;0;0;0;0;0;0;0
6.1;27;42016;5.332;1282;1500;0;0;0;0;0;0;0
6.2;27;42016;5.332;1273;1500;0;0;0;0;0;0;0
6.3;27;42016;5.332;1264;1500;0;0;0;0;0;0;0
6.4;27;42016;5.332;1256;1500;0;0;0;0;0;0;0
6.5;27;42016;5.332;1247;1500;0;0;0;0;0;0;0
6.6;27;42016;5.332;1239;1500;0;0;0;0;0;0;0
6.7;27;42016;5.332;1230;1500;0;0;0;0;0;0;0
6.8;27;42016;5.332;1222;1500;0;0;0;0;0;0;0
6.9;27;42016;5.332;1214;1500;0;0;0;0;0;0;0
7;27;42016;5.332;1206;1500;0;0;0;0;0;0;0
7.1;27;42016;5.332;1197;1500;0;0;0;0;0;0;0
7.2;27;42016;5.332;1189;1500;0;0;0;0;0;0;0
7.3;27;42016;5.332;1181;1500;0;0;0;0;0;0;0
7.4;27;42016;5.332;1173;1500;0;0;0;0;0;0;0
7.5;27;42016;5.332;1165;1500;0;0;0;0;0;0;0
7.6;27;42016;5.332;1157;1500;0;0;0;0;0;0;0
7.7;27;42016;5.332;1150;1500;0;0;0;0;0;0;0
7.8;27;42016;5.332;1142;1500;0;0;0;0;0;0;0
7.9;27;42016;5.332;1134;1500;0;0;0;0;0;0;0
8;27;42016;5.332;1126;1500;0;0;0;0;0;0;0
8.1;27;42016;5.332;1119;1500;0;0;0;0;0;0;0
8.2;27;42016;5.332;1111;1500;0;0;0;0;0;0;0
8.3;27;42016;5.332;1104;1500;0;0;0;0;0;0;0
8.4;27;42016;5.332;1096;1500;0;0;0;0;0;0;0
8.5;27;42016;5.332;1089;1500;0;0;0;0;0;0;0
8.6;27;42016;5.332;1081;1500;0;0;0;0;0;0;0
8.7;27;42016;5.332;1074;1500;0;0;0;0;0;0;0
8.8;27;42016;5.332;1067;1500;0;0;0;0;0;0;0
8.9;27;42016;5.332;1059;1500;0;0;0;0;0;0;0
9;27;42016;5.332;1052;1500;0;0;0;0;0;0;0
9.1;27;42016;5.332;1045;1500;0;0;0;0;0;0;0
9.2;27;42016;5.332;1039;1500;0;0;0;0;0;0;0
9.3;27;42016;5.332;1032;1500;0;0;0;0;0;0;0
9.4;27;42016;5.332;1025;1500;0;0;0;0;0;0;0
9.5;27;42016;5.332;1019;1500;0;0;0;0;0;0;0
9.6;27;42016;5.332;1012;1500;0;0;0;0;0;0;0
9.7;27;42016;5.332;1005;1500;0;0;0;0;0;0;0
9.8;27;42016;5.332;999;1500;0;0;0;0;0;0;0
9.9;27;42016;5.332;992;1500;0;0;0;0;0;0;0
10;27;42016;5.332;986;1500;0;0;0;0;0;0;0
10.1;27;42016;5.332;980;1500;0;0;0;0;0;0;0
10.2;27;42016;5.332;973;1500;0;0;0;0;0;0;0
10.3;27;42016;5.332;967;1500;0;0;0;0;0;0;0
10.4;27;42016;5.332;961;1500;0;0;0;0;0;0;0
10.5;27;42016;5.332;954;1500;0;0;0;0;0;0;0
10.6;27;42016;5.332;948;1500;0;0;0;0;0;0;0
10.7;27;42016;5.332;942;1500;0;0;0;0;0;0;0
10.8;27;42016;5.332;936;1500;0;0;0;0;0;0;0
10.9;27;42016;5.332;930;1500;0;0;0;0;0;0;0
11;27;42016;5.332;924;1500;0;0;0;0;0;0;0
11.1;27;42016;5.332;918;1500;0;0;0;0;0;0;0
11.2;27;42016;5.332;912;1500;0;0;0;0;0;0;0
11.3;27;42016;5.332;906;1500;0;0;0;0;0;0;0
11.4;27;42016;5.332;900;1500;0;0;0;0;0;0;0
11.5;27;42016;5.332;894;1500;0;0;0;0;0;0;0
11.6;27;42016;5.332;888;1500;0;0;0;0;0;0;0
11.7;27;42016;5.332;883;1500;0;0;0;0;0;0;0
11.8;27;42016;5.332;877;1500;0;0;0;0;0;0;0
11.9;27;42016;5.332;871;1500;0;0;0;0;0;0;0
12;27;42016;5.332;866;1500;0;0;0;0;0;0;0
12.1;27;42016;5.332;862;1500;0;0;0;0;0;0;0
12.2;27;42016;5.332;859;1500;0;0;0;0;0;0;0
12.3;27;42016;5.332;855;1500;0;0;0;0;0;0;0
12.4;27;42016;5.332;852;1500;0;0;0;0;0;0;0
12.5;27;42016;5.332;849;1500;0;0;0;0;0;0;0
12.6;27;42016;5.332;845;1500;0;0;0;0;0;0;0
12.7;27;42016;5.332;842;1500;0;0;0;0;0;0;0
12.8;27;42016;5.332;839;1500;0;0;0;0;0;0;0
12.9;27;42016;5.332;836;1500;0;0;0;0;0;0;0
13;27;42016;5.332;832;1500;0;0;0;0;0;0;0
13.1;27;42016;5.332;829;1500;0;0;0;0;0;0;0
13.2;27;42016;5.332;826;1500;0;0;0;0;0;0;0
13.3;27;42016;5.332;822;1500;0;0;0;0;0;0;0
13.4;27;42016;5.332;819;1500;0;0;0;0;0;0;0
13.5;27;42016;5.332;816;1500;0;0;0;0;0;0;0
13.6;27;42016;5.332;813;1500;0;0;0;0;0;0;0
13.7;27;42016;5.332;810;1500;0;0;0;0;0;0;0
13.8;27;42016;5.332;806;1500;0;0;0;0;0;0;0
13.9;27;42016;5.332;803;1500;0;0;0;0;0;0;0
14;27;42016;5.332;800;1500;0;0;0;0;0;0;0
14.1;27;42016;5.332;797;1500;0;0;0;0;0;0;0
14.2;27;42016;5.332;794;1500;0;0;0;0;0;0;0
14.3;27;42016;5.332;791;1500;0;0;0;0;0;0;0
14.4;27;42016;5.332;788;1500;0;0;0;0;0;0;0
14.5;27;42016;5.332;785;1500;0;0;0;0;0;0;0
14.6;27;42016;5.332;781;1500;0;0;0;0;0;0;0
14.7;27;42016;5.332;778;1500;0;0;0;0;0;0;0
14.8;27;42016;5.332;775;1500;0;0;0;0;0;0;0
14.9;27;42016;5.332;772;1500;0;0;0;0;0;0;0
15;27;42016;5.332;769;1500;0;0;0;0;0;0;0
15.1;27;42016;5.332;766;1500;0;0;0;0;0;0;0
15.2;27;42016;5.332;763;1500;0;0;0;0;0;0;0
15.3;27;42016;5.332;760;1500;0;0;0;0;0;0;0
15.4;27;42016;5.332;757;1500;0;0;0;0;0;0;0
15.5;27;42016;5.332;754;1500;0;0;0;0;0;0;0
15.6;27;42016;5.332;750;1500;0;0;0;0;0;0;0
15.7;27;42016;5.332;747;1500;0;0;0;0;0;0;0
15.8;27;42016;5.332;744;1500;0;0;0;0;0;0;0
15.9;27;42016;5.332;741;1500;0;0;0;0;0;0;0
16;27;42016;5.332;738;1500;0;0;0;0;0;0;0
16.1;27;42016;5.332;735;1500;0;0;0;0;0;0;0
16.2;27;42016;5.332;732;1500;0;0;0;0;0;0;0
16.3;27;42016;5.332;729;1500;0;0;0;0;0;0;0
16.4;27;42016;5.332;726;1500;0;0;0;0;0;0;0
16.5;27;42016;5.332;723;1500;0;0;0;0;0;0;0
16.6;27;42016;5.332;720;1500;0;0;0;0;0;0;0
16.7;27;42016;5.332;717;1500;0;0;0;0;0;0;0
16.8;27;42016;5.332;714;1500;0;0;0;0;0;0;0
16.9;27;42016;5.332;711;1500;0;0;0;0;0;0;0
17;27;42016;5.332;708;1500;0;0;0;0;0;0;0
17.1;27;42016;5.332;705;1500;0;0;0;0;0;0;0
17.2;27;42016;5.332;702;1500;0;0;0;0;0;0;0
17.3;27;42016;5.332;699;1500;0;0;0;0;0;0;0
17.4;27;42016;5.332;697;1500;0;0;0;0;0;0;0
17.5;27;42016;5.332;694;1500;0;0;0;0;0;0;0
17.6;27;42016;5.332;691;1500;0;0;0;0;0;0;0
17.7;27;42016;5.332;688;1500;0;0;0;0;0;0;0
17.8;27;42016;5.332;685;1500;0;0;0;0;0;0;0
17.9;27;42016;5.332;682;1500;0;0;0;0;0;0;0
18;27;42016;5.332;679;1500;0;0;0;0;0;0;0
18.1;27;42016;5.332;672;1500;0;0;0;0;0;0;0
18.2;27;42016;5.332;664;1500;0;0;0;0;0;0;0
18.3;27;42016;5.332;657;1500;0;0;0;0;0;0;0
18.4;27;42016;5.332;650;1500;0;0;0;0;0;0;0
18.5;27;42016;5.332;642;1500;0;0;0;0;0;0;0
18.6;27;42016;5.332;635;1500;0;0;0;0;0;0;0
18.7;27;42016;5.332;628;1500;0;0;0;0;0;0;0
18.8;27;42016;5.332;621;1500;0;0;0;0;0;0;0
18.9;27;42016;5.332;614;1500;0;0;0;0;0;0;0
19;27;42016;5.332;607;1500;0;0;0;0;0;0;0
19.1;27;42016;5.332;600;1500;0;0;0;0;0;0;0
19.2;27;42016;5.332;594;1500;0;0;0;0;0;0;0
19.3;27;42016;5.332;587;1500;0;0;0;0;0;0;0
19.4;27;42016;5.332;581;1500;0;0;0;0;0;0;0
19.5;27;42016;5.332;574;1500;0;0;0;0;0;0;0
19.6;27;42016;5.332;568;1500;0;0;0;0;0;0;0
19.7;27;42016;5.332;561;1500;0;0;0;0;0;0;0
19.8;27;42016;5.332;555;1500;0;0;0;0;0;0;0
19.9;27;42016;5.332;549;1500;0;0;0;0;0;0;0
20;27;42016;5.332;543;1500;0;0;0;0;0;0;0
20.1;27;42016;5.332;537;1500;0;0;0;0;0;0;0
20.2;27;42016;5.332;531;1500;0;0;0;0;0;0;0
20.3;27;42016;5.332;525;1500;0;0;0;0;0;0;0
20.4;27;42016;5.332;519;1500;0;0;0;0;0;0;0
20.5;27;42016;5.332;513;1500;0;0;0;0;0;0;0
20.6;27;42016;5.332;507;1500;0;0;0;0;0;0;0
20.7;27;42016;5.332;502;1500;0;0;0;0;0;0;0
20.8;27;42016;5.332;496;1500;0;0;0;0;0;0;0
20.9;27;42016;5.332;491;1500;0;0;0;0;0;0;0
21;27;42016;5.332;485;1500;0;0;0;0;0;0;0
21.1;27;42016;5.332;473;1500;0;0;0;0;0;0;0
21.2;27;42016;5.332;462;1500;0;0;0;0;0;0;0
21.3;27;42016;5.332;450;1500;0;0;0;0;0;0;0
21.4;27;42016;5.332;439;1500;0;0;0;0;0;0;0
21.5;27;42016;5.332;429;1500;0;0;0;0;0;0;0
21.6;27;42016;5.332;418;1500;0;0;0;0;0;0;0
21.7;27;42016;5.332;408;1500;0;0;0;0;0;0;0
21.8;27;42016;5.332;398;1500;0;0;0;0;0;0;0
21.9;27;42016;5.332;388;1500;0;0;0;0;0;0;0
22;27;42016;5.332;379;1500;0;0;0;0;0;0;0
22.1;27;42016;5.332;370;1500;0;0;0;0;0;0;0
22.2;27;42016;5.332;361;1500;0;0;0;0;0;0;0
22.3;27;42016;5.332;352;1500;0;0;0;0;0;0;0
22.4;27;42016;5.332;343;1500;0;0;0;0;0;0;0
22.5;27;42016;5.332;335;1500;0;0;0;0;0;0;0
22.6;27;42016;5.332;327;1500;0;0;0;0;0;0;0
22.7;27;42016;5.332;319;1500;0;0;0;0;0;0;0
22.8;27;42016;5.332;311;1500;0;0;0;0;0;0;0
22.9;27;42016;5.332;303;1500;0;0;0;0;0;0;0
23;27;42016;5.332;296;1500;0;0;0;0;0;0;0
23.1;27;42016;5.332;289;1500;0;0;0;0;0;0;0
23.2;27;42016;5.332;282;1500;0;0;0;0;0;0;0
23.3;27;42016;5.332;275;1500;0;0;0;0;0;0;0
23.4;27;42016;5.332;268;1500;0;0;0;0;0;0;0
23.5;27;42016;5.332;262;1500;0;0;0;0;0;0;0
23.6;27;42016;5.332;255;1500;0;0;0;0;0;0;0
23.7;27;42016;5.332;249;1500;0;0;0;0;0;0;0
23.8;27;42016;5.332;243;1500;0;0;0;0;0;0;0
23.9;27;42016;5.332;237;1500;0;0;0;0;0;0;0
24;27;42016;5.332;231;1500;0;0;0;0;0;0;0
24.1;27;42016;5.332;225;1500;0;0;0;0;0;0;0
24.2;27;42016;5.332;219;1500;0;0;0;0;0;0;0
24.3;27;42016;5.332;212;1500;0;0;0;0;0;0;0
24.4;27;42016;5.332;206;1500;0;0;0;0;0;0;0
24.5;27;42016;5.332;201;1500;0;0;0;0;0;0;0
24.6;27;42016;5.332;195;1500;0;0;0;0;0;0;0
24.7;27;42016;5.332;190;1500;0;0;0;0;0;0;0
24.8;27;42016;5.332;184;1500;0;0;0;0;0;0;0
24.9;27;42016;5.332;179;1500;0;0;0;0;0;0;0
25;27;42016;5.332;174;1500;0;0;0;0;0;0;0
25.1;27;42016;5.332;169;1500;0;0;0;0;0;0;0
25.2;27;42016;5.332;165;1500;0;0;0;0;0;0;0
25.3;27;42016;5.332;160;1500;0;0;0;0;0;0;0
25.4;27;42016;5.332;156;1500;0;0;0;0;0;0;0
25.5;27;42016;5.332;151;1500;0;0;0;0;0;0;0
25.6;27;42016;5.332;147;1500;0;0;0;0;0;0;0
25.7;27;42016;5.332;143;1500;0;0;0;0;0;0;0
25.8;27;42016;5.332;139;1500;0;0;0;0;0;0;0
25.9;27;42016;5.332;135;1500;0;0;0;0;0;0;0
26;27;42016;5.332;131;1500;0;0;0;0;0;0;0
26.1;27;42016;5.332;128;1500;0;0;0;0;0;0;0
26.2;27;42016;5.332;124;1500;0;0;0;0;0;0;0
26.3;27;42016;5.332;121;1500;0;0;0;0;0;0;0
26.4;27;42016;5.332;117;1500;0;0;0;0;0;0;0
26.5;27;42016;5.332;114;1500;0;0;0;0;0;0;0
26.6;27;42016;5.332;111;1500;0;0;0;0;0;0;0
26.7;27;42016;5.332;108;1500;0;0;0;0;0;0;0
26.8;27;42016;5.332;105;1500;0;0;0;0;0;0;0
26.9;27;42016;5.332;102;1500;0;0;0;0;0;0;0
27;27;42016;5.332;99;1500;0;0;0;0;0;0;0
27.1;27;42016;5.332;96;1500;0;0;0;0;0;0;0
27.2;27;42016;5.332;93;1500;0;0;0;0;0;0;0
27.3;27;42016;5.332;90;1500;0;0;0;0;0;0;0
27.4;27;42016;5.332;87;1500;0;0;0;0;0;0;0
27.5;27;42016;5.332;84;1500;0;0;0;0;0;0;0
27.6;27;42016;5.332;82;1500;0;0;0;0;0;0;0
27.7;27;42016;5.332;79;1500;0;0;0;0;0;0;0
27.8;27;42016;5.332;77;1500;0;0;0;0;0;0;0
27.9;27;42016;5.332;74;1500;0;0;0;0;0;0;0
28;27;42016;5.332;72;1500;0;0;0;0;0;0;0
28.1;27;42016;5.332;70;1500;0;0;0;0;0;0;0
28.2;27;42016;5.332;67;1500;0;0;0;0;0;0;0
28.3;27;42016;5.332;65;1500;0;0;0;0;0;0;0
28.4;27;42016;5.332;63;1500;0;0;0;0;0;0;0
28.5;27;42016;5.332;61;1500;0;0;0;0;0;0;0
28.6;27;42016;5.332;59;1500;0;0;0;0;0;0;0
28.7;27;42016;5.332;58;1500;0;0;0;0;0;0;0
28.8;27;42016;5.332;56;1500;0;0;0;0;0;0;0
28.9;27;42016;5.332;54;1500;0;0;0;0;0;0;0
29;27;42016;5.332;52;1500;0;0;0;0;0;0;0
29.1;27;42016;5.332;51;1500;0;0;0;0;0;0;0
29.2;27;42016;5.332;49;1500;0;0;0;0;0;0;0
29.3;27;42016;5.332;48;1500;0;0;0;0;0;0;0
29.4;27;42016;5.332;46;1500;0;0;0;0;0;0;0
29.5;27;42016;5.332;45;1500;0;0;0;0;0;0;0
29.6;27;42016;5.332;43;1500;0;0;0;0;0;0;0
29.7;27;42016;5.332;42;1500;0;0;0;0;0;0;0
29.8;27;42016;5.332;41;1500;0;0;0;0;0;0;0
29.9;27;42016;5.332;39;1500;0;0;0;0;0;0;0
30;27;42016;5.332;38;1500;0;0;0;0;0;0;0
30.1;27;42016;5.332;37;1500;0;0;0;0;0;0;0
30.2;27;42016;5.332;36;1500;0;0;0;0;0;0;0
30.3;27;42016;5.332;35;1500;0;0;0;0;0;0;0
30.4;27;42016;5.332;34;1500;0;0;0;0;0;0;0
30.5;27;42016;5.332;33;1500;0;0;0;0;0;0;0
30.6;27;42016;5.332;32;1500;0;0;0;0;0;0;0
30.7;27;42016;5.332;31;1500;0;0;0;0;0;0;0
30.8;27;42016;5.332;30;1500;0;0;0;0;0;0;0
30.9;27;42016;5.332;29;1500;0;0;0;0;0;0;0
31;27;42016;5.332;28;1500;0;0;0;0;0;0;0
31.1;27;42016;5.332;27;1500;0;0;0;0;0;0;0
31.2;27;42016;5.332;26;1500;0;0;0;0;0;0;0
31.3;27;42016;5.332;25;1500;0;0;0;0;0;0;0
31.4;27;42016;5.332;25;1500;0;0;0;0;0;0;0
31.5;27;42016;5.332;24;1500;0;0;0;0;0;0;0
31.6;27;42016;5.332;23;1500;0;0;0;0;0;0;0
31.7;27;42016;5.332;22;1500;0;0;0;0;0;0;0
31.8;27;42016;5.332;22;1500;0;0;0;0;0;0;0
31.9;27;42016;5.332;21;1500;0;0;0;0;0;0;0
32;27;42016;5.332;20;1500;0;0;0;0;0;0;0
32.1;27;42016;5.332;20;1500;0;0;0;0;0;0;0
32.2;27;42016;5.332;19;1500;0;0;0;0;0;0;0
32.3;27;42016;5.332;19;1500;0;0;0;0;0;0;0
32.4;27;42016;5.332;18;1500;0;0;0;0;0;0;0
32.5;27;42016;5.332;18;1500;0;0;0;0;0;0;0
32.6;27;42016;5.332;17;1500;0;0;0;0;0;0;0
32.7;27;42016;5.332;16;1500;0;0;0;0;0;0;0
32.8;27;42016;5.332;16;1500;0;0;0;0;0;0;0
32.9;27;42016;5.332;15;1500;0;0;0;0;0;0;0
33;27;42016;5.332;15;1500;0;0;0;0;0;0;0
33.1;27;42016;5.332;14;1500;0;0;0;0;0;0;0
33.2;27;42016;5.332;14;1500;0;0;0;0;0;0;0
33.3;27;42016;5.332;13;1500;0;0;0;0;0;0;0
33.4;27;42016;5.332;13;1500;0;0;0;0;0;0;0
33.5;27;42016;5.332;12;1500;0;0;0;0;0;0;0
33.6;27;42016;5.332;12;1500;0;0;0;0;0;0;0
33.7;27;42016;5.332;11;1500;0;0;0;0;0;0;0
33.8;27;42016;5.332;11;1500;0;0;0;0;0;0;0
33.9;27;42016;5.332;11;1500;0;0;0;0;0;0;0
34;27;42016;5.332;10;1500;0;0;0;0;0;0;0
34.1;27;42016;5.332;10;1500;0;0;0;0;0;0;0
34.2;27;42016;5.332;9;1500;0;0;0;0;0;0;0
34.3;27;42016;5.332;9;1500;0;0;0;0;0;0;0
34.4;27;42016;5.332;9;1500;0;0;0;0;0;0;0
34.5;27;42016;5.332;8;1500;0;0;0;0;0;0;0
34.6;27;42016;5.332;8;1500;0;0;0;0;0;0;0
34.7;27;42016;5.332;8;1500;0;0;0;0;0;0;0
34.8;27;42016;5.332;7;1500;0;0;0;0;0;0;0
34.9;27;42016;5.332;7;1500;0;0;0;0;0;0;0
35;27;42016;5.332;7;1500;0;0;0;0;0;0;0
35.1;27;42016;5.332;7;1500;0;0;0;0;0;0;0
35.2;27;42016;5.332;6;1500;0;0;0;0;0;0;0
35.3;27;42016;5.332;6;1500;0;0;0;0;0;0;0
35.4;27;42016;5.332;6;1500;0;0;0;0;0;0;0
35.5;27;42016;5.332;6;1500;0;0;0;0;0;0;0
35.6;27;42016;5.332;5;1500;0;0;0;0;0;0;0
35.7;27;42016;5.332;5;1500;0;0;0;0;0;0;0
35.8;27;42016;5.332;5;1500;0;0;0;0;0;0;0
35.9;27;42016;5.332;5;1500;0;0;0;0;0;0;0
36;27;42016;5.332;5;1500;0;0;0;0;0;0;0
36.1;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.2;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.3;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.4;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.5;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.6;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.7;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.8;27;42016;5.332;0;1500;0;0;0;0;0;0;0
36.9;27;42016;5.332;0;1500;0;0;0;0;0;0;0
37;27;42016;5.332;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
0;28;44040;5.547;1500;1500;0;0;0;0;0;0;0
0.1;28;44040;5.547;1500;1500;0;0;0;0;0;0;0
0.2;28;44040;5.547;1499;1500;0;0;0;0;0;0;0
0.3;28;44040;5.547;1499;1500;0;0;0;0;0;0;0
0.4;28;44040;5.547;1498;1500;0;0;0;0;0;0;0
0.5;28;44040;5.547;1498;1500;0;0;0;0;0;0;0
0.6;28;44040;5.547;1497;1500;0;0;0;0;0;0;0
0.7;28;44040;5.547;1497;1500;0;0;0;0;0;0;0
0.8;28;44040;5.547;1496;1500;0;0;0;0;0;0;0
0.9;28;44040;5.547;1496;1500;0;0;0;0;0;0;0
1;28;44040;5.547;1495;1500;0;0;0;0;0;0;0
1.1;28;44040;5.547;1495;1500;0;0;0;0;0;0;0
1.2;28;44040;5.547;1494;1500;0;0;0;0;0;0;0
1.3;28;44040;5.547;1494;1500;0;0;0;0;0;0;0
1.4;28;44040;5.547;1493;1500;0;0;0;0;0;0;0
1.5;28;44040;5.547;1493;1500;0;0;0;0;0;0;0
1.6;28;44040;5.547;1493;1500;0;0;0;0;0;0;0
1.7;28;44040;5.547;1492;1500;0;0;0;0;0;0;0
1.8;28;44040;5.547;1492;1500;0;0;0;0;0;0;0
1.9;28;44040;5.547;1491;1500;0;0;0;0;0;0;0
2;28;44040;5.547;1491;1500;0;0;0;0;0;0;0
2.1;28;44040;5.547;1490;1500;0;0;0;0;0;0;0
2.2;28;44040;5.547;1490;1500;0;0;0;0;0;0;0
2.3;28;44040;5.547;1489;1500;0;0;0;0;0;0;0
2.4;28;44040;5.547;1489;1500;0;0;0;0;0;0;0
2.5;28;44040;5.547;1488;1500;0;0;0;0;0;0;0
2.6;28;44040;5.547;1488;1500;0;0;0;0;0;0;0
2.7;28;44040;5.547;1487;1500;0;0;0;0;0;0;0
2.8;28;44040;5.547;1487;1500;0;0;0;0;0;0;0
2.9;28;44040;5.547;1486;1500;0;0;0;0;0;0;0
3;28;44040;5.547;1486;1500;0;0;0;0;0;0;0
3.1;28;44040;5.547;1480;1500;0;0;0;0;0;0;0
3.2;28;44040;5.547;1474;1500;0;0;0;0;0;0;0
3.3;28;44040;5.547;1468;1500;0;0;0;0;0;0;0
3.4;28;44040;5.547;1462;1500;0;0;0;0;0;0;0
3.5;28;44040;5.547;1456;1500;0;0;0;0;0;0;0
3.6;28;44040;5.547;1450;1500;0;0;0;0;0;0;0
3.7;28;44040;5.547;1444;1500;0;0;0;0;0;0;0
3.8;28;44040;5.547;1438;1500;0;0;0;0;0;0;0
3.9;28;44040;5.547;1432;1500;0;0;0;0;0;0;0
4;28;44040;5.547;1426;1500;0;0;0;0;0;0;0
4.1;28;44040;5.547;1420;1500;0;0;0;0;0;0;0
4.2;28;44040;5.547;1415;1500;0;0;0;0;0;0;0
4.3;28;44040;5.547;1409;1500;0;0;0;0;0;0;0
4.4;28;44040;5.547;1403;1500;0;0;0;0;0;0;0
4.5;28;44040;5.547;1397;1500;0;0;0;0;0;0;0
4.6;28;44040;5.547;1392;1500;0;0;0;0;0;0;0
4.7;28;44040;5.547;1386;1500;0;0;0;0;0;0;0
4.8;28;44040;5.547;1380;1500;0;0;0;0;0;0;0
4.9;28;44040;5.547;1375;1500;0;0;0;0;0;0;0
5;28;44040;5.547;1369;1500;0;0;0;0;0;0;0
5.1;28;44040;5.547;1363;1500;0;0;0;0;0;0;0
5.2;28;44040;5.547;1358;1500;0;0;0;0;0;0;0
5.3;28;44040;5.547;1352;1500;0;0;0;0;0;0;0
5.4;28;44040;5.547;1347;1500;0;0;0;0;0;0;0
5.5;28;44040;5.547;1341;1500;0;0;0;0;0;0;0
5.6;28;44040;5.547;1336;1500;0;0;0;0;0;0;0
5.7;28;44040;5.547;1330;1500;0;0;0;0;0;0;0
5.8;28;44040;5.547;1325;1500;0;0;0;0;0;0;0
5.9;28;44040;5.547;1319;1500;0;0;0;0;0;0;0
6;28;44040;5.547;1314;1500;0;0;0;0;0;0;0
6.1;28;44040;5.547;1306;1500;0;0;0;0;0;0;0
6.2;28;44040;5.547;1297;1500;0;0;0;0;0;0;0
6.3;28;44040;5.547;1289;1500;0;0;0;0;0;0;0
6.4;28;44040;5.547;1280;1500;0;0;0;0;0;0;0
6.5;28;44040;5.547;1272;1500;0;0;0;0;0;0;0
6.6;28;44040;5.547;1264;1500;0;0;0;0;0;0;0
6.7;28;44040;5.547;1255;1500;0;0;0;0;0;0;0
6.8;28;44040;5.547;1247;1500;0;0;0;0;0;0;0
6.9;28;44040;5.547;1239;1500;0;0;0;0;0;0;0
7;28;44040;5.547;1231;1500;0;0;0;0;0;0;0
7.1;28;44040;5.547;1223;1500;0;0;0;0;0;0;0
7.2;28;44040;5.547;1215;1500;0;0;0;0;0;0;0
7.3;28;44040;5.547;1207;1500;0;0;0;0;0;0;0
7.4;28;44040;5.547;1199;1500;0;0;0;0;0;0;0
7.5;28;44040;5.547;1191;1500;0;0;0;0;0;0;0
7.6;28;44040;5.547;1184;1500;0;0;0;0;0;0;0
7.7;28;44040;5.547;1176;1500;0;0;0;0;0;0;0
7.8;28;44040;5.547;1168;1500;0;0;0;0;0;0;0
7.9;28;44040;5.547;1161;1500;0;0;0;0;0;0;0
8;28;44040;5.547;1153;1500;0;0;0;0;0;0;0
8.1;28;44040;5.547;1146;1500;0;0;0;0;0;0;0
8.2;28;44040;5.547;1138;1500;0;0;0;0;0;0;0
8.3;28;44040;5.547;1131;1500;0;0;0;0;0;0;0
8.4;28;44040;5.547;1123;1500;0;0;0;0;0;0;0
8.5;28;44040;5.547;1116;1500;0;0;0;0;0;0;0
8.6;28;44040;5.547;1109;1500;0;0;0;0;0;0;0
8.7;28;44040;5.547;1102;1500;0;0;0;0;0;0;0
8.8;28;44040;5.547;1095;1500;0;0;0;0;0;0;0
8.9;28;44040;5.547;1087;1500;0;0;0;0;0;0;0
9;28;44040;5.547;1080;1500;0;0;0;0;0;0;0
9.1;28;44040;5.547;1073;1500;0;0;0;0;0;0;0
9.2;28;44040;5.547;1067;1500;0;0;0;0;0;0;0
9.3;28;44040;5.547;1060;1500;0;0;0;0;0;0;0
9.4;28;44040;5.547;1053;1500;0;0;0;0;0;0;0
9.5;28;44040;5.547;1047;1500;0;0;0;0;0;0;0
9.6;28;44040;5.547;1040;1500;0;0;0;0;0;0;0
9.7;28;44040;5.547;1034;1500;0;0;0;0;0;0;0
9.8;28;44040;5.547;1027;1500;0;0;0;0;0;0;0
9.9;28;44040;5.547;1021;1500;0;0;0;0;0;0;0
10;28;44040;5.547;1014;1500;0;0;0;0;0;0;0
10.1;28;44040;5.547;1008;1500;0;0;0;0;0;0;0
10.2;28;44040;5.547;1001;1500;0;0;0;0;0;0;0
10.3;28;44040;5.547;995;1500;0;0;0;0;0;0;0
10.4;28;44040;5.547;989;1500;0;0;0;0;0;0;0
10.5;28;44040;5.547;983;1500;0;0;0;0;0;0;0
10.6;28;44040;5.547;976;1500;0;0;0;0;0;0;0
10.7;28;44040;5.547;970;1500;0;0;0;0;0;0;0
10.8;28;44040;5.547;964;1500;0;0;0;0;0;0;0
10.9;28;44040;5.547;958;1500;0;0;0;0;0;0;0
11;28;44040;5.547;952;1500;0;0;0;0;0;0;0
11.1;28;44040;5.547;946;1500;0;0;0;0;0;0;0
11.2;28;44040;5.547;940;1500;0;0;0;0;0;0;0
11.3;28;44040;5.547;934;1500;0;0;0;0;0;0;0
11.4;28;44040;5.547;928;1500;0;0;0;0;0;0;0
11.5;28;44040;5.547;922;1500;0;0;0;0;0;0;0
11.6;28;44040;5.547;917;1500;0;0;0;0;0;0;0
11.7;28;44040;5.547;911;1500;0;0;0;0;0;0;0
11.8;28;44040;5.547;905;1500;0;0;0;0;0;0;0
11.9;28;44040;5.547;899;1500;0;0;0;0;0;0;0
12;28;44040;5.547;894;1500;0;0;0;0;0;0;0
12.1;28;44040;5.547;890;1500;0;0;0;0;0;0;0
12.2;28;44040;5.547;885;1500;0;0;0;0;0;0;0
12.3;28;44040;5.547;881;1500;0;0;0;0;0;0;0
12.4;28;44040;5.547;877;1500;0;0;0;0;0;0;0
12.5;28;44040;5.547;873;1500;0;0;0;0;0;0;0
12.6;28;44040;5.547;869;1500;0;0;0;0;0;0;0
12.7;28;44040;5.547;865;1500;0;0;0;0;0;0;0
12.8;28;44040;5.547;861;1500;0;0;0;0;0;0;0
12.9;28;44040;5.547;858;1500;0;0;0;0;0;0;0
13;28;44040;5.547;854;1500;0;0;0;0;0;0;0
13.1;28;44040;5.547;850;1500;0;0;0;0;0;0;0
13.2;28;44040;5.547;846;1500;0;0;0;0;0;0;0
13.3;28;44040;5.547;842;1500;0;0;0;0;0;0;0
13.4;28;44040;5.547;838;1500;0;0;0;0;0;0;0
13.5;28;44040;5.547;834;1500;0;0;0;0;0;0;0
13.6;28;44040;5.547;831;1500;0;0;0;0;0;0;0
13.7;28;44040;5.547;827;1500;0;0;0;0;0;0;0
13.8;28;44040;5.547;823;1500;0;0;0;0;0;0;0
13.9;28;44040;5.547;819;1500;0;0;0;0;0;0;0
14;28;44040;5.547;815;1500;0;0;0;0;0;0;0
14.1;28;44040;5.547;812;1500;0;0;0;0;0;0;0
14.2;28;44040;5.547;808;1500;0;0;0;0;0;0;0
14.3;28;44040;5.547;804;1500;0;0;0;0;0;0;0
14.4;28;44040;5.547;801;1500;0;0;0;0;0;0;0
14.5;28;44040;5.547;797;1500;0;0;0;0;0;0;0
14.6;28;44040;5.547;793;1500;0;0;0;0;0;0;0
14.7;28;44040;5.547;790;1500;0;0;0;0;0;0;0
14.8;28;44040;5.547;786;1500;0;0;0;0;0;0;0
14.9;28;44040;5.547;783;1500;0;0;0;0;0;0;0
15;28;44040;5.547;779;1500;0;0;0;0;0;0;0
15.1;28;44040;5.547;777;1500;0;0;0;0;0;0;0
15.2;28;44040;5.547;775;1500;0;0;0;0;0;0;0
15.3;28;44040;5.547;773;1500;0;0;0;0;0;0;0
15.4;28;44040;5.547;772;1500;0;0;0;0;0;0;0
15.5;28;44040;5.547;770;1500;0;0;0;0;0;0;0
15.6;28;44040;5.547;768;1500;0;0;0;0;0;0;0
15.7;28;44040;5.547;766;1500;0;0;0;0;0;0;0
15.8;28;44040;5.547;764;1500;0;0;0;0;0;0;0
15.9;28;44040;5.547;763;1500;0;0;0;0;0;0;0
16;28;44040;5.547;761;1500;0;0;0;0;0;0;0
16.1;28;44040;5.547;759;1500;0;0;0;0;0;0;0
16.2;28;44040;5.547;757;1500;0;0;0;0;0;0;0
16.3;28;44040;5.547;755;1500;0;0;0;0;0;0;0
16.4;28;44040;5.547;754;1500;0;0;0;0;0;0;0
16.5;28;44040;5.547;752;1500;0;0;0;0;0;0;0
16.6;28;44040;5.547;750;1500;0;0;0;0;0;0;0
16.7;28;44040;5.547;748;1500;0;0;0;0;0;0;0
16.8;28;44040;5.547;747;1500;0;0;0;0;0;0;0
16.9;28;44040;5.547;745;1500;0;0;0;0;0;0;0
17;28;44040;5.547;743;1500;0;0;0;0;0;0;0
17.1;28;44040;5.547;741;1500;0;0;0;0;0;0;0
17.2;28;44040;5.547;740;1500;0;0;0;0;0;0;0
17.3;28;44040;5.547;738;1500;0;0;0;0;0;0;0
17.4;28;44040;5.547;736;1500;0;0;0;0;0;0;0
17.5;28;44040;5.547;734;1500;0;0;0;0;0;0;0
17.6;28;44040;5.547;733;1500;0;0;0;0;0;0;0
17.7;28;44040;5.547;731;1500;0;0;0;0;0;0;0
17.8;28;44040;5.547;729;1500;0;0;0;0;0;0;0
17.9;28;44040;5.547;728;1500;0;0;0;0;0;0;0
18;28;44040;5.547;726;1500;0;0;0;0;0;0;0
18.1;28;44040;5.547;721;1500;0;0;0;0;0;0;0
18.2;28;44040;5.547;716;1500;0;0;0;0;0;0;0
18.3;28;44040;5.547;711;1500;0;0;0;0;0;0;0
18.4;28;44040;5.547;707;1500;0;0;0;0;0;0;0
18.5;28;44040;5.547;702;1500;0;0;0;0;0;0;0
18.6;28;44040;5.547;697;1500;0;0;0;0;0;0;0
18.7;28;44040;5.547;693;1500;0;0;0;0;0;0;0
18.8;28;44040;5.547;688;1500;0;0;0;0;0;0;0
18.9;28;44040;5.547;684;1500;0;0;0;0;0;0;0
19;28;44040;5.547;679;1500;0;0;0;0;0;0;0
19.1;28;44040;5.547;674;1500;0;0;0;0;0;0;0
19.2;28;44040;5.547;670;1500;0;0;0;0;0;0;0
19.3;28;44040;5.547;666;1500;0;0;0;0;0;0;0
19.4;28;44040;5.547;661;1500;0;0;0;0;0;0;0
19.5;28;44040;5.547;657;1500;0;0;0;0;0;0;0
19.6;28;44040;5.547;652;1500;0;0;0;0;0;0;0
19.7;28;44040;5.547;648;1500;0;0;0;0;0;0;0
19.8;28;44040;5.547;644;1500;0;0;0;0;0;0;0
19.9;28;44040;5.547;639;1500;0;0;0;0;0;0;0
20;28;44040;5.547;635;1500;0;0;0;0;0;0;0
20.1;28;44040;5.547;631;1500;0;0;0;0;0;0;0
20.2;28;44040;5.547;627;1500;0;0;0;0;0;0;0
20.3;28;44040;5.547;623;1500;0;0;0;0;0;0;0
20.4;28;44040;5.547;618;1500;0;0;0;0;0;0;0
20.5;28;44040;5.547;614;1500;0;0;0;0;0;0;0
20.6;28;44040;5.547;610;1500;0;0;0;0;0;0;0
20.7;28;44040;5.547;606;1500;0;0;0;0;0;0;0
20.8;28;44040;5.547;602;1500;0;0;0;0;0;0;0
20.9;28;44040;5.547;598;1500;0;0;0;0;0;0;0
21;28;44040;5.547;594;1500;0;0;0;0;0;0;0
21.1;28;44040;5.547;584;1500;0;0;0;0;0;0;0
21.2;28;44040;5.547;574;1500;0;0;0;0;0;0;0
21.3;28;44040;5.547;565;1500;0;0;0;0;0;0;0
21.4;28;44040;5.547;555;1500;0;0;0;0;0;0;0
21.5;28;44040;5.547;546;1500;0;0;0;0;0;0;0
21.6;28;44040;5.547;537;1500;0;0;0;0;0;0;0
21.7;28;44040;5.547;527;1500;0;0;0;0;0;0;0
21.8;28;44040;5.547;519;1500;0;0;0;0;0;0;0
21.9;28;44040;5.547;510;1500;0;0;0;0;0;0;0
22;28;44040;5.547;501;1500;0;0;0;0;0;0;0
22.1;28;44040;5.547;493;1500;0;0;0;0;0;0;0
22.2;28;44040;5.547;485;1500;0;0;0;0;0;0;0
22.3;28;44040;5.547;476;1500;0;0;0;0;0;0;0
22.4;28;44040;5.547;468;1500;0;0;0;0;0;0;0
22.5;28;44040;5.547;460;1500;0;0;0;0;0;0;0
22.6;28;44040;5.547;453;1500;0;0;0;0;0;0;0
22.7;28;44040;5.547;445;1500;0;0;0;0;0;0;0
22.8;28;44040;5.547;438;1500;0;0;0;0;0;0;0
22.9;28;44040;5.547;430;1500;0;0;0;0;0;0;0
23;28;44040;5.547;423;1500;0;0;0;0;0;0;0
23.1;28;44040;5.547;416;1500;0;0;0;0;0;0;0
23.2;28;44040;5.547;409;1500;0;0;0;0;0;0;0
23.3;28;44040;5.547;402;1500;0;0;0;0;0;0;0
23.4;28;44040;5.547;395;1500;0;0;0;0;0;0;0
23.5;28;44040;5.547;388;1500;0;0;0;0;0;0;0
23.6;28;44040;5.547;382;1500;0;0;0;0;0;0;0
23.7;28;44040;5.547;375;1500;0;0;0;0;0;0;0
23.8;28;44040;5.547;369;1500;0;0;0;0;0;0;0
23.9;28;44040;5.547;363;1500;0;0;0;0;0;0;0
24;28;44040;5.547;357;1500;0;0;0;0;0;0;0
24.1;28;44040;5.547;348;1500;0;0;0;0;0;0;0
24.2;28;44040;5.547;340;1500;0;0;0;0;0;0;0
24.3;28;44040;5.547;332;1500;0;0;0;0;0;0;0
24.4;28;44040;5.547;324;1500;0;0;0;0;0;0;0
24.5;28;44040;5.547;317;1500;0;0;0;0;0;0;0
24.6;28;44040;5.547;309;1500;0;0;0;0;0;0;0
24.7;28;44040;5.547;302;1500;0;0;0;0;0;0;0
24.8;28;44040;5.547;295;1500;0;0;0;0;0;0;0
24.9;28;44040;5.547;288;1500;0;0;0;0;0;0;0
25;28;44040;5.547;281;1500;0;0;0;0;0;0;0
25.1;28;44040;5.547;274;1500;0;0;0;0;0;0;0
25.2;28;44040;5.547;268;1500;0;0;0;0;0;0;0
25.3;28;44040;5.547;261;1500;0;0;0;0;0;0;0
25.4;28;44040;5.547;255;1500;0;0;0;0;0;0;0
25.5;28;44040;5.547;249;1500;0;0;0;0;0;0;0
25.6;28;44040;5.547;243;1500;0;0;0;0;0;0;0
25.7;28;44040;5.547;238;1500;0;0;0;0;0;0;0
25.8;28;44040;5.547;232;1500;0;0;0;0;0;0;0
25.9;28;44040;5.547;227;1500;0;0;0;0;0;0;0
26;28;44040;5.547;221;1500;0;0;0;0;0;0;0
26.1;28;44040;5.547;216;1500;0;0;0;0;0;0;0
26.2;28;44040;5.547;211;1500;0;0;0;0;0;0;0
26.3;28;44040;5.547;206;1500;0;0;0;0;0;0;0
26.4;28;44040;5.547;201;1500;0;0;0;0;0;0;0
26.5;28;44040;5.547;196;1500;0;0;0;0;0;0;0
26.6;28;44040;5.547;192;1500;0;0;0;0;0;0;0
26.7;28;44040;5.547;187;1500;0;0;0;0;0;0;0
26.8;28;44040;5.547;183;1500;0;0;0;0;0;0;0
26.9;28;44040;5.547;178;1500;0;0;0;0;0;0;0
27;28;44040;5.547;174;1500;0;0;0;0;0;0;0
27.1;28;44040;5.547;171;1500;0;0;0;0;0;0;0
27.2;28;44040;5.547;168;1500;0;0;0;0;0;0;0
27.3;28;44040;5.547;165;1500;0;0;0;0;0;0;0
27.4;28;44040;5.547;162;1500;0;0;0;0;0;0;0
27.5;28;44040;5.547;159;1500;0;0;0;0;0;0;0
27.6;28;44040;5.547;156;1500;0;0;0;0;0;0;0
27.7;28;44040;5.547;153;1500;0;0;0;0;0;0;0
27.8;28;44040;5.547;150;1500;0;0;0;0;0;0;0
27.9;28;44040;5.547;147;1500;0;0;0;0;0;0;0
28;28;44040;5.547;145;1500;0;0;0;0;0;0;0
28.1;28;44040;5.547;142;1500;0;0;0;0;0;0;0
28.2;28;44040;5.547;140;1500;0;0;0;0;0;0;0
28.3;28;44040;5.547;137;1500;0;0;0;0;0;0;0
28.4;28;44040;5.547;134;1500;0;0;0;0;0;0;0
28.5;28;44040;5.547;132;1500;0;0;0;0;0;0;0
28.6;28;44040;5.547;130;1500;0;0;0;0;0;0;0
28.7;28;44040;5.547;127;1500;0;0;0;0;0;0;0
28.8;28;44040;5.547;125;1500;0;0;0;0;0;0;0
28.9;28;44040;5.547;123;1500;0;0;0;0;0;0;0
29;28;44040;5.547;120;1500;0;0;0;0;0;0;0
29.1;28;44040;5.547;118;1500;0;0;0;0;0;0;0
29.2;28;44040;5.547;116;1500;0;0;0;0;0;0;0
29.3;28;44040;5.547;114;1500;0;0;0;0;0;0;0
29.4;28;44040;5.547;112;1500;0;0;0;0;0;0;0
29.5;28;44040;5.547;110;1500;0;0;0;0;0;0;0
29.6;28;44040;5.547;108;1500;0;0;0;0;0;0;0
29.7;28;44040;5.547;106;1500;0;0;0;0;0;0;0
29.8;28;44040;5.547;104;1500;0;0;0;0;0;0;0
29.9;28;44040;5.547;102;1500;0;0;0;0;0;0;0
30;28;44040;5.547;100;1500;0;0;0;0;0;0;0
30.1;28;44040;5.547;99;1500;0;0;0;0;0;0;0
30.2;28;44040;5.547;98;1500;0;0;0;0;0;0;0
30.3;28;44040;5.547;97;1500;0;0;0;0;0;0;0
30.4;28;44040;5.547;97;1500;0;0;0;0;0;0;0
30.5;28;44040;5.547;96;1500;0;0;0;0;0;0;0
30.6;28;44040;5.547;95;1500;0;0;0;0;0;0;0
30.7;28;44040;5.547;94;1500;0;0;0;0;0;0;0
30.8;28;44040;5.547;93;1500;0;0;0;0;0;0;0
30.9;28;44040;5.547;93;1500;0;0;0;0;0;0;0
31;28;44040;5.547;92;1500;0;0;0;0;0;0;0
31.1;28;44040;5.547;91;1500;0;0;0;0;0;0;0
31.2;28;44040;5.547;90;1500;0;0;0;0;0;0;0
31.3;28;44040;5.547;89;1500;0;0;0;0;0;0;0
31.4;28;44040;5.547;89;1500;0;0;0;0;0;0;0
31.5;28;44040;5.547;88;1500;0;0;0;0;0;0;0
31.6;28;44040;5.547;87;1500;0;0;0;0;0;0;0
31.7;28;44040;5.547;86;1500;0;0;0;0;0;0;0
31.8;28;44040;5.547;86;1500;0;0;0;0;0;0;0
31.9;28;44040;5.547;85;1500;0;0;0;0;0;0;0
32;28;44040;5.547;84;1500;0;0;0;0;0;0;0
32.1;28;44040;5.547;83;1500;0;0;0;0;0;0;0
32.2;28;44040;5.547;83;1500;0;0;0;0;0;0;0
32.3;28;44040;5.547;82;1500;0;0;0;0;0;0;0
32.4;28;44040;5.547;81;1500;0;0;0;0;0;0;0
32.5;28;44040;5.547;81;1500;0;0;0;0;0;0;0
32.6;28;44040;5.547;80;1500;0;0;0;0;0;0;0
32.7;28;44040;5.547;79;1500;0;0;0;0;0;0;0
32.8;28;44040;5.547;79;1500;0;0;0;0;0;0;0
32.9;28;44040;5.547;78;1500;0;0;0;0;0;0;0
33;28;44040;5.547;77;1500;0;0;0;0;0;0;0
33.1;28;44040;5.547;73;1500;0;0;0;0;0;0;0
33.2;28;44040;5.547;69;1500;0;0;0;0;0;0;0
33.3;28;44040;5.547;66;1500;0;0;0;0;0;0;0
33.4;28;44040;5.547;62;1500;0;0;0;0;0;0;0
33.5;28;44040;5.547;59;1500;0;0;0;0;0;0;0
33.6;28;44040;5.547;56;1500;0;0;0;0;0;0;0
33.7;28;44040;5.547;53;1500;0;0;0;0;0;0;0
33.8;28;44040;5.547;50;1500;0;0;0;0;0;0;0
33.9;28;44040;5.547;47;1500;0;0;0;0;0;0;0
34;28;44040;5.547;45;1500;0;0;0;0;0;0;0
34.1;28;44040;5.547;42;1500;0;0;0;0;0;0;0
34.2;28;44040;5.547;40;1500;0;0;0;0;0;0;0
34.3;28;44040;5.547;38;1500;0;0;0;0;0;0;0
34.4;28;44040;5.547;36;1500;0;0;0;0;0;0;0
34.5;28;44040;5.547;34;1500;0;0;0;0;0;0;0
34.6;28;44040;5.547;32;1500;0;0;0;0;0;0;0
34.7;28;44040;5.547;31;1500;0;0;0;0;0;0;0
34.8;28;44040;5.547;29;1500;0;0;0;0;0;0;0
34.9;28;44040;5.547;27;1500;0;0;0;0;0;0;0
35;28;44040;5.547;26;1500;0;0;0;0;0;0;0
35.1;28;44040;5.547;25;1500;0;0;0;0;0;0;0
35.2;28;44040;5.547;23;1500;0;0;0;0;0;0;0
35.3;28;44040;5.547;22;1500;0;0;0;0;0;0;0
35.4;28;44040;5.547;21;1500;0;0;0;0;0;0;0
35.5;28;44040;5.547;20;1500;0;0;0;0;0;0;0
35.6;28;44040;5.547;19;1500;0;0;0;0;0;0;0
35.7;28;44040;5.547;18;1500;0;0;0;0;0;0;0
35.8;28;44040;5.547;17;1500;0;0;0;0;0;0;0
35.9;28;44040;5.547;16;1500;0;0;0;0;0;0;0
36;28;44040;5.547;15;1500;0;0;0;0;0;0;0
36.1;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.2;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.3;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.4;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.5;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.6;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.7;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.8;28;44040;5.547;0;1500;0;0;0;0;0;0;0
36.9;28;44040;5.547;0;1500;0;0;0;0;0;0;0
37;28;44040;5.547;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-15;2;2976;0.377;1500;1500;0;0;0;0;0;0;0
-14.9;2;2976;0.377;1494;1500;0;0;0;0;0;0;0
-14.8;2;2976;0.377;1489;1500;0;0;0;0;0;0;0
-14.7;2;2976;0.377;1484;1500;0;0;0;0;0;0;0
-14.6;2;2976;0.377;1479;1500;0;0;0;0;0;0;0
-14.5;2;2976;0.377;1473;1500;0;0;0;0;0;0;0
-14.4;2;2976;0.377;1468;1500;0;0;0;0;0;0;0
-14.3;2;2976;0.377;1463;1500;0;0;0;0;0;0;0
-14.2;2;2976;0.377;1458;1500;0;0;0;0;0;0;0
-14.1;2;2976;0.377;1453;1500;0;0;0;0;0;0;0
-14;2;2976;0.377;1448;1500;0;0;0;0;0;0;0
-13.9;2;2976;0.377;1443;1500;0;0;0;0;0;0;0
-13.8;2;2976;0.377;1438;1500;0;0;0;0;0;0;0
-13.7;2;2976;0.377;1433;1500;0;0;0;0;0;0;0
-13.6;2;2976;0.377;1427;1500;0;0;0;0;0;0;0
-13.5;2;2976;0.377;1422;1500;0;0;0;0;0;0;0
-13.4;2;2976;0.377;1417;1500;0;0;0;0;0;0;0
-13.3;2;2976;0.377;1412;1500;0;0;0;0;0;0;0
-13.2;2;2976;0.377;1407;1500;0;0;0;0;0;0;0
-13.1;2;2976;0.377;1403;1500;0;0;0;0;0;0;0
-13;2;2976;0.377;1398;1500;0;0;0;0;0;0;0
-12.9;2;2976;0.377;1393;1500;0;0;0;0;0;0;0
-12.8;2;2976;0.377;1388;1500;0;0;0;0;0;0;0
-12.7;2;2976;0.377;1383;1500;0;0;0;0;0;0;0
-12.6;2;2976;0.377;1378;1500;0;0;0;0;0;0;0
-12.5;2;2976;0.377;1373;1500;0;0;0;0;0;0;0
-12.4;2;2976;0.377;1368;1500;0;0;0;0;0;0;0
-12.3;2;2976;0.377;1364;1500;0;0;0;0;0;0;0
-12.2;2;2976;0.377;1359;1500;0;0;0;0;0;0;0
-12.1;2;2976;0.377;1354;1500;0;0;0;0;0;0;0
-12;2;2976;0.377;1349;1500;0;0;0;0;0;0;0
-11.9;2;2976;0.377;1335;1500;0;0;0;0;0;0;0
-11.8;2;2976;0.377;1321;1500;0;0;0;0;0;0;0
-11.7;2;2976;0.377;1308;1500;0;0;0;0;0;0;0
-11.6;2;2976;0.377;1294;1500;0;0;0;0;0;0;0
-11.5;2;2976;0.377;1281;1500;0;0;0;0;0;0;0
-11.4;2;2976;0.377;1267;1500;0;0;0;0;0;0;0
-11.3;2;2976;0.377;1254;1500;0;0;0;0;0;0;0
-11.2;2;2976;0.377;1241;1500;0;0;0;0;0;0;0
-11.1;2;2976;0.377;1228;1500;0;0;0;0;0;0;0
-11;2;2976;0.377;1216;1500;0;0;0;0;0;0;0
-10.9;2;2976;0.377;1203;1500;0;0;0;0;0;0;0
-10.8;2;2976;0.377;1191;1500;0;0;0;0;0;0;0
-10.7;2;2976;0.377;1178;1500;0;0;0;0;0;0;0
-10.6;2;2976;0.377;1166;1500;0;0;0;0;0;0;0
-10.5;2;2976;0.377;1154;1500;0;0;0;0;0;0;0
-10.4;2;2976;0.377;1142;1500;0;0;0;0;0;0;0
-10.3;2;2976;0.377;1130;1500;0;0;0;0;0;0;0
-10.2;2;2976;0.377;1119;1500;0;0;0;0;0;0;0
-10.1;2;2976;0.377;1107;1500;0;0;0;0;0;0;0
-10;2;2976;0.377;1095;1500;0;0;0;0;0;0;0
-9.9;2;2976;0.377;1084;1500;0;0;0;0;0;0;0
-9.8;2;2976;0.377;1073;1500;0;0;0;0;0;0;0
-9.7;2;2976;0.377;1062;1500;0;0;0;0;0;0;0
-9.6;2;2976;0.377;1051;1500;0;0;0;0;0;0;0
-9.5;2;2976;0.377;1040;1500;0;0;0;0;0;0;0
-9.4;2;2976;0.377;1029;1500;0;0;0;0;0;0;0
-9.3;2;2976;0.377;1018;1500;0;0;0;0;0;0;0
-9.2;2;2976;0.377;1008;1500;0;0;0;0;0;0;0
-9.1;2;2976;0.377;997;1500;0;0;0;0;0;0;0
-9;2;2976;0.377;987;1500;0;0;0;0;0;0;0
-8.9;2;2976;0.377;970;1500;0;0;0;0;0;0;0
-8.8;2;2976;0.377;953;1500;0;0;0;0;0;0;0
-8.7;2;2976;0.377;937;1500;0;0;0;0;0;0;0
-8.6;2;2976;0.377;921;1500;0;0;0;0;0;0;0
-8.5;2;2976;0.377;905;1500;0;0;0;0;0;0;0
-8.4;2;2976;0.377;889;1500;0;0;0;0;0;0;0
-8.3;2;2976;0.377;874;1500;0;0;0;0;0;0;0
-8.2;2;2976;0.377;859;1500;0;0;0;0;0;0;0
-8.1;2;2976;0.377;844;1500;0;0;0;0;0;0;0
-8;2;2976;0.377;829;1500;0;0;0;0;0;0;0
-7.9;2;2976;0.377;815;1500;0;0;0;0;0;0;0
-7.8;2;2976;0.377;801;1500;0;0;0;0;0;0;0
-7.7;2;2976;0.377;787;1500;0;0;0;0;0;0;0
-7.6;2;2976;0.377;773;1500;0;0;0;0;0;0;0
-7.5;2;2976;0.377;760;1500;0;0;0;0;0;0;0
-7.4;2;2976;0.377;747;1500;0;0;0;0;0;0;0
-7.3;2;2976;0.377;734;1500;0;0;0;0;0;0;0
-7.2;2;2976;0.377;721;1500;0;0;0;0;0;0;0
-7.1;2;2976;0.377;709;1500;0;0;0;0;0;0;0
-7;2;2976;0.377;697;1500;0;0;0;0;0;0;0
-6.9;2;2976;0.377;685;1500;0;0;0;0;0;0;0
-6.8;2;2976;0.377;673;1500;0;0;0;0;0;0;0
-6.7;2;2976;0.377;661;1500;0;0;0;0;0;0;0
-6.6;2;2976;0.377;650;1500;0;0;0;0;0;0;0
-6.5;2;2976;0.377;639;1500;0;0;0;0;0;0;0
-6.4;2;2976;0.377;628;1500;0;0;0;0;0;0;0
-6.3;2;2976;0.377;617;1500;0;0;0;0;0;0;0
-6.2;2;2976;0.377;606;1500;0;0;0;0;0;0;0
-6.1;2;2976;0.377;596;1500;0;0;0;0;0;0;0
-6;2;2976;0.377;585;1500;0;0;0;0;0;0;0
-5.9;2;2976;0.377;555;1500;0;0;0;0;0;0;0
-5.8;2;2976;0.377;527;1500;0;0;0;0;0;0;0
-5.7;2;2976;0.377;500;1500;0;0;0;0;0;0;0
-5.6;2;2976;0.377;474;1500;0;0;0;0;0;0;0
-5.5;2;2976;0.377;450;1500;0;0;0;0;0;0;0
-5.4;2;2976;0.377;427;1500;0;0;0;0;0;0;0
-5.3;2;2976;0.377;405;1500;0;0;0;0;0;0;0
-5.2;2;2976;0.377;384;1500;0;0;0;0;0;0;0
-5.1;2;2976;0.377;365;1500;0;0;0;0;0;0;0
-5;2;2976;0.377;346;1500;0;0;0;0;0;0;0
-4.9;2;2976;0.377;328;1500;0;0;0;0;0;0;0
-4.8;2;2976;0.377;312;1500;0;0;0;0;0;0;0
-4.7;2;2976;0.377;296;1500;0;0;0;0;0;0;0
-4.6;2;2976;0.377;280;1500;0;0;0;0;0;0;0
-4.5;2;2976;0.377;266;1500;0;0;0;0;0;0;0
-4.4;2;2976;0.377;252;1500;0;0;0;0;0;0;0
-4.3;2;2976;0.377;240;1500;0;0;0;0;0;0;0
-4.2;2;2976;0.377;227;1500;0;0;0;0;0;0;0
-4.1;2;2976;0.377;216;1500;0;0;0;0;0;0;0
-4;2;2976;0.377;205;1500;0;0;0;0;0;0;0
-3.9;2;2976;0.377;194;1500;0;0;0;0;0;0;0
-3.8;2;2976;0.377;184;1500;0;0;0;0;0;0;0
-3.7;2;2976;0.377;175;1500;0;0;0;0;0;0;0
-3.6;2;2976;0.377;166;1500;0;0;0;0;0;0;0
-3.5;2;2976;0.377;157;1500;0;0;0;0;0;0;0
-3.4;2;2976;0.377;149;1500;0;0;0;0;0;0;0
-3.3;2;2976;0.377;142;1500;0;0;0;0;0;0;0
-3.2;2;2976;0.377;134;1500;0;0;0;0;0;0;0
-3.1;2;2976;0.377;128;1500;0;0;0;0;0;0;0
-3;2;2976;0.377;121;1500;0;0;0;0;0;0;0
-2.9;2;2976;0.377;107;1500;0;0;0;0;0;0;0
-2.8;2;2976;0.377;94;1500;0;0;0;0;0;0;0
-2.7;2;2976;0.377;83;1500;0;0;0;0;0;0;0
-2.6;2;2976;0.377;73;1500;0;0;0;0;0;0;0
-2.5;2;2976;0.377;64;1500;0;0;0;0;0;0;0
-2.4;2;2976;0.377;57;1500;0;0;0;0;0;0;0
-2.3;2;2976;0.377;50;1500;0;0;0;0;0;0;0
-2.2;2;2976;0.377;44;1500;0;0;0;0;0;0;0
-2.1;2;2976;0.377;39;1500;0;0;0;0;0;0;0
-2;2;2976;0.377;34;1500;0;0;0;0;0;0;0
-1.9;2;2976;0.377;30;1500;0;0;0;0;0;0;0
-1.8;2;2976;0.377;27;1500;0;0;0;0;0;0;0
-1.7;2;2976;0.377;24;1500;0;0;0;0;0;0;0
-1.6;2;2976;0.377;21;1500;0;0;0;0;0;0;0
-1.5;2;2976;0.377;18;1500;0;0;0;0;0;0;0
-1.4;2;2976;0.377;16;1500;0;0;0;0;0;0;0
-1.3;2;2976;0.377;14;1500;0;0;0;0;0;0;0
-1.2;2;2976;0.377;13;1500;0;0;0;0;0;0;0
-1.1;2;2976;0.377;11;1500;0;0;0;0;0;0;0
-1;2;2976;0.377;10;1500;0;0;0;0;0;0;0
-0.9;2;2976;0.377;9;1500;0;0;0;0;0;0;0
-0.8;2;2976;0.377;8;1500;0;0;0;0;0;0;0
-0.7;2;2976;0.377;7;1500;0;0;0;0;0;0;0
-0.6;2;2976;0.377;6;1500;0;0;0;0;0;0;0
-0.5;2;2976;0.377;5;1500;0;0;0;0;0;0;0
-0.4;2;2976;0.377;5;1500;0;0;0;0;0;0;0
-0.3;2;2976;0.377;4;1500;0;0;0;0;0;0;0
-0.2;2;2976;0.377;4;1500;0;0;0;0;0;0;0
-0.1;2;2976;0.377;3;1500;0;0;0;0;0;0;0
0;2;2976;0.377;3;1500;0;0;0;0;0;0;0
0.1;2;2976;0.377;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-15;3;3912;0.4902;1448;1500;0;0;0;0;0;0;0
-14.9;3;3912;0.4902;1436;1500;0;0;0;0;0;0;0
-14.8;3;3912;0.4902;1424;1500;0;0;0;0;0;0;0
-14.7;3;3912;0.4902;1413;1500;0;0;0;0;0;0;0
-14.6;3;3912;0.4902;1401;1500;0;0;0;0;0;0;0
-14.5;3;3912;0.4902;1390;1500;0;0;0;0;0;0;0
-14.4;3;3912;0.4902;1379;1500;0;0;0;0;0;0;0
-14.3;3;3912;0.4902;1367;1500;0;0;0;0;0;0;0
-14.2;3;3912;0.4902;1356;1500;0;0;0;0;0;0;0
-14.1;3;3912;0.4902;1345;1500;0;0;0;0;0;0;0
-14;3;3912;0.4902;1334;1500;0;0;0;0;0;0;0
-13.9;3;3912;0.4902;1323;1500;0;0;0;0;0;0;0
-13.8;3;3912;0.4902;1313;1500;0;0;0;0;0;0;0
-13.7;3;3912;0.4902;1302;1500;0;0;0;0;0;0;0
-13.6;3;3912;0.4902;1291;1500;0;0;0;0;0;0;0
-13.5;3;3912;0.4902;1281;1500;0;0;0;0;0;0;0
-13.4;3;3912;0.4902;1270;1500;0;0;0;0;0;0;0
-13.3;3;3912;0.4902;1260;1500;0;0;0;0;0;0;0
-13.2;3;3912;0.4902;1250;1500;0;0;0;0;0;0;0
-13.1;3;3912;0.4902;1240;1500;0;0;0;0;0;0;0
-13;3;3912;0.4902;1230;1500;0;0;0;0;0;0;0
-12.9;3;3912;0.4902;1220;1500;0;0;0;0;0;0;0
-12.8;3;3912;0.4902;1210;1500;0;0;0;0;0;0;0
-12.7;3;3912;0.4902;1200;1500;0;0;0;0;0;0;0
-12.6;3;3912;0.4902;1190;1500;0;0;0;0;0;0;0
-12.5;3;3912;0.4902;1180;1500;0;0;0;0;0;0;0
-12.4;3;3912;0.4902;1171;1500;0;0;0;0;0;0;0
-12.3;3;3912;0.4902;1161;1500;0;0;0;0;0;0;0
-12.2;3;3912;0.4902;1152;1500;0;0;0;0;0;0;0
-12.1;3;3912;0.4902;1142;1500;0;0;0;0;0;0;0
-12;3;3912;0.4902;1133;1500;0;0;0;0;0;0;0
-11.9;3;3912;0.4902;1120;1500;0;0;0;0;0;0;0
-11.8;3;3912;0.4902;1108;1500;0;0;0;0;0;0;0
-11.7;3;3912;0.4902;1095;1500;0;0;0;0;0;0;0
-11.6;3;3912;0.4902;1083;1500;0;0;0;0;0;0;0
-11.5;3;3912;0.4902;1071;1500;0;0;0;0;0;0;0
-11.4;3;3912;0.4902;1058;1500;0;0;0;0;0;0;0
-11.3;3;3912;0.4902;1046;1500;0;0;0;0;0;0;0
-11.2;3;3912;0.4902;1035;1500;0;0;0;0;0;0;0
-11.1;3;3912;0.4902;1023;1500;0;0;0;0;0;0;0
-11;3;3912;0.4902;1011;1500;0;0;0;0;0;0;0
-10.9;3;3912;0.4902;1000;1500;0;0;0;0;0;0;0
-10.8;3;3912;0.4902;989;1500;0;0;0;0;0;0;0
-10.7;3;3912;0.4902;977;1500;0;0;0;0;0;0;0
-10.6;3;3912;0.4902;966;1500;0;0;0;0;0;0;0
-10.5;3;3912;0.4902;955;1500;0;0;0;0;0;0;0
-10.4;3;3912;0.4902;945;1500;0;0;0;0;0;0;0
-10.3;3;3912;0.4902;934;1500;0;0;0;0;0;0;0
-10.2;3;3912;0.4902;923;1500;0;0;0;0;0;0;0
-10.1;3;3912;0.4902;913;1500;0;0;0;0;0;0;0
-10;3;3912;0.4902;903;1500;0;0;0;0;0;0;0
-9.9;3;3912;0.4902;893;1500;0;0;0;0;0;0;0
-9.8;3;3912;0.4902;882;1500;0;0;0;0;0;0;0
-9.7;3;3912;0.4902;872;1500;0;0;0;0;0;0;0
-9.6;3;3912;0.4902;863;1500;0;0;0;0;0;0;0
-9.5;3;3912;0.4902;853;1500;0;0;0;0;0;0;0
-9.4;3;3912;0.4902;843;1500;0;0;0;0;0;0;0
-9.3;3;3912;0.4902;834;1500;0;0;0;0;0;0;0
-9.2;3;3912;0.4902;824;1500;0;0;0;0;0;0;0
-9.1;3;3912;0.4902;815;1500;0;0;0;0;0;0;0
-9;3;3912;0.4902;806;1500;0;0;0;0;0;0;0
-8.9;3;3912;0.4902;782;1500;0;0;0;0;0;0;0
-8.8;3;3912;0.4902;759;1500;0;0;0;0;0;0;0
-8.7;3;3912;0.4902;736;1500;0;0;0;0;0;0;0
-8.6;3;3912;0.4902;714;1500;0;0;0;0;0;0;0
-8.5;3;3912;0.4902;693;1500;0;0;0;0;0;0;0
-8.4;3;3912;0.4902;672;1500;0;0;0;0;0;0;0
-8.3;3;3912;0.4902;652;1500;0;0;0;0;0;0;0
-8.2;3;3912;0.4902;633;1500;0;0;0;0;0;0;0
-8.1;3;3912;0.4902;614;1500;0;0;0;0;0;0;0
-8;3;3912;0.4902;596;1500;0;0;0;0;0;0;0
-7.9;3;3912;0.4902;578;1500;0;0;0;0;0;0;0
-7.8;3;3912;0.4902;561;1500;0;0;0;0;0;0;0
-7.7;3;3912;0.4902;544;1500;0;0;0;0;0;0;0
-7.6;3;3912;0.4902;528;1500;0;0;0;0;0;0;0
-7.5;3;3912;0.4902;512;1500;0;0;0;0;0;0;0
-7.4;3;3912;0.4902;497;1500;0;0;0;0;0;0;0
-7.3;3;3912;0.4902;482;1500;0;0;0;0;0;0;0
-7.2;3;3912;0.4902;468;1500;0;0;0;0;0;0;0
-7.1;3;3912;0.4902;454;1500;0;0;0;0;0;0;0
-7;3;3912;0.4902;441;1500;0;0;0;0;0;0;0
-6.9;3;3912;0.4902;427;1500;0;0;0;0;0;0;0
-6.8;3;3912;0.4902;415;1500;0;0;0;0;0;0;0
-6.7;3;3912;0.4902;402;1500;0;0;0;0;0;0;0
-6.6;3;3912;0.4902;390;1500;0;0;0;0;0;0;0
-6.5;3;3912;0.4902;379;1500;0;0;0;0;0;0;0
-6.4;3;3912;0.4902;368;1500;0;0;0;0;0;0;0
-6.3;3;3912;0.4902;357;1500;0;0;0;0;0;0;0
-6.2;3;3912;0.4902;346;1500;0;0;0;0;0;0;0
-6.1;3;3912;0.4902;336;1500;0;0;0;0;0;0;0
-6;3;3912;0.4902;326;1500;0;0;0;0;0;0;0
-5.9;3;3912;0.4902;296;1500;0;0;0;0;0;0;0
-5.8;3;3912;0.4902;268;1500;0;0;0;0;0;0;0
-5.7;3;3912;0.4902;243;1500;0;0;0;0;0;0;0
-5.6;3;3912;0.4902;221;1500;0;0;0;0;0;0;0
-5.5;3;3912;0.4902;201;1500;0;0;0;0;0;0;0
-5.4;3;3912;0.4902;182;1500;0;0;0;0;0;0;0
-5.3;3;3912;0.4902;165;1500;0;0;0;0;0;0;0
-5.2;3;3912;0.4902;150;1500;0;0;0;0;0;0;0
-5.1;3;3912;0.4902;136;1500;0;0;0;0;0;0;0
-5;3;3912;0.4902;123;1500;0;0;0;0;0;0;0
-4.9;3;3912;0.4902;112;1500;0;0;0;0;0;0;0
-4.8;3;3912;0.4902;102;1500;0;0;0;0;0;0;0
-4.7;3;3912;0.4902;92;1500;0;0;0;0;0;0;0
-4.6;3;3912;0.4902;84;1500;0;0;0;0;0;0;0
-4.5;3;3912;0.4902;76;1500;0;0;0;0;0;0;0
-4.4;3;3912;0.4902;69;1500;0;0;0;0;0;0;0
-4.3;3;3912;0.4902;63;1500;0;0;0;0;0;0;0
-4.2;3;3912;0.4902;57;1500;0;0;0;0;0;0;0
-4.1;3;3912;0.4902;51;1500;0;0;0;0;0;0;0
-4;3;3912;0.4902;47;1500;0;0;0;0;0;0;0
-3.9;3;3912;0.4902;42;1500;0;0;0;0;0;0;0
-3.8;3;3912;0.4902;38;1500;0;0;0;0;0;0;0
-3.7;3;3912;0.4902;35;1500;0;0;0;0;0;0;0
-3.6;3;3912;0.4902;32;1500;0;0;0;0;0;0;0
-3.5;3;3912;0.4902;29;1500;0;0;0;0;0;0;0
-3.4;3;3912;0.4902;26;1500;0;0;0;0;0;0;0
-3.3;3;3912;0.4902;24;1500;0;0;0;0;0;0;0
-3.2;3;3912;0.4902;21;1500;0;0;0;0;0;0;0
-3.1;3;3912;0.4902;20;1500;0;0;0;0;0;0;0
-3;3;3912;0.4902;18;1500;0;0;0;0;0;0;0
-2.9;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.8;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.7;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.6;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.5;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.4;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.3;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.2;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2.1;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-2;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.9;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.8;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.7;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.6;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.5;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.4;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.3;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.2;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1.1;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-1;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.9;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.8;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.7;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.6;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.5;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.4;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.3;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.2;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
-0.1;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
0;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
0.1;3;3912;0.4902;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-12;4;4736;0.6016;1494;1500;0;0;0;0;0;0;0
-11.9;4;4736;0.6016;1486;1500;0;0;0;0;0;0;0
-11.8;4;4736;0.6016;1478;1500;0;0;0;0;0;0;0
-11.7;4;4736;0.6016;1470;1500;0;0;0;0;0;0;0
-11.6;4;4736;0.6016;1462;1500;0;0;0;0;0;0;0
-11.5;4;4736;0.6016;1454;1500;0;0;0;0;0;0;0
-11.4;4;4736;0.6016;1447;1500;0;0;0;0;0;0;0
-11.3;4;4736;0.6016;1439;1500;0;0;0;0;0;0;0
-11.2;4;4736;0.6016;1431;1500;0;0;0;0;0;0;0
-11.1;4;4736;0.6016;1423;1500;0;0;0;0;0;0;0
-11;4;4736;0.6016;1416;1500;0;0;0;0;0;0;0
-10.9;4;4736;0.6016;1408;1500;0;0;0;0;0;0;0
-10.8;4;4736;0.6016;1401;1500;0;0;0;0;0;0;0
-10.7;4;4736;0.6016;1393;1500;0;0;0;0;0;0;0
-10.6;4;4736;0.6016;1386;1500;0;0;0;0;0;0;0
-10.5;4;4736;0.6016;1379;1500;0;0;0;0;0;0;0
-10.4;4;4736;0.6016;1371;1500;0;0;0;0;0;0;0
-10.3;4;4736;0.6016;1364;1500;0;0;0;0;0;0;0
-10.2;4;4736;0.6016;1357;1500;0;0;0;0;0;0;0
-10.1;4;4736;0.6016;1349;1500;0;0;0;0;0;0;0
-10;4;4736;0.6016;1342;1500;0;0;0;0;0;0;0
-9.9;4;4736;0.6016;1335;1500;0;0;0;0;0;0;0
-9.8;4;4736;0.6016;1328;1500;0;0;0;0;0;0;0
-9.7;4;4736;0.6016;1321;1500;0;0;0;0;0;0;0
-9.6;4;4736;0.6016;1314;1500;0;0;0;0;0;0;0
-9.5;4;4736;0.6016;1307;1500;0;0;0;0;0;0;0
-9.4;4;4736;0.6016;1300;1500;0;0;0;0;0;0;0
-9.3;4;4736;0.6016;1293;1500;0;0;0;0;0;0;0
-9.2;4;4736;0.6016;1286;1500;0;0;0;0;0;0;0
-9.1;4;4736;0.6016;1279;1500;0;0;0;0;0;0;0
-9;4;4736;0.6016;1272;1500;0;0;0;0;0;0;0
-8.9;4;4736;0.6016;1259;1500;0;0;0;0;0;0;0
-8.8;4;4736;0.6016;1245;1500;0;0;0;0;0;0;0
-8.7;4;4736;0.6016;1232;1500;0;0;0;0;0;0;0
-8.6;4;4736;0.6016;1218;1500;0;0;0;0;0;0;0
-8.5;4;4736;0.6016;1205;1500;0;0;0;0;0;0;0
-8.4;4;4736;0.6016;1192;1500;0;0;0;0;0;0;0
-8.3;4;4736;0.6016;1180;1500;0;0;0;0;0;0;0
-8.2;4;4736;0.6016;1167;1500;0;0;0;0;0;0;0
-8.1;4;4736;0.6016;1154;1500;0;0;0;0;0;0;0
-8;4;4736;0.6016;1142;1500;0;0;0;0;0;0;0
-7.9;4;4736;0.6016;1130;1500;0;0;0;0;0;0;0
-7.8;4;4736;0.6016;1118;1500;0;0;0;0;0;0;0
-7.7;4;4736;0.6016;1106;1500;0;0;0;0;0;0;0
-7.6;4;4736;0.6016;1094;1500;0;0;0;0;0;0;0
-7.5;4;4736;0.6016;1082;1500;0;0;0;0;0;0;0
-7.4;4;4736;0.6016;1070;1500;0;0;0;0;0;0;0
-7.3;4;4736;0.6016;1059;1500;0;0;0;0;0;0;0
-7.2;4;4736;0.6016;1048;1500;0;0;0;0;0;0;0
-7.1;4;4736;0.6016;1036;1500;0;0;0;0;0;0;0
-7;4;4736;0.6016;1025;1500;0;0;0;0;0;0;0
-6.9;4;4736;0.6016;1014;1500;0;0;0;0;0;0;0
-6.8;4;4736;0.6016;1003;1500;0;0;0;0;0;0;0
-6.7;4;4736;0.6016;993;1500;0;0;0;0;0;0;0
-6.6;4;4736;0.6016;982;1500;0;0;0;0;0;0;0
-6.5;4;4736;0.6016;971;1500;0;0;0;0;0;0;0
-6.4;4;4736;0.6016;961;1500;0;0;0;0;0;0;0
-6.3;4;4736;0.6016;951;1500;0;0;0;0;0;0;0
-6.2;4;4736;0.6016;940;1500;0;0;0;0;0;0;0
-6.1;4;4736;0.6016;930;1500;0;0;0;0;0;0;0
-6;4;4736;0.6016;920;1500;0;0;0;0;0;0;0
-5.9;4;4736;0.6016;903;1500;0;0;0;0;0;0;0
-5.8;4;4736;0.6016;885;1500;0;0;0;0;0;0;0
-5.7;4;4736;0.6016;868;1500;0;0;0;0;0;0;0
-5.6;4;4736;0.6016;851;1500;0;0;0;0;0;0;0
-5.5;4;4736;0.6016;835;1500;0;0;0;0;0;0;0
-5.4;4;4736;0.6016;819;1500;0;0;0;0;0;0;0
-5.3;4;4736;0.6016;803;1500;0;0;0;0;0;0;0
-5.2;4;4736;0.6016;787;1500;0;0;0;0;0;0;0
-5.1;4;4736;0.6016;772;1500;0;0;0;0;0;0;0
-5;4;4736;0.6016;757;1500;0;0;0;0;0;0;0
-4.9;4;4736;0.6016;743;1500;0;0;0;0;0;0;0
-4.8;4;4736;0.6016;728;1500;0;0;0;0;0;0;0
-4.7;4;4736;0.6016;714;1500;0;0;0;0;0;0;0
-4.6;4;4736;0.6016;700;1500;0;0;0;0;0;0;0
-4.5;4;4736;0.6016;687;1500;0;0;0;0;0;0;0
-4.4;4;4736;0.6016;674;1500;0;0;0;0;0;0;0
-4.3;4;4736;0.6016;661;1500;0;0;0;0;0;0;0
-4.2;4;4736;0.6016;648;1500;0;0;0;0;0;0;0
-4.1;4;4736;0.6016;635;1500;0;0;0;0;0;0;0
-4;4;4736;0.6016;623;1500;0;0;0;0;0;0;0
-3.9;4;4736;0.6016;611;1500;0;0;0;0;0;0;0
-3.8;4;4736;0.6016;599;1500;0;0;0;0;0;0;0
-3.7;4;4736;0.6016;588;1500;0;0;0;0;0;0;0
-3.6;4;4736;0.6016;576;1500;0;0;0;0;0;0;0
-3.5;4;4736;0.6016;565;1500;0;0;0;0;0;0;0
-3.4;4;4736;0.6016;554;1500;0;0;0;0;0;0;0
-3.3;4;4736;0.6016;544;1500;0;0;0;0;0;0;0
-3.2;4;4736;0.6016;533;1500;0;0;0;0;0;0;0
-3.1;4;4736;0.6016;523;1500;0;0;0;0;0;0;0
-3;4;4736;0.6016;513;1500;0;0;0;0;0;0;0
-2.9;4;4736;0.6016;484;1500;0;0;0;0;0;0;0
-2.8;4;4736;0.6016;456;1500;0;0;0;0;0;0;0
-2.7;4;4736;0.6016;430;1500;0;0;0;0;0;0;0
-2.6;4;4736;0.6016;406;1500;0;0;0;0;0;0;0
-2.5;4;4736;0.6016;383;1500;0;0;0;0;0;0;0
-2.4;4;4736;0.6016;361;1500;0;0;0;0;0;0;0
-2.3;4;4736;0.6016;341;1500;0;0;0;0;0;0;0
-2.2;4;4736;0.6016;321;1500;0;0;0;0;0;0;0
-2.1;4;4736;0.6016;303;1500;0;0;0;0;0;0;0
-2;4;4736;0.6016;286;1500;0;0;0;0;0;0;0
-1.9;4;4736;0.6016;270;1500;0;0;0;0;0;0;0
-1.8;4;4736;0.6016;254;1500;0;0;0;0;0;0;0
-1.7;4;4736;0.6016;240;1500;0;0;0;0;0;0;0
-1.6;4;4736;0.6016;226;1500;0;0;0;0;0;0;0
-1.5;4;4736;0.6016;214;1500;0;0;0;0;0;0;0
-1.4;4;4736;0.6016;201;1500;0;0;0;0;0;0;0
-1.3;4;4736;0.6016;190;1500;0;0;0;0;0;0;0
-1.2;4;4736;0.6016;179;1500;0;0;0;0;0;0;0
-1.1;4;4736;0.6016;169;1500;0;0;0;0;0;0;0
-1;4;4736;0.6016;159;1500;0;0;0;0;0;0;0
-0.9;4;4736;0.6016;150;1500;0;0;0;0;0;0;0
-0.8;4;4736;0.6016;142;1500;0;0;0;0;0;0;0
-0.7;4;4736;0.6016;134;1500;0;0;0;0;0;0;0
-0.6;4;4736;0.6016;126;1500;0;0;0;0;0;0;0
-0.5;4;4736;0.6016;119;1500;0;0;0;0;0;0;0
-0.4;4;4736;0.6016;112;1500;0;0;0;0;0;0;0
-0.3;4;4736;0.6016;106;1500;0;0;0;0;0;0;0
-0.2;4;4736;0.6016;100;1500;0;0;0;0;0;0;0
-0.1;4;4736;0.6016;94;1500;0;0;0;0;0;0;0
0;4;4736;0.6016;89;1500;0;0;0;0;0;0;0
0.1;4;4736;0.6016;77;1500;0;0;0;0;0;0;0
0.2;4;4736;0.6016;66;1500;0;0;0;0;0;0;0
0.3;4;4736;0.6016;57;1500;0;0;0;0;0;0;0
0.4;4;4736;0.6016;49;1500;0;0;0;0;0;0;0
0.5;4;4736;0.6016;42;1500;0;0;0;0;0;0;0
0.6;4;4736;0.6016;37;1500;0;0;0;0;0;0;0
0.7;4;4736;0.6016;32;1500;0;0;0;0;0;0;0
0.8;4;4736;0.6016;27;1500;0;0;0;0;0;0;0
0.9;4;4736;0.6016;23;1500;0;0;0;0;0;0;0
1;4;4736;0.6016;20;1500;0;0;0;0;0;0;0
1.1;4;4736;0.6016;17;1500;0;0;0;0;0;0;0
1.2;4;4736;0.6016;15;1500;0;0;0;0;0;0;0
1.3;4;4736;0.6016;13;1500;0;0;0;0;0;0;0
1.4;4;4736;0.6016;11;1500;0;0;0;0;0;0;0
1.5;4;4736;0.6016;10;1500;0;0;0;0;0;0;0
1.6;4;4736;0.6016;8;1500;0;0;0;0;0;0;0
1.7;4;4736;0.6016;7;1500;0;0;0;0;0;0;0
1.8;4;4736;0.6016;6;1500;0;0;0;0;0;0;0
1.9;4;4736;0.6016;5;1500;0;0;0;0;0;0;0
2;4;4736;0.6016;5;1500;0;0;0;0;0;0;0
2.1;4;4736;0.6016;4;1500;0;0;0;0;0;0;0
2.2;4;4736;0.6016;3;1500;0;0;0;0;0;0;0
2.3;4;4736;0.6016;3;1500;0;0;0;0;0;0;0
2.4;4;4736;0.6016;3;1500;0;0;0;0;0;0;0
2.5;4;4736;0.6016;2;1500;0;0;0;0;0;0;0
2.6;4;4736;0.6016;2;1500;0;0;0;0;0;0;0
2.7;4;4736;0.6016;2;1500;0;0;0;0;0;0;0
2.8;4;4736;0.6016;1;1500;0;0;0;0;0;0;0
2.9;4;4736;0.6016;1;1500;0;0;0;0;0;0;0
3;4;4736;0.6016;1;1500;0;0;0;0;0;0;0
3.1;4;4736;0.6016;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-12;5;5888;0.7402;1500;1500;0;0;0;0;0;0;0
-11.9;5;5888;0.7402;1496;1500;0;0;0;0;0;0;0
-11.8;5;5888;0.7402;1492;1500;0;0;0;0;0;0;0
-11.7;5;5888;0.7402;1489;1500;0;0;0;0;0;0;0
-11.6;5;5888;0.7402;1485;1500;0;0;0;0;0;0;0
-11.5;5;5888;0.7402;1481;1500;0;0;0;0;0;0;0
-11.4;5;5888;0.7402;1477;1500;0;0;0;0;0;0;0
-11.3;5;5888;0.7402;1473;1500;0;0;0;0;0;0;0
-11.2;5;5888;0.7402;1470;1500;0;0;0;0;0;0;0
-11.1;5;5888;0.7402;1466;1500;0;0;0;0;0;0;0
-11;5;5888;0.7402;1462;1500;0;0;0;0;0;0;0
-10.9;5;5888;0.7402;1458;1500;0;0;0;0;0;0;0
-10.8;5;5888;0.7402;1455;1500;0;0;0;0;0;0;0
-10.7;5;5888;0.7402;1451;1500;0;0;0;0;0;0;0
-10.6;5;5888;0.7402;1447;1500;0;0;0;0;0;0;0
-10.5;5;5888;0.7402;1444;1500;0;0;0;0;0;0;0
-10.4;5;5888;0.7402;1440;1500;0;0;0;0;0;0;0
-10.3;5;5888;0.7402;1436;1500;0;0;0;0;0;0;0
-10.2;5;5888;0.7402;1433;1500;0;0;0;0;0;0;0
-10.1;5;5888;0.7402;1429;1500;0;0;0;0;0;0;0
-10;5;5888;0.7402;1425;1500;0;0;0;0;0;0;0
-9.9;5;5888;0.7402;1422;1500;0;0;0;0;0;0;0
-9.8;5;5888;0.7402;1418;1500;0;0;0;0;0;0;0
-9.7;5;5888;0.7402;1414;1500;0;0;0;0;0;0;0
-9.6;5;5888;0.7402;1411;1500;0;0;0;0;0;0;0
-9.5;5;5888;0.7402;1407;1500;0;0;0;0;0;0;0
-9.4;5;5888;0.7402;1404;1500;0;0;0;0;0;0;0
-9.3;5;5888;0.7402;1400;1500;0;0;0;0;0;0;0
-9.2;5;5888;0.7402;1396;1500;0;0;0;0;0;0;0
-9.1;5;5888;0.7402;1393;1500;0;0;0;0;0;0;0
-9;5;5888;0.7402;1389;1500;0;0;0;0;0;0;0
-8.9;5;5888;0.7402;1376;1500;0;0;0;0;0;0;0
-8.8;5;5888;0.7402;1363;1500;0;0;0;0;0;0;0
-8.7;5;5888;0.7402;1351;1500;0;0;0;0;0;0;0
-8.6;5;5888;0.7402;1338;1500;0;0;0;0;0;0;0
-8.5;5;5888;0.7402;1325;1500;0;0;0;0;0;0;0
-8.4;5;5888;0.7402;1313;1500;0;0;0;0;0;0;0
-8.3;5;5888;0.7402;1301;1500;0;0;0;0;0;0;0
-8.2;5;5888;0.7402;1288;1500;0;0;0;0;0;0;0
-8.1;5;5888;0.7402;1276;1500;0;0;0;0;0;0;0
-8;5;5888;0.7402;1264;1500;0;0;0;0;0;0;0
-7.9;5;5888;0.7402;1252;1500;0;0;0;0;0;0;0
-7.8;5;5888;0.7402;1241;1500;0;0;0;0;0;0;0
-7.7;5;5888;0.7402;1229;1500;0;0;0;0;0;0;0
-7.6;5;5888;0.7402;1218;1500;0;0;0;0;0;0;0
-7.5;5;5888;0.7402;1206;1500;0;0;0;0;0;0;0
-7.4;5;5888;0.7402;1195;1500;0;0;0;0;0;0;0
-7.3;5;5888;0.7402;1184;1500;0;0;0;0;0;0;0
-7.2;5;5888;0.7402;1172;1500;0;0;0;0;0;0;0
-7.1;5;5888;0.7402;1161;1500;0;0;0;0;0;0;0
-7;5;5888;0.7402;1151;1500;0;0;0;0;0;0;0
-6.9;5;5888;0.7402;1140;1500;0;0;0;0;0;0;0
-6.8;5;5888;0.7402;1129;1500;0;0;0;0;0;0;0
-6.7;5;5888;0.7402;1118;1500;0;0;0;0;0;0;0
-6.6;5;5888;0.7402;1108;1500;0;0;0;0;0;0;0
-6.5;5;5888;0.7402;1098;1500;0;0;0;0;0;0;0
-6.4;5;5888;0.7402;1087;1500;0;0;0;0;0;0;0
-6.3;5;5888;0.7402;1077;1500;0;0;0;0;0;0;0
-6.2;5;5888;0.7402;1067;1500;0;0;0;0;0;0;0
-6.1;5;5888;0.7402;1057;1500;0;0;0;0;0;0;0
-6;5;5888;0.7402;1047;1500;0;0;0;0;0;0;0
-5.9;5;5888;0.7402;1034;1500;0;0;0;0;0;0;0
-5.8;5;5888;0.7402;1022;1500;0;0;0;0;0;0;0
-5.7;5;5888;0.7402;1009;1500;0;0;0;0;0;0;0
-5.6;5;5888;0.7402;997;1500;0;0;0;0;0;0;0
-5.5;5;5888;0.7402;985;1500;0;0;0;0;0;0;0
-5.4;5;5888;0.7402;972;1500;0;0;0;0;0;0;0
-5.3;5;5888;0.7402;961;1500;0;0;0;0;0;0;0
-5.2;5;5888;0.7402;949;1500;0;0;0;0;0;0;0
-5.1;5;5888;0.7402;937;1500;0;0;0;0;0;0;0
-5;5;5888;0.7402;926;1500;0;0;0;0;0;0;0
-4.9;5;5888;0.7402;914;1500;0;0;0;0;0;0;0
-4.8;5;5888;0.7402;903;1500;0;0;0;0;0;0;0
-4.7;5;5888;0.7402;892;1500;0;0;0;0;0;0;0
-4.6;5;5888;0.7402;881;1500;0;0;0;0;0;0;0
-4.5;5;5888;0.7402;870;1500;0;0;0;0;0;0;0
-4.4;5;5888;0.7402;860;1500;0;0;0;0;0;0;0
-4.3;5;5888;0.7402;849;1500;0;0;0;0;0;0;0
-4.2;5;5888;0.7402;839;1500;0;0;0;0;0;0;0
-4.1;5;5888;0.7402;829;1500;0;0;0;0;0;0;0
-4;5;5888;0.7402;818;1500;0;0;0;0;0;0;0
-3.9;5;5888;0.7402;808;1500;0;0;0;0;0;0;0
-3.8;5;5888;0.7402;799;1500;0;0;0;0;0;0;0
-3.7;5;5888;0.7402;789;1500;0;0;0;0;0;0;0
-3.6;5;5888;0.7402;779;1500;0;0;0;0;0;0;0
-3.5;5;5888;0.7402;770;1500;0;0;0;0;0;0;0
-3.4;5;5888;0.7402;760;1500;0;0;0;0;0;0;0
-3.3;5;5888;0.7402;751;1500;0;0;0;0;0;0;0
-3.2;5;5888;0.7402;742;1500;0;0;0;0;0;0;0
-3.1;5;5888;0.7402;733;1500;0;0;0;0;0;0;0
-3;5;5888;0.7402;724;1500;0;0;0;0;0;0;0
-2.9;5;5888;0.7402;699;1500;0;0;0;0;0;0;0
-2.8;5;5888;0.7402;676;1500;0;0;0;0;0;0;0
-2.7;5;5888;0.7402;653;1500;0;0;0;0;0;0;0
-2.6;5;5888;0.7402;631;1500;0;0;0;0;0;0;0
-2.5;5;5888;0.7402;610;1500;0;0;0;0;0;0;0
-2.4;5;5888;0.7402;589;1500;0;0;0;0;0;0;0
-2.3;5;5888;0.7402;569;1500;0;0;0;0;0;0;0
-2.2;5;5888;0.7402;550;1500;0;0;0;0;0;0;0
-2.1;5;5888;0.7402;531;1500;0;0;0;0;0;0;0
-2;5;5888;0.7402;514;1500;0;0;0;0;0;0;0
-1.9;5;5888;0.7402;496;1500;0;0;0;0;0;0;0
-1.8;5;5888;0.7402;480;1500;0;0;0;0;0;0;0
-1.7;5;5888;0.7402;463;1500;0;0;0;0;0;0;0
-1.6;5;5888;0.7402;448;1500;0;0;0;0;0;0;0
-1.5;5;5888;0.7402;433;1500;0;0;0;0;0;0;0
-1.4;5;5888;0.7402;418;1500;0;0;0;0;0;0;0
-1.3;5;5888;0.7402;404;1500;0;0;0;0;0;0;0
-1.2;5;5888;0.7402;390;1500;0;0;0;0;0;0;0
-1.1;5;5888;0.7402;377;1500;0;0;0;0;0;0;0
-1;5;5888;0.7402;364;1500;0;0;0;0;0;0;0
-0.9;5;5888;0.7402;352;1500;0;0;0;0;0;0;0
-0.8;5;5888;0.7402;340;1500;0;0;0;0;0;0;0
-0.7;5;5888;0.7402;329;1500;0;0;0;0;0;0;0
-0.6;5;5888;0.7402;318;1500;0;0;0;0;0;0;0
-0.5;5;5888;0.7402;307;1500;0;0;0;0;0;0;0
-0.4;5;5888;0.7402;297;1500;0;0;0;0;0;0;0
-0.3;5;5888;0.7402;287;1500;0;0;0;0;0;0;0
-0.2;5;5888;0.7402;277;1500;0;0;0;0;0;0;0
-0.1;5;5888;0.7402;268;1500;0;0;0;0;0;0;0
0;5;5888;0.7402;259;1500;0;0;0;0;0;0;0
0.1;5;5888;0.7402;236;1500;0;0;0;0;0;0;0
0.2;5;5888;0.7402;216;1500;0;0;0;0;0;0;0
0.3;5;5888;0.7402;197;1500;0;0;0;0;0;0;0
0.4;5;5888;0.7402;180;1500;0;0;0;0;0;0;0
0.5;5;5888;0.7402;164;1500;0;0;0;0;0;0;0
0.6;5;5888;0.7402;150;1500;0;0;0;0;0;0;0
0.7;5;5888;0.7402;137;1500;0;0;0;0;0;0;0
0.8;5;5888;0.7402;125;1500;0;0;0;0;0;0;0
0.9;5;5888;0.7402;114;1500;0;0;0;0;0;0;0
1;5;5888;0.7402;104;1500;0;0;0;0;0;0;0
1.1;5;5888;0.7402;95;1500;0;0;0;0;0;0;0
1.2;5;5888;0.7402;86;1500;0;0;0;0;0;0;0
1.3;5;5888;0.7402;79;1500;0;0;0;0;0;0;0
1.4;5;5888;0.7402;72;1500;0;0;0;0;0;0;0
1.5;5;5888;0.7402;66;1500;0;0;0;0;0;0;0
1.6;5;5888;0.7402;60;1500;0;0;0;0;0;0;0
1.7;5;5888;0.7402;55;1500;0;0;0;0;0;0;0
1.8;5;5888;0.7402;50;1500;0;0;0;0;0;0;0
1.9;5;5888;0.7402;46;1500;0;0;0;0;0;0;0
2;5;5888;0.7402;42;1500;0;0;0;0;0;0;0
2.1;5;5888;0.7402;38;1500;0;0;0;0;0;0;0
2.2;5;5888;0.7402;35;1500;0;0;0;0;0;0;0
2.3;5;5888;0.7402;32;1500;0;0;0;0;0;0;0
2.4;5;5888;0.7402;29;1500;0;0;0;0;0;0;0
2.5;5;5888;0.7402;26;1500;0;0;0;0;0;0;0
2.6;5;5888;0.7402;24;1500;0;0;0;0;0;0;0
2.7;5;5888;0.7402;22;1500;0;0;0;0;0;0;0
2.8;5;5888;0.7402;20;1500;0;0;0;0;0;0;0
2.9;5;5888;0.7402;18;1500;0;0;0;0;0;0;0
3;5;5888;0.7402;17;1500;0;0;0;0;0;0;0
3.1;5;5888;0.7402;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-9;6;6912;0.877;1438;1500;0;0;0;0;0;0;0
-8.9;6;6912;0.877;1427;1500;0;0;0;0;0;0;0
-8.8;6;6912;0.877;1415;1500;0;0;0;0;0;0;0
-8.7;6;6912;0.877;1404;1500;0;0;0;0;0;0;0
-8.6;6;6912;0.877;1393;1500;0;0;0;0;0;0;0
-8.5;6;6912;0.877;1382;1500;0;0;0;0;0;0;0
-8.4;6;6912;0.877;1371;1500;0;0;0;0;0;0;0
-8.3;6;6912;0.877;1360;1500;0;0;0;0;0;0;0
-8.2;6;6912;0.877;1349;1500;0;0;0;0;0;0;0
-8.1;6;6912;0.877;1338;1500;0;0;0;0;0;0;0
-8;6;6912;0.877;1328;1500;0;0;0;0;0;0;0
-7.9;6;6912;0.877;1317;1500;0;0;0;0;0;0;0
-7.8;6;6912;0.877;1307;1500;0;0;0;0;0;0;0
-7.7;6;6912;0.877;1296;1500;0;0;0;0;0;0;0
-7.6;6;6912;0.877;1286;1500;0;0;0;0;0;0;0
-7.5;6;6912;0.877;1276;1500;0;0;0;0;0;0;0
-7.4;6;6912;0.877;1266;1500;0;0;0;0;0;0;0
-7.3;6;6912;0.877;1256;1500;0;0;0;0;0;0;0
-7.2;6;6912;0.877;1246;1500;0;0;0;0;0;0;0
-7.1;6;6912;0.877;1236;1500;0;0;0;0;0;0;0
-7;6;6912;0.877;1226;1500;0;0;0;0;0;0;0
-6.9;6;6912;0.877;1216;1500;0;0;0;0;0;0;0
-6.8;6;6912;0.877;1207;1500;0;0;0;0;0;0;0
-6.7;6;6912;0.877;1197;1500;0;0;0;0;0;0;0
-6.6;6;6912;0.877;1187;1500;0;0;0;0;0;0;0
-6.5;6;6912;0.877;1178;1500;0;0;0;0;0;0;0
-6.4;6;6912;0.877;1169;1500;0;0;0;0;0;0;0
-6.3;6;6912;0.877;1159;1500;0;0;0;0;0;0;0
-6.2;6;6912;0.877;1150;1500;0;0;0;0;0;0;0
-6.1;6;6912;0.877;1141;1500;0;0;0;0;0;0;0
-6;6;6912;0.877;1132;1500;0;0;0;0;0;0;0
-5.9;6;6912;0.877;1120;1500;0;0;0;0;0;0;0
-5.8;6;6912;0.877;1109;1500;0;0;0;0;0;0;0
-5.7;6;6912;0.877;1097;1500;0;0;0;0;0;0;0
-5.6;6;6912;0.877;1086;1500;0;0;0;0;0;0;0
-5.5;6;6912;0.877;1075;1500;0;0;0;0;0;0;0
-5.4;6;6912;0.877;1064;1500;0;0;0;0;0;0;0
-5.3;6;6912;0.877;1053;1500;0;0;0;0;0;0;0
-5.2;6;6912;0.877;1042;1500;0;0;0;0;0;0;0
-5.1;6;6912;0.877;1031;1500;0;0;0;0;0;0;0
-5;6;6912;0.877;1021;1500;0;0;0;0;0;0;0
-4.9;6;6912;0.877;1010;1500;0;0;0;0;0;0;0
-4.8;6;6912;0.877;1000;1500;0;0;0;0;0;0;0
-4.7;6;6912;0.877;989;1500;0;0;0;0;0;0;0
-4.6;6;6912;0.877;979;1500;0;0;0;0;0;0;0
-4.5;6;6912;0.877;969;1500;0;0;0;0;0;0;0
-4.4;6;6912;0.877;959;1500;0;0;0;0;0;0;0
-4.3;6;6912;0.877;949;1500;0;0;0;0;0;0;0
-4.2;6;6912;0.877;940;1500;0;0;0;0;0;0;0
-4.1;6;6912;0.877;930;1500;0;0;0;0;0;0;0
-4;6;6912;0.877;920;1500;0;0;0;0;0;0;0
-3.9;6;6912;0.877;911;1500;0;0;0;0;0;0;0
-3.8;6;6912;0.877;901;1500;0;0;0;0;0;0;0
-3.7;6;6912;0.877;892;1500;0;0;0;0;0;0;0
-3.6;6;6912;0.877;883;1500;0;0;0;0;0;0;0
-3.5;6;6912;0.877;874;1500;0;0;0;0;0;0;0
-3.4;6;6912;0.877;865;1500;0;0;0;0;0;0;0
-3.3;6;6912;0.877;856;1500;0;0;0;0;0;0;0
-3.2;6;6912;0.877;847;1500;0;0;0;0;0;0;0
-3.1;6;6912;0.877;838;1500;0;0;0;0;0;0;0
-3;6;6912;0.877;830;1500;0;0;0;0;0;0;0
-2.9;6;6912;0.877;812;1500;0;0;0;0;0;0;0
-2.8;6;6912;0.877;794;1500;0;0;0;0;0;0;0
-2.7;6;6912;0.877;777;1500;0;0;0;0;0;0;0
-2.6;6;6912;0.877;760;1500;0;0;0;0;0;0;0
-2.5;6;6912;0.877;743;1500;0;0;0;0;0;0;0
-2.4;6;6912;0.877;727;1500;0;0;0;0;0;0;0
-2.3;6;6912;0.877;711;1500;0;0;0;0;0;0;0
-2.2;6;6912;0.877;696;1500;0;0;0;0;0;0;0
-2.1;6;6912;0.877;680;1500;0;0;0;0;0;0;0
-2;6;6912;0.877;666;1500;0;0;0;0;0;0;0
-1.9;6;6912;0.877;651;1500;0;0;0;0;0;0;0
-1.8;6;6912;0.877;637;1500;0;0;0;0;0;0;0
-1.7;6;6912;0.877;623;1500;0;0;0;0;0;0;0
-1.6;6;6912;0.877;609;1500;0;0;0;0;0;0;0
-1.5;6;6912;0.877;596;1500;0;0;0;0;0;0;0
-1.4;6;6912;0.877;583;1500;0;0;0;0;0;0;0
-1.3;6;6912;0.877;570;1500;0;0;0;0;0;0;0
-1.2;6;6912;0.877;558;1500;0;0;0;0;0;0;0
-1.1;6;6912;0.877;546;1500;0;0;0;0;0;0;0
-1;6;6912;0.877;534;1500;0;0;0;0;0;0;0
-0.9;6;6912;0.877;522;1500;0;0;0;0;0;0;0
-0.8;6;6912;0.877;511;1500;0;0;0;0;0;0;0
-0.7;6;6912;0.877;500;1500;0;0;0;0;0;0;0
-0.6;6;6912;0.877;489;1500;0;0;0;0;0;0;0
-0.5;6;6912;0.877;478;1500;0;0;0;0;0;0;0
-0.4;6;6912;0.877;468;1500;0;0;0;0;0;0;0
-0.3;6;6912;0.877;458;1500;0;0;0;0;0;0;0
-0.2;6;6912;0.877;448;1500;0;0;0;0;0;0;0
-0.1;6;6912;0.877;438;1500;0;0;0;0;0;0;0
0;6;6912;0.877;428;1500;0;0;0;0;0;0;0
0.1;6;6912;0.877;405;1500;0;0;0;0;0;0;0
0.2;6;6912;0.877;382;1500;0;0;0;0;0;0;0
0.3;6;6912;0.877;361;1500;0;0;0;0;0;0;0
0.4;6;6912;0.877;341;1500;0;0;0;0;0;0;0
0.5;6;6912;0.877;322;1500;0;0;0;0;0;0;0
0.6;6;6912;0.877;305;1500;0;0;0;0;0;0;0
0.7;6;6912;0.877;288;1500;0;0;0;0;0;0;0
0.8;6;6912;0.877;272;1500;0;0;0;0;0;0;0
0.9;6;6912;0.877;257;1500;0;0;0;0;0;0;0
1;6;6912;0.877;243;1500;0;0;0;0;0;0;0
1.1;6;6912;0.877;229;1500;0;0;0;0;0;0;0
1.2;6;6912;0.877;217;1500;0;0;0;0;0;0;0
1.3;6;6912;0.877;205;1500;0;0;0;0;0;0;0
1.4;6;6912;0.877;193;1500;0;0;0;0;0;0;0
1.5;6;6912;0.877;183;1500;0;0;0;0;0;0;0
1.6;6;6912;0.877;173;1500;0;0;0;0;0;0;0
1.7;6;6912;0.877;163;1500;0;0;0;0;0;0;0
1.8;6;6912;0.877;154;1500;0;0;0;0;0;0;0
1.9;6;6912;0.877;146;1500;0;0;0;0;0;0;0
2;6;6912;0.877;138;1500;0;0;0;0;0;0;0
2.1;6;6912;0.877;130;1500;0;0;0;0;0;0;0
2.2;6;6912;0.877;123;1500;0;0;0;0;0;0;0
2.3;6;6912;0.877;116;1500;0;0;0;0;0;0;0
2.4;6;6912;0.877;110;1500;0;0;0;0;0;0;0
2.5;6;6912;0.877;104;1500;0;0;0;0;0;0;0
2.6;6;6912;0.877;98;1500;0;0;0;0;0;0;0
2.7;6;6912;0.877;92;1500;0;0;0;0;0;0;0
2.8;6;6912;0.877;87;1500;0;0;0;0;0;0;0
2.9;6;6912;0.877;83;1500;0;0;0;0;0;0;0
3;6;6912;0.877;78;1500;0;0;0;0;0;0;0
3.1;6;6912;0.877;67;1500;0;0;0;0;0;0;0
3.2;6;6912;0.877;58;1500;0;0;0;0;0;0;0
3.3;6;6912;0.877;50;1500;0;0;0;0;0;0;0
3.4;6;6912;0.877;43;1500;0;0;0;0;0;0;0
3.5;6;6912;0.877;37;1500;0;0;0;0;0;0;0
3.6;6;6912;0.877;32;1500;0;0;0;0;0;0;0
3.7;6;6912;0.877;28;1500;0;0;0;0;0;0;0
3.8;6;6912;0.877;24;1500;0;0;0;0;0;0;0
3.9;6;6912;0.877;20;1500;0;0;0;0;0;0;0
4;6;6912;0.877;18;1500;0;0;0;0;0;0;0
4.1;6;6912;0.877;15;1500;0;0;0;0;0;0;0
4.2;6;6912;0.877;13;1500;0;0;0;0;0;0;0
4.3;6;6912;0.877;11;1500;0;0;0;0;0;0;0
4.4;6;6912;0.877;10;1500;0;0;0;0;0;0;0
4.5;6;6912;0.877;8;1500;0;0;0;0;0;0;0
4.6;6;6912;0.877;7;1500;0;0;0;0;0;0;0
4.7;6;6912;0.877;6;1500;0;0;0;0;0;0;0
4.8;6;6912;0.877;5;1500;0;0;0;0;0;0;0
4.9;6;6912;0.877;5;1500;0;0;0;0;0;0;0
5;6;6912;0.877;4;1500;0;0;0;0;0;0;0
5.1;6;6912;0.877;3;1500;0;0;0;0;0;0;0
5.2;6;6912;0.877;3;1500;0;0;0;0;0;0;0
5.3;6;6912;0.877;3;1500;0;0;0;0;0;0;0
5.4;6;6912;0.877;2;1500;0;0;0;0;0;0;0
5.5;6;6912;0.877;2;1500;0;0;0;0;0;0;0
5.6;6;6912;0.877;2;1500;0;0;0;0;0;0;0
5.7;6;6912;0.877;1;1500;0;0;0;0;0;0;0
5.8;6;6912;0.877;1;1500;0;0;0;0;0;0;0
5.9;6;6912;0.877;1;1500;0;0;0;0;0;0;0
6;6;6912;0.877;1;1500;0;0;0;0;0;0;0
6.1;6;6912;0.877;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-9;7;8912;1.0273;1489;1500;0;0;0;0;0;0;0
-8.9;7;8912;1.0273;1480;1500;0;0;0;0;0;0;0
-8.8;7;8912;1.0273;1471;1500;0;0;0;0;0;0;0
-8.7;7;8912;1.0273;1462;1500;0;0;0;0;0;0;0
-8.6;7;8912;1.0273;1453;1500;0;0;0;0;0;0;0
-8.5;7;8912;1.0273;1444;1500;0;0;0;0;0;0;0
-8.4;7;8912;1.0273;1436;1500;0;0;0;0;0;0;0
-8.3;7;8912;1.0273;1427;1500;0;0;0;0;0;0;0
-8.2;7;8912;1.0273;1418;1500;0;0;0;0;0;0;0
-8.1;7;8912;1.0273;1410;1500;0;0;0;0;0;0;0
-8;7;8912;1.0273;1401;1500;0;0;0;0;0;0;0
-7.9;7;8912;1.0273;1393;1500;0;0;0;0;0;0;0
-7.8;7;8912;1.0273;1384;1500;0;0;0;0;0;0;0
-7.7;7;8912;1.0273;1376;1500;0;0;0;0;0;0;0
-7.6;7;8912;1.0273;1368;1500;0;0;0;0;0;0;0
-7.5;7;8912;1.0273;1359;1500;0;0;0;0;0;0;0
-7.4;7;8912;1.0273;1351;1500;0;0;0;0;0;0;0
-7.3;7;8912;1.0273;1343;1500;0;0;0;0;0;0;0
-7.2;7;8912;1.0273;1335;1500;0;0;0;0;0;0;0
-7.1;7;8912;1.0273;1327;1500;0;0;0;0;0;0;0
-7;7;8912;1.0273;1319;1500;0;0;0;0;0;0;0
-6.9;7;8912;1.0273;1311;1500;0;0;0;0;0;0;0
-6.8;7;8912;1.0273;1303;1500;0;0;0;0;0;0;0
-6.7;7;8912;1.0273;1295;1500;0;0;0;0;0;0;0
-6.6;7;8912;1.0273;1287;1500;0;0;0;0;0;0;0
-6.5;7;8912;1.0273;1280;1500;0;0;0;0;0;0;0
-6.4;7;8912;1.0273;1272;1500;0;0;0;0;0;0;0
-6.3;7;8912;1.0273;1264;1500;0;0;0;0;0;0;0
-6.2;7;8912;1.0273;1257;1500;0;0;0;0;0;0;0
-6.1;7;8912;1.0273;1249;1500;0;0;0;0;0;0;0
-6;7;8912;1.0273;1241;1500;0;0;0;0;0;0;0
-5.9;7;8912;1.0273;1229;1500;0;0;0;0;0;0;0
-5.8;7;8912;1.0273;1216;1500;0;0;0;0;0;0;0
-5.7;7;8912;1.0273;1203;1500;0;0;0;0;0;0;0
-5.6;7;8912;1.0273;1191;1500;0;0;0;0;0;0;0
-5.5;7;8912;1.0273;1178;1500;0;0;0;0;0;0;0
-5.4;7;8912;1.0273;1166;1500;0;0;0;0;0;0;0
-5.3;7;8912;1.0273;1154;1500;0;0;0;0;0;0;0
-5.2;7;8912;1.0273;1142;1500;0;0;0;0;0;0;0
-5.1;7;8912;1.0273;1130;1500;0;0;0;0;0;0;0
-5;7;8912;1.0273;1119;1500;0;0;0;0;0;0;0
-4.9;7;8912;1.0273;1107;1500;0;0;0;0;0;0;0
-4.8;7;8912;1.0273;1096;1500;0;0;0;0;0;0;0
-4.7;7;8912;1.0273;1084;1500;0;0;0;0;0;0;0
-4.6;7;8912;1.0273;1073;1500;0;0;0;0;0;0;0
-4.5;7;8912;1.0273;1062;1500;0;0;0;0;0;0;0
-4.4;7;8912;1.0273;1051;1500;0;0;0;0;0;0;0
-4.3;7;8912;1.0273;1040;1500;0;0;0;0;0;0;0
-4.2;7;8912;1.0273;1029;1500;0;0;0;0;0;0;0
-4.1;7;8912;1.0273;1019;1500;0;0;0;0;0;0;0
-4;7;8912;1.0273;1008;1500;0;0;0;0;0;0;0
-3.9;7;8912;1.0273;998;1500;0;0;0;0;0;0;0
-3.8;7;8912;1.0273;987;1500;0;0;0;0;0;0;0
-3.7;7;8912;1.0273;977;1500;0;0;0;0;0;0;0
-3.6;7;8912;1.0273;967;1500;0;0;0;0;0;0;0
-3.5;7;8912;1.0273;957;1500;0;0;0;0;0;0;0
-3.4;7;8912;1.0273;947;1500;0;0;0;0;0;0;0
-3.3;7;8912;1.0273;937;1500;0;0;0;0;0;0;0
-3.2;7;8912;1.0273;927;1500;0;0;0;0;0;0;0
-3.1;7;8912;1.0273;918;1500;0;0;0;0;0;0;0
-3;7;8912;1.0273;908;1500;0;0;0;0;0;0;0
-2.9;7;8912;1.0273;897;1500;0;0;0;0;0;0;0
-2.8;7;8912;1.0273;887;1500;0;0;0;0;0;0;0
-2.7;7;8912;1.0273;876;1500;0;0;0;0;0;0;0
-2.6;7;8912;1.0273;866;1500;0;0;0;0;0;0;0
-2.5;7;8912;1.0273;856;1500;0;0;0;0;0;0;0
-2.4;7;8912;1.0273;846;1500;0;0;0;0;0;0;0
-2.3;7;8912;1.0273;836;1500;0;0;0;0;0;0;0
-2.2;7;8912;1.0273;826;1500;0;0;0;0;0;0;0
-2.1;7;8912;1.0273;816;1500;0;0;0;0;0;0;0
-2;7;8912;1.0273;806;1500;0;0;0;0;0;0;0
-1.9;7;8912;1.0273;797;1500;0;0;0;0;0;0;0
-1.8;7;8912;1.0273;787;1500;0;0;0;0;0;0;0
-1.7;7;8912;1.0273;778;1500;0;0;0;0;0;0;0
-1.6;7;8912;1.0273;769;1500;0;0;0;0;0;0;0
-1.5;7;8912;1.0273;760;1500;0;0;0;0;0;0;0
-1.4;7;8912;1.0273;751;1500;0;0;0;0;0;0;0
-1.3;7;8912;1.0273;742;1500;0;0;0;0;0;0;0
-1.2;7;8912;1.0273;733;1500;0;0;0;0;0;0;0
-1.1;7;8912;1.0273;724;1500;0;0;0;0;0;0;0
-1;7;8912;1.0273;716;1500;0;0;0;0;0;0;0
-0.9;7;8912;1.0273;707;1500;0;0;0;0;0;0;0
-0.8;7;8912;1.0273;699;1500;0;0;0;0;0;0;0
-0.7;7;8912;1.0273;691;1500;0;0;0;0;0;0;0
-0.6;7;8912;1.0273;682;1500;0;0;0;0;0;0;0
-0.5;7;8912;1.0273;674;1500;0;0;0;0;0;0;0
-0.4;7;8912;1.0273;666;1500;0;0;0;0;0;0;0
-0.3;7;8912;1.0273;658;1500;0;0;0;0;0;0;0
-0.2;7;8912;1.0273;651;1500;0;0;0;0;0;0;0
-0.1;7;8912;1.0273;643;1500;0;0;0;0;0;0;0
0;7;8912;1.0273;635;1500;0;0;0;0;0;0;0
0.1;7;8912;1.0273;614;1500;0;0;0;0;0;0;0
0.2;7;8912;1.0273;593;1500;0;0;0;0;0;0;0
0.3;7;8912;1.0273;574;1500;0;0;0;0;0;0;0
0.4;7;8912;1.0273;554;1500;0;0;0;0;0;0;0
0.5;7;8912;1.0273;536;1500;0;0;0;0;0;0;0
0.6;7;8912;1.0273;518;1500;0;0;0;0;0;0;0
0.7;7;8912;1.0273;500;1500;0;0;0;0;0;0;0
0.8;7;8912;1.0273;484;1500;0;0;0;0;0;0;0
0.9;7;8912;1.0273;467;1500;0;0;0;0;0;0;0
1;7;8912;1.0273;452;1500;0;0;0;0;0;0;0
1.1;7;8912;1.0273;437;1500;0;0;0;0;0;0;0
1.2;7;8912;1.0273;422;1500;0;0;0;0;0;0;0
1.3;7;8912;1.0273;408;1500;0;0;0;0;0;0;0
1.4;7;8912;1.0273;394;1500;0;0;0;0;0;0;0
1.5;7;8912;1.0273;381;1500;0;0;0;0;0;0;0
1.6;7;8912;1.0273;368;1500;0;0;0;0;0;0;0
1.7;7;8912;1.0273;356;1500;0;0;0;0;0;0;0
1.8;7;8912;1.0273;344;1500;0;0;0;0;0;0;0
1.9;7;8912;1.0273;332;1500;0;0;0;0;0;0;0
2;7;8912;1.0273;321;1500;0;0;0;0;0;0;0
2.1;7;8912;1.0273;310;1500;0;0;0;0;0;0;0
2.2;7;8912;1.0273;300;1500;0;0;0;0;0;0;0
2.3;7;8912;1.0273;290;1500;0;0;0;0;0;0;0
2.4;7;8912;1.0273;280;1500;0;0;0;0;0;0;0
2.5;7;8912;1.0273;271;1500;0;0;0;0;0;0;0
2.6;7;8912;1.0273;262;1500;0;0;0;0;0;0;0
2.7;7;8912;1.0273;253;1500;0;0;0;0;0;0;0
2.8;7;8912;1.0273;244;1500;0;0;0;0;0;0;0
2.9;7;8912;1.0273;236;1500;0;0;0;0;0;0;0
3;7;8912;1.0273;228;1500;0;0;0;0;0;0;0
3.1;7;8912;1.0273;213;1500;0;0;0;0;0;0;0
3.2;7;8912;1.0273;198;1500;0;0;0;0;0;0;0
3.3;7;8912;1.0273;185;1500;0;0;0;0;0;0;0
3.4;7;8912;1.0273;172;1500;0;0;0;0;0;0;0
3.5;7;8912;1.0273;160;1500;0;0;0;0;0;0;0
3.6;7;8912;1.0273;149;1500;0;0;0;0;0;0;0
3.7;7;8912;1.0273;139;1500;0;0;0;0;0;0;0
3.8;7;8912;1.0273;130;1500;0;0;0;0;0;0;0
3.9;7;8912;1.0273;121;1500;0;0;0;0;0;0;0
4;7;8912;1.0273;112;1500;0;0;0;0;0;0;0
4.1;7;8912;1.0273;105;1500;0;0;0;0;0;0;0
4.2;7;8912;1.0273;98;1500;0;0;0;0;0;0;0
4.3;7;8912;1.0273;91;1500;0;0;0;0;0;0;0
4.4;7;8912;1.0273;85;1500;0;0;0;0;0;0;0
4.5;7;8912;1.0273;79;1500;0;0;0;0;0;0;0
4.6;7;8912;1.0273;74;1500;0;0;0;0;0;0;0
4.7;7;8912;1.0273;69;1500;0;0;0;0;0;0;0
4.8;7;8912;1.0273;64;1500;0;0;0;0;0;0;0
4.9;7;8912;1.0273;59;1500;0;0;0;0;0;0;0
5;7;8912;1.0273;55;1500;0;0;0;0;0;0;0
5.1;7;8912;1.0273;52;1500;0;0;0;0;0;0;0
5.2;7;8912;1.0273;48;1500;0;0;0;0;0;0;0
5.3;7;8912;1.0273;45;1500;0;0;0;0;0;0;0
5.4;7;8912;1.0273;42;1500;0;0;0;0;0;0;0
5.5;7;8912;1.0273;39;1500;0;0;0;0;0;0;0
5.6;7;8912;1.0273;36;1500;0;0;0;0;0;0;0
5.7;7;8912;1.0273;34;1500;0;0;0;0;0;0;0
5.8;7;8912;1.0273;31;1500;0;0;0;0;0;0;0
5.9;7;8912;1.0273;29;1500;0;0;0;0;0;0;0
6;7;8912;1.0273;27;1500;0;0;0;0;0;0;0
6.1;7;8912;1.0273;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-9;8;9924;1.1758;1495;1500;0;0;0;0;0;0;0
-8.9;8;9924;1.1758;1489;1500;0;0;0;0;0;0;0
-8.8;8;9924;1.1758;1482;1500;0;0;0;0;0;0;0
-8.7;8;9924;1.1758;1475;1500;0;0;0;0;0;0;0
-8.6;8;9924;1.1758;1468;1500;0;0;0;0;0;0;0
-8.5;8;9924;1.1758;1462;1500;0;0;0;0;0;0;0
-8.4;8;9924;1.1758;1455;1500;0;0;0;0;0;0;0
-8.3;8;9924;1.1758;1449;1500;0;0;0;0;0;0;0
-8.2;8;9924;1.1758;1442;1500;0;0;0;0;0;0;0
-8.1;8;9924;1.1758;1436;1500;0;0;0;0;0;0;0
-8;8;9924;1.1758;1429;1500;0;0;0;0;0;0;0
-7.9;8;9924;1.1758;1423;1500;0;0;0;0;0;0;0
-7.8;8;9924;1.1758;1416;1500;0;0;0;0;0;0;0
-7.7;8;9924;1.1758;1410;1500;0;0;0;0;0;0;0
-7.6;8;9924;1.1758;1404;1500;0;0;0;0;0;0;0
-7.5;8;9924;1.1758;1397;1500;0;0;0;0;0;0;0
-7.4;8;9924;1.1758;1391;1500;0;0;0;0;0;0;0
-7.3;8;9924;1.1758;1385;1500;0;0;0;0;0;0;0
-7.2;8;9924;1.1758;1378;1500;0;0;0;0;0;0;0
-7.1;8;9924;1.1758;1372;1500;0;0;0;0;0;0;0
-7;8;9924;1.1758;1366;1500;0;0;0;0;0;0;0
-6.9;8;9924;1.1758;1360;1500;0;0;0;0;0;0;0
-6.8;8;9924;1.1758;1354;1500;0;0;0;0;0;0;0
-6.7;8;9924;1.1758;1348;1500;0;0;0;0;0;0;0
-6.6;8;9924;1.1758;1342;1500;0;0;0;0;0;0;0
-6.5;8;9924;1.1758;1335;1500;0;0;0;0;0;0;0
-6.4;8;9924;1.1758;1329;1500;0;0;0;0;0;0;0
-6.3;8;9924;1.1758;1323;1500;0;0;0;0;0;0;0
-6.2;8;9924;1.1758;1317;1500;0;0;0;0;0;0;0
-6.1;8;9924;1.1758;1312;1500;0;0;0;0;0;0;0
-6;8;9924;1.1758;1306;1500;0;0;0;0;0;0;0
-5.9;8;9924;1.1758;1293;1500;0;0;0;0;0;0;0
-5.8;8;9924;1.1758;1280;1500;0;0;0;0;0;0;0
-5.7;8;9924;1.1758;1268;1500;0;0;0;0;0;0;0
-5.6;8;9924;1.1758;1256;1500;0;0;0;0;0;0;0
-5.5;8;9924;1.1758;1244;1500;0;0;0;0;0;0;0
-5.4;8;9924;1.1758;1232;1500;0;0;0;0;0;0;0
-5.3;8;9924;1.1758;1220;1500;0;0;0;0;0;0;0
-5.2;8;9924;1.1758;1208;1500;0;0;0;0;0;0;0
-5.1;8;9924;1.1758;1196;1500;0;0;0;0;0;0;0
-5;8;9924;1.1758;1185;1500;0;0;0;0;0;0;0
-4.9;8;9924;1.1758;1173;1500;0;0;0;0;0;0;0
-4.8;8;9924;1.1758;1162;1500;0;0;0;0;0;0;0
-4.7;8;9924;1.1758;1150;1500;0;0;0;0;0;0;0
-4.6;8;9924;1.1758;1139;1500;0;0;0;0;0;0;0
-4.5;8;9924;1.1758;1128;1500;0;0;0;0;0;0;0
-4.4;8;9924;1.1758;1117;1500;0;0;0;0;0;0;0
-4.3;8;9924;1.1758;1107;1500;0;0;0;0;0;0;0
-4.2;8;9924;1.1758;1096;1500;0;0;0;0;0;0;0
-4.1;8;9924;1.1758;1085;1500;0;0;0;0;0;0;0
-4;8;9924;1.1758;1075;1500;0;0;0;0;0;0;0
-3.9;8;9924;1.1758;1064;1500;0;0;0;0;0;0;0
-3.8;8;9924;1.1758;1054;1500;0;0;0;0;0;0;0
-3.7;8;9924;1.1758;1044;1500;0;0;0;0;0;0;0
-3.6;8;9924;1.1758;1034;1500;0;0;0;0;0;0;0
-3.5;8;9924;1.1758;1024;1500;0;0;0;0;0;0;0
-3.4;8;9924;1.1758;1014;1500;0;0;0;0;0;0;0
-3.3;8;9924;1.1758;1004;1500;0;0;0;0;0;0;0
-3.2;8;9924;1.1758;994;1500;0;0;0;0;0;0;0
-3.1;8;9924;1.1758;985;1500;0;0;0;0;0;0;0
-3;8;9924;1.1758;975;1500;0;0;0;0;0;0;0
-2.9;8;9924;1.1758;966;1500;0;0;0;0;0;0;0
-2.8;8;9924;1.1758;957;1500;0;0;0;0;0;0;0
-2.7;8;9924;1.1758;949;1500;0;0;0;0;0;0;0
-2.6;8;9924;1.1758;940;1500;0;0;0;0;0;0;0
-2.5;8;9924;1.1758;932;1500;0;0;0;0;0;0;0
-2.4;8;9924;1.1758;923;1500;0;0;0;0;0;0;0
-2.3;8;9924;1.1758;915;1500;0;0;0;0;0;0;0
-2.2;8;9924;1.1758;907;1500;0;0;0;0;0;0;0
-2.1;8;9924;1.1758;898;1500;0;0;0;0;0;0;0
-2;8;9924;1.1758;890;1500;0;0;0;0;0;0;0
-1.9;8;9924;1.1758;882;1500;0;0;0;0;0;0;0
-1.8;8;9924;1.1758;874;1500;0;0;0;0;0;0;0
-1.7;8;9924;1.1758;866;1500;0;0;0;0;0;0;0
-1.6;8;9924;1.1758;858;1500;0;0;0;0;0;0;0
-1.5;8;9924;1.1758;851;1500;0;0;0;0;0;0;0
-1.4;8;9924;1.1758;843;1500;0;0;0;0;0;0;0
-1.3;8;9924;1.1758;835;1500;0;0;0;0;0;0;0
-1.2;8;9924;1.1758;828;1500;0;0;0;0;0;0;0
-1.1;8;9924;1.1758;820;1500;0;0;0;0;0;0;0
-1;8;9924;1.1758;813;1500;0;0;0;0;0;0;0
-0.9;8;9924;1.1758;805;1500;0;0;0;0;0;0;0
-0.8;8;9924;1.1758;798;1500;0;0;0;0;0;0;0
-0.7;8;9924;1.1758;791;1500;0;0;0;0;0;0;0
-0.6;8;9924;1.1758;784;1500;0;0;0;0;0;0;0
-0.5;8;9924;1.1758;777;1500;0;0;0;0;0;0;0
-0.4;8;9924;1.1758;769;1500;0;0;0;0;0;0;0
-0.3;8;9924;1.1758;763;1500;0;0;0;0;0;0;0
-0.2;8;9924;1.1758;756;1500;0;0;0;0;0;0;0
-0.1;8;9924;1.1758;749;1500;0;0;0;0;0;0;0
0;8;9924;1.1758;742;1500;0;0;0;0;0;0;0
0.1;8;9924;1.1758;727;1500;0;0;0;0;0;0;0
0.2;8;9924;1.1758;712;1500;0;0;0;0;0;0;0
0.3;8;9924;1.1758;698;1500;0;0;0;0;0;0;0
0.4;8;9924;1.1758;683;1500;0;0;0;0;0;0;0
0.5;8;9924;1.1758;669;1500;0;0;0;0;0;0;0
0.6;8;9924;1.1758;656;1500;0;0;0;0;0;0;0
0.7;8;9924;1.1758;642;1500;0;0;0;0;0;0;0
0.8;8;9924;1.1758;629;1500;0;0;0;0;0;0;0
0.9;8;9924;1.1758;616;1500;0;0;0;0;0;0;0
1;8;9924;1.1758;604;1500;0;0;0;0;0;0;0
1.1;8;9924;1.1758;592;1500;0;0;0;0;0;0;0
1.2;8;9924;1.1758;579;1500;0;0;0;0;0;0;0
1.3;8;9924;1.1758;568;1500;0;0;0;0;0;0;0
1.4;8;9924;1.1758;556;1500;0;0;0;0;0;0;0
1.5;8;9924;1.1758;545;1500;0;0;0;0;0;0;0
1.6;8;9924;1.1758;534;1500;0;0;0;0;0;0;0
1.7;8;9924;1.1758;523;1500;0;0;0;0;0;0;0
1.8;8;9924;1.1758;512;1500;0;0;0;0;0;0;0
1.9;8;9924;1.1758;502;1500;0;0;0;0;0;0;0
2;8;9924;1.1758;491;1500;0;0;0;0;0;0;0
2.1;8;9924;1.1758;481;1500;0;0;0;0;0;0;0
2.2;8;9924;1.1758;472;1500;0;0;0;0;0;0;0
2.3;8;9924;1.1758;462;1500;0;0;0;0;0;0;0
2.4;8;9924;1.1758;453;1500;0;0;0;0;0;0;0
2.5;8;9924;1.1758;443;1500;0;0;0;0;0;0;0
2.6;8;9924;1.1758;434;1500;0;0;0;0;0;0;0
2.7;8;9924;1.1758;425;1500;0;0;0;0;0;0;0
2.8;8;9924;1.1758;417;1500;0;0;0;0;0;0;0
2.9;8;9924;1.1758;408;1500;0;0;0;0;0;0;0
3;8;9924;1.1758;400;1500;0;0;0;0;0;0;0
3.1;8;9924;1.1758;382;1500;0;0;0;0;0;0;0
3.2;8;9924;1.1758;366;1500;0;0;0;0;0;0;0
3.3;8;9924;1.1758;350;1500;0;0;0;0;0;0;0
3.4;8;9924;1.1758;334;1500;0;0;0;0;0;0;0
3.5;8;9924;1.1758;320;1500;0;0;0;0;0;0;0
3.6;8;9924;1.1758;306;1500;0;0;0;0;0;0;0
3.7;8;9924;1.1758;292;1500;0;0;0;0;0;0;0
3.8;8;9924;1.1758;279;1500;0;0;0;0;0;0;0
3.9;8;9924;1.1758;267;1500;0;0;0;0;0;0;0
4;8;9924;1.1758;255;1500;0;0;0;0;0;0;0
4.1;8;9924;1.1758;244;1500;0;0;0;0;0;0;0
4.2;8;9924;1.1758;233;1500;0;0;0;0;0;0;0
4.3;8;9924;1.1758;223;1500;0;0;0;0;0;0;0
4.4;8;9924;1.1758;213;1500;0;0;0;0;0;0;0
4.5;8;9924;1.1758;204;1500;0;0;0;0;0;0;0
4.6;8;9924;1.1758;195;1500;0;0;0;0;0;0;0
4.7;8;9924;1.1758;186;1500;0;0;0;0;0;0;0
4.8;8;9924;1.1758;178;1500;0;0;0;0;0;0;0
4.9;8;9924;1.1758;170;1500;0;0;0;0;0;0;0
5;8;9924;1.1758;163;1500;0;0;0;0;0;0;0
5.1;8;9924;1.1758;156;1500;0;0;0;0;0;0;0
5.2;8;9924;1.1758;149;1500;0;0;0;0;0;0;0
5.3;8;9924;1.1758;142;1500;0;0;0;0;0;0;0
5.4;8;9924;1.1758;136;1500;0;0;0;0;0;0;0
5.5;8;9924;1.1758;130;1500;0;0;0;0;0;0;0
5.6;8;9924;1.1758;124;1500;0;0;0;0;0;0;0
5.7;8;9924;1.1758;119;1500;0;0;0;0;0;0;0
5.8;8;9924;1.1758;114;1500;0;0;0;0;0;0;0
5.9;8;9924;1.1758;109;1500;0;0;0;0;0;0;0
6;8;9924;1.1758;104;1500;0;0;0;0;0;0;0
6.1;8;9924;1.1758;65;1500;0;0;0;0;0;0;0
6.2;8;9924;1.1758;3;1500;0;0;0;0;0;0;0
6.3;8;9924;1.1758;0;1500;0;0;0;0;0;0;0
SNR;MCS;TBS;rate;err0;trials0;err1;trials1;err2;trials2;err3;trials3;dci_err
-10;9;10504;1.3262;1500;1500;0;0;0;0;0;0;0
-9.9;9;10504;1.3262;1498;1500;0;0;0;0;0;0;0
-9.8;9;10504;1.3262;1496;1500;0;0;0;0;0;0;0
-9.7;9;10504;1.3262;1494;1500;0;0;0;0;0;0;0
-9.6;9;10504;1.3262;1492;1500;0;0;0;0;0;0;0
-9.5;9;10504;1.3262;1490;1500;0;0;0;0;0;0;0
-9.4;9;10504;1.3262;1488;1500;0;0;0;0;0;0;0
-9.3;9;10504;1.3262;1486;1500;0;0;0;0;0;0;0
-9.2;9;10504;1.3262;1484;1500;0;0;0;0;0;0;0
-9.1;9;10504;1.3262;1483;1500;0;0;0;0;0;0;0
-9;9;10504;1.3262;1481;1500;0;0;0;0;0;0;0
-8.9;9;10504;1.3262;1479;1500;0;0;0;0;0;0;0
-8.8;9;10504;1.3262;1477;1500;0;0;0;0;0;0;0
-8.7;9;10504;1.3262;1475;1500;0;0;0;0;0;0;0
-8.6;9;10504;1.3262;1473;1500;0;0;0;0;0;0;0
-8.5;9;10504;1.3262;1471;1500;0;0;0;0;0;0;0
-8.4;9;10504;1.3262;1469;1500;0;0;0;0;0;0;0
-8.3;9;10504;1.3262;1467;1500;0;0;0;0;0;0;0
-8.2;9;10504;1.3262;1465;1500;0;0;0;0;0;0;0
-8.1;9;10504;1.3262;1463;1500;0;0;0;0;0;0;0
-8;9;10504;1.3262;1461;1500;0;0;0;0;0;0;0
-7.9;9;10504;1.3262;1460;1500;0;0;0;0;0;0;0
-7.8;9;10504;1.3262;1458;1500;0;0;0;0;0;0;0
-7.7;9;10504;1.3262;1456;1500;0;0;0;0;0;0;0
-7.6;9;10504;1.3262;1454;1500;0;0;0;0;0;0;0
-7.5;9;10504;1.3262;1452;1500;0;0;0;0;0;0;0
-7.4;9;10504;1.3262;1450;1500;0;0;0;0;0;0;0
-7.3;9;10504;1.3262;1448;1500;0;0;0;0;0;0;0
-7.2;9;10504;1.3262;1446;1500;0;0;0;0;0;0;0
-7.1;9;10504;1.3262;1444;1500;0;0;0;0;0;0;0
-7;9;10504;1.3262;1443;1500;0;0;0;0;0;0;0
-6.9;9;10504;1.3262;1432;1500;0;0;0;0;0;0;0
-6.8;9;10504;1.3262;1421;1500;0;0;0;0;0;0;0
-6.7;9;10504;1.3262;1410;1500;0;0;0;0;0;0;0
-6.6;9;10504;1.3262;1400;1500;0;0;0;0;0;0;0
-6.5;9;10504;1.3262;1389;1500;0;0;0;0;0;0;0
-6.4;9;10504;1.3262;1379;1500;0;0;0;0;0;0;0
-6.3;9;10504;1.3262;1369;1500;0;0;0;0;0;0;0
-6.2;9;10504;1.3262;1358;1500;0;0;0;0;0;0;0
-6.1;9;10504;1.3262;1348;1500;0;0;0;0;0;0;0
-6;9;10504;1.3262;1338;1500;0;0;0;0;0;0;0
-5.9;9;10504;1.3262;1328;1500;0;0;0;0;0;0;0
-5.8;9;10504;1.3262;1318;1500;0;0;0;0;0;0;0
-5.7;9;10504;1.3262;1308;1500;0;0;0;0;0;0;0
-5.6;9;10504;1.3262;1298;1500;0;0;0;0;0;0;0
-5.5;9;10504;1.3262;1289;1500;0;0;0;0;0;0;0
-5.4;9;10504;1.3262;1279;1500;0;0;0;0;0;0;0
-5.3;9;10504;1.3262;1269;1500;0;0;0;0;0;0;0
-5.2;9;10504;1.3262;1260;1500;0;0;0;0;0;0;0
-5.1;9;10504;1.3262;1250;1500;0;0;0;0;0;0;0
-5;9;10504;1.3262;1241;1500;0;0;0;0;0;0;0
-4.9;9;10504;1.3262;1232;1500;0;0;0;0;0;0;0
-4.8;9;10504;1.3262;1222;1500;0;0;0;0;0;0;0
-4.7;9;10504;1.3262;1213;1500;0;0;0;0;0;0;0
-4.6;9;10504;1.3262;1204;1500;0;0;0;0;0;0;0
-4.5;9;10504;1.3262;1195;1500;0;0;0;0;0;0;0
-4.4;9;10504;1.3262;1186;1500;0;0;0;0;0;0;0
-4.3;9;10504;1.3262;1177;1500;0;0;0;0;0;0;0
-4.2;9;10504;1.3262;1168;1500;0;0;0;0;0;0;0
-4.1;9;10504;1.3262;1160;1500;0;0;0;0;0;0;0
-4;9;10504;1.3262;1151;1500;0;0;0;0;0;0;0
-3.9;9;10504;1.3262;1140;1500;0;0;0;0;0;0;0
-3.8;9;10504;1.3262;1129;1500;0;0;0;0;0;0;0
-3.7;9;10504;1.3262;1118;1500;0;0;0;0;0;0;0
-3.6;9;10504;1.3262;1107;1500;0;0;0;0;0;0;0
-3.5;9;10504;1.3262;1096;1500;0;0;0;0;0;0;0
-3.4;9;10504;1.3262;1086;1500;0;0;0;0;0;0;0
-3.3;9;10504;1.3262;1075;1500;0;0;0;0;0;0;0
-3.2;9;10504;1.3262;1065;1500;0;0;0;0;0;0;0
-3.1;9;10504;1.3262;1055;1500;0;0;0;0;0;0;0
-3;9;10504;1.3262;1045;1500;0;0;0;0;0;0;0
-2.9;9;10504;1.3262;1034;1500;0;0;0;0;0;0;0
-2.8;9;10504;1.3262;1024;1500;0;0;0;0;0;0;0
-2.7;9;10504;1.3262;1015;1500;0;0;0;0;0;0;0
-2.6;9;10504;1.3262;1005;1500;0;0;0;0;0;0;0
-2.5;9;10504;1.3262;995;1500;0;0;0;0;0;0;0
-2.4;9;10504;1.3262;985;1500;0;0;0;0;0;0;0
-2.3;9;10504;1.3262;976;1500;0;0;0;0;0;0;0
-2.2;9;10504;1.3262;967;1500;0;0;0;0;0;0;0
-2.1;9;10504;1.3262;957;1500;0;0;0;0;0;0;0
-2;9;10504;1.3262;948;1500;0;0;0;0;0;0;0
-1.9;9;10504;1.3262;939;1500;0;0;0;0;0;0;0
-1.8;9;10504;1.3262;930;1500;0;0;0;0;0;0;0
-1.7;9;10504;1.3262;921;1500;0;0;0;0;0;0;0
-1.6;9;10504;1.3262;912;1500;0;0;0;0;0;0;0
-1.5;9;10504;1.3262;903;1500;0;0;0;0;0;0;0
-1.4;9;10504;1.3262;894;1500;0;0;0;0;0;0;0
-1.3;9;10504;1.3262;886;1500;0;0;0;0;0;0;0
-1.2;9;10504;1.3262;877;1500;0;0;0;0;0;0;0
-1.1;9;10504;1.3262;869;1500;0;0;0;0;0;0;0
-1;9;10504;1.3262;860;1500;0;0;0;0;0;0;0
-0.9;9;10504;1.3262;852;1500;0;0;0;0;0;0;0
-0.8;9;10504;1.3262;844;1500;0;0;0;0;0;0;0
-0.7;9;10504;1.3262;836;1500;0;0;0;0;0;0;0
-0.6;9;10504;1.3262;829;1500;0;0;0;0;0;0;0
-0.5;9;10504;1.3262;821;1500;0;0;0;0;0;0;0
-0.4;9;10504;1.3262;813;1500;0;0;0;0;0;0;0
-0.3;9;10504;1.3262;806;1500;0;0;0;0;0;0;0
-0.2;9;10504;1.3262;798;1500;0;0;0;0;0;0;0
-0.1;9;10504;1.3262;791;1500;0;0;0;0;0;0;0
0;9;10504;1.3262;783;1500;0;0;0;0;0;0;0
0.1;9;10504;1.3262;776;1500;0;0;0;0;0;0;0
0.2;9;10504;1.3262;769;1500;0;0;0;0;0;0;0
0.3;9;10504;1.3262;761;1500;0;0;0;0;0;0;0
0.4;9;10504;1.3262;754;1500;0;0;0;0;0;0;0
0.5;9;10504;1.3262;747;1500;0;0;0;0;0;0;0
0.6;9;10504;1.3262;740;1500;0;0;0;0;0;0;0
0.7;9;10504;1.3262;733;1500;0;0;0;0;0;0;0
0.8;9;10504;1.3262;726;1500;0;0;0;0;0;0;0
0.9;9;10504;1.3262;720;1500;0;0;0;0;0;0;0
1;9;10504;1.3262;713;1500;0;0;0;0;0;0;0
1.1;9;10504;1.3262;706;1500;0;0;0;0;0;0;0
1.2;9;10504;1.3262;700;1500;0;0;0;0;0;0;0
1.3;9;10504;1.3262;693;1500;0;0;0;0;0;0;0
1.4;9;10504;1.3262;687;1500;0;0;0;0;0;0;0
1.5;9;10504;1.3262;680;1500;0;0;0;0;0;0;0
1.6;9;10504;1.3262;674;1500;0;0;0;0;0;0;0
1.7;9;10504;1.3262;668;1500;0;0;0;0;0;0;0
1.8;9;10504;1.3262;661;1500;0;0;0;0;0;0;0
1.9;9;10504;1.3262;655;1500;0;0;0;0;0;0;0
2;9;10504;1.3262;649;1500;0;0;0;0;0;0;0
2.1;9;10504;1.3262;634;1500;0;0;0;0;0;0;0
2.2;9;10504;1.3262;619;1500;0;0;0;0;0;0;0
2.3;9;10504;1.3262;604;1500;0;0;0;0;0;0;0
2.4;9;10504;1.3262;590;1500;0;0;0;0;0;0;0
2.5;9;10504;1.3262;576;1500;0;0;0;0;0;0;0
2.6;9;10504;1.3262;563;1500;0;0;0;0;0;0;0
2.7;9;10504;1.3262;550;1500;0;0;0;0;0;0;0
2.8;9;10504;1.3262;537;1500;0;0;0;0;0;0;0
2.9;9;10504;1.3262;524;1500;0;0;0;0;0;0;0
3;9;10504;1.3262;512;1500;0;0;0;0;0;0;0
3.1;9;10504;1.3262;500;1500;0;0;0;0;0;0;0
3.2;9;10504;1.3262;488;1500;0;0;0;0;0;0;0
3.3;9;10504;1.3262;477;1500;0;0;0;0;0;0;0
3.4;9;10504;1.3262;466;1500;0;0;0;0;0;0;0
3.5;9;10504;1.3262;455;1500;0;0;0;0;0;0;0
3.6;9;10504;1.3262;444;1500;0;0;0;0;0;0;0
3.7;9;10504;1.3262;434;1500;0;0;0;0;0;0;0
3.8;9;10504;1.3262;423;1500;0;0;0;0;0;0;0
3.9;9;10504;1.3262;414;1500;0;0;0;0;0;0;0
4;9;10504;1.3262;404;1500;0;0;0;0;0;0;0
4.1;9;10504;1.3262;394;1500;0;0;0;0;0;0;0
4.2;9;10504;1.3262;385;1500;0;0;0;0;0;0;0
4.3;9;10504;1.3262;376;1500;0;0;0;0;0;0;0
4.4;9;10504;1.3262;367;1500;0;0;0;0;0;0;0
4.5;9;10504;1.3262;359;1500;0;0;0;0;0;0;0
4.6;9;10504;1.3262;350;1500;0;0;0;0;0;0;0
4.7;9;10504;1.3262;342;1500;0;0;0;0;0;0;0
4.8;9;10504;1.3262;334;1500;0;0;0;0;0;0;0
4.9;9;10504;1.3262;326;1500;0;0;0;0;0;0;0
5;9;10504;1.3262;319;1500;0;0;0;0;0;0;0
5.1;9;10504;1.3262;305;1500;0;0;0;0;0;0;0
5.2;9;10504;1.3262;291;1500;0;0;0;0;0;0;0
5.3;9;10504;1.3262;279;1500;0;0;0;0;0;0;0
5.4;9;10504;1.3262;266;1500;0;0;0;0;0;0;0
5.5;9;10504;1.3262;255;1500;0;0;0;0;0;0;0
5.6;9;10504;1.3262;243;1500;0;0;0;0;0;0;0
5.7;9;10504;1.3262;233;1500;0;0;0;0;0;0;0
5.8;9;10504;1.3262;223;1500;0;0;0;0;0;0;0
5.9;9;10504;1.3262;213;1500;0;0;0;0;0;0;0
6;9;10504;1.3262;204;1500;0;0;0;0;0;0;0
6.1;9;10504;1.3262;195;1500;0;0;0;0;0;0;0
6.2;9;10504;1.3262;186;1500;0;0;0;0;0;0;0
6.3;9;10504;1.3262;178;1500;0;0;0;0;0;0;0
6.4;9;10504;1.3262;170;1500;0;0;0;0;0;0;0
6.5;9;10504;1.3262;163;1500;0;0;0;0;0;0;0
6.6;9;10504;1.3262;156;1500;0;0;0;0;0;0;0
6.7;9;10504;1.3262;149;1500;0;0;0;0;0;0;0
6.8;9;10504;1.3262;142;1500;0;0;0;0;0;0;0
6.9;9;10504;1.3262;136;1500;0;0;0;0;0;0;0
7;9;10504;1.3262;130;1500;0;0;0;0;0;0;0
7.1;9;10504;1.3262;124;1500;0;0;0;0;0;0;0
7.2;9;10504;1.3262;119;1500;0;0;0;0;0;0;0
7.3;9;10504;1.3262;114;1500;0;0;0;0;0;0;0
7.4;9;10504;1.3262;109;1500;0;0;0;0;0;0;0
7.5;9;10504;1.3262;104;1500;0;0;0;0;0;0;0
7.6;9;10504;1.3262;99;1500;0;0;0;0;0;0;0
7.7;9;10504;1.3262;95;1500;0;0;0;0;0;0;0
7.8;9;10504;1.3262;91;1500;0;0;0;0;0;0;0
7.9;9;10504;1.3262;87;1500;0;0;0;0;0;0;0
8;9;10504;1.3262;83;1500;0;0;0;0;0;0;0
8.1;9;10504;1.3262;77;1500;0;0;0;0;0;0;0
8.2;9;10504;1.3262;72;1500;0;0;0;0;0;0;0
8.3;9;10504;1.3262;68;1500;0;0;0;0;0;0;0
8.4;9;10504;1.3262;63;1500;0;0;0;0;0;0;0
8.5;9;10504;1.3262;59;1500;0;0;0;0;0;0;0
8.6;9;10504;1.3262;55;1500;0;0;0;0;0;0;0
8.7;9;10504;1.3262;51;1500;0;0;0;0;0;0;0
8.8;9;10504;1.3262;48;1500;0;0;0;0;0;0;0
8.9;9;10504;1.3262;45;1500;0;0;0;0;0;0;0
9;9;10504;1.3262;42;1500;0;0;0;0;0;0;0
9.1;9;10504;1.3262;39;1500;0;0;0;0;0;0;0
9.2;9;10504;1.3262;36;1500;0;0;0;0;0;0;0
9.3;9;10504;1.3262;34;1500;0;0;0;0;0;0;0
9.4;9;10504;1.3262;32;1500;0;0;0;0;0;0;0
9.5;9;10504;1.3262;30;1500;0;0;0;0;0;0;0
9.6;9;10504;1.3262;28;1500;0;0;0;0;0;0;0
9.7;9;10504;1.3262;26;1500;0;0;0;0;0;0;0
9.8;9;10504;1.3262;24;1500;0;0;0;0;0;0;0
9.9;9;10504;1.3262;22;1500;0;0;0;0;0;0;0
10;9;10504;1.3262;21;1500;0;0;0;0;0;0;0
10.1;9;10504;1.3262;20;1500;0;0;0;0;0;0;0
10.2;9;10504;1.3262;18;1500;0;0;0;0;0;0;0
10.3;9;10504;1.3262;17;1500;0;0;0;0;0;0;0
10.4;9;10504;1.3262;16;1500;0;0;0;0;0;0;0
10.5;9;10504;1.3262;15;1500;0;0;0;0;0;0;0
10.6;9;10504;1.3262;14;1500;0;0;0;0;0;0;0
10.7;9;10504;1.3262;13;1500;0;0;0;0;0;0;0
10.8;9;10504;1.3262;12;1500;0;0;0;0;0;0;0
10.9;9;10504;1.3262;11;1500;0;0;0;0;0;0;0
11;9;10504;1.3262;11;1500;0;0;0;0;0;0;0
11.1;9;10504;1.3262;9;1500;0;0;0;0;0;0;0
11.2;9;10504;1.3262;9;1500;0;0;0;0;0;0;0
11.3;9;10504;1.3262;8;1500;0;0;0;0;0;0;0
11.4;9;10504;1.3262;7;1500;0;0;0;0;0;0;0
11.5;9;10504;1.3262;6;1500;0;0;0;0;0;0;0
11.6;9;10504;1.3262;6;1500;0;0;0;0;0;0;0
11.7;9;10504;1.3262;5;1500;0;0;0;0;0;0;0
11.8;9;10504;1.3262;5;1500;0;0;0;0;0;0;0
11.9;9;10504;1.3262;4;1500;0;0;0;0;0;0;0
12;9;10504;1.3262;4;1500;0;0;0;0;0;0;0
12.1;9;10504;1.3262;3;1500;0;0;0;0;0;0;0
12.2;9;10504;1.3262;3;1500;0;0;0;0;0;0;0
12.3;9;10504;1.3262;3;1500;0;0;0;0;0;0;0
12.4;9;10504;1.3262;2;1500;0;0;0;0;0;0;0
12.5;9;10504;1.3262;2;1500;0;0;0;0;0;0;0
12.6;9;10504;1.3262;2;1500;0;0;0;0;0;0;0
12.7;9;10504;1.3262;2;1500;0;0;0;0;0;0;0
12.8;9;10504;1.3262;2;1500;0;0;0;0;0;0;0
12.9;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.1;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.2;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.3;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.4;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.5;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.6;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.7;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.8;9;10504;1.3262;1;1500;0;0;0;0;0;0;0
13.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.1;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.2;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.3;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.4;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.5;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.6;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.7;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.8;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
14.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.1;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.2;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.3;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.4;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.5;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.6;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.7;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.8;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
15.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.1;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.2;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.3;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.4;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.5;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.6;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.7;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.8;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
16.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.1;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.2;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.3;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.4;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.5;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.6;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.7;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.8;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
17.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.1;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.2;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.3;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.4;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.5;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.6;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.7;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.8;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
18.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.1;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.2;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.3;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.4;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.5;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.6;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.7;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.8;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
19.9;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
20;9;10504;1.3262;0;1500;0;0;0;0;0;0;0
# Overview of AWGN BLER Table #
Look-up tables of performance versus signal-to-noise ratio (SNR) are obtained via PHY simulations in additive white Gaussian noise (AWGN) channels. Then, to evaluate the BLER of fading channel, we map the received SINR to an AWGN curve using these look-up tables. Note that due to time/frequency selective fading, the received SINR value for each packet/ resource block varies. This requires the computation of AWGN equivalent SINR, also generally known as effective SINR, by mapping the individual symbol SINRs to a scalar. Then, the performance of the PHY in a fading channel at a given effective SINR is equivalent to the performance in AWGN channel.
## AWGN_results ##
The provided simulation results are for NR SISO channel modeling.
## AWGN_MIMO 2x2_results ##
The provided simulation results are for NR MIMO 2x2 channel modeling.
# Table Generation Method #
The tables result from an exponential effective SINR mapping (EESM) and comparison to MATLAB link-level simulation models.
# Limitations #
These BLER curves are used in the packet dropping abstraction process.
The curves in the tables can be used under the condition of L1 abstraction mode and packet dropping abstraction process.
......@@ -300,6 +300,9 @@ typedef struct {
int num_srs;
int num_harqs;
int num_csi_reports;
uint8_t pmi;
uint8_t ri;
uint8_t cqi;
} nr_emulated_l1_t;
typedef struct {
......
......@@ -50,6 +50,7 @@
#include "NR_MAC_UE/mac_extern.h"
#include "NR_MAC_COMMON/nr_mac_extern.h"
#include "common/utils/nr/nr_common.h"
#include "openair2/NR_UE_PHY_INTERFACE/NR_Packet_Drop.h"
/* PHY */
#include "PHY/NR_TRANSPORT/nr_dci.h"
......@@ -2694,6 +2695,17 @@ uint8_t get_csirs_RI_PMI_CQI_payload(NR_UE_MAC_INST_t *mac,
int cqi_bitlen = csi_report->csi_meas_bitlen.cqi_bitlen[mac->csirs_measurements.rank_indicator];
int padding_bitlen = n_bits - (cri_bitlen + ri_bitlen + pmi_x1_bitlen + pmi_x2_bitlen + cqi_bitlen);
if (get_softmodem_params()->emulate_l1) {
static const uint8_t mcs_to_cqi[] = {0, 1, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,
10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15};
CHECK_INDEX(nr_bler_data, NR_NUM_MCS - 1);
int mcs = get_mcs_from_sinr(nr_bler_data, (mac->nr_ue_emul_l1.cqi - 640) * 0.1);
CHECK_INDEX(mcs_to_cqi, mcs);
mac->csirs_measurements.rank_indicator = mac->nr_ue_emul_l1.ri;
mac->csirs_measurements.i1 = mac->nr_ue_emul_l1.pmi;
mac->csirs_measurements.cqi = mcs_to_cqi[mcs];
}
// TODO: Improvements will be needed to cri_bitlen>0 and pmi_x1_bitlen>0
temp_payload = (mac->csirs_measurements.rank_indicator<<(cri_bitlen+cqi_bitlen+pmi_x2_bitlen+padding_bitlen+pmi_x1_bitlen)) |
(mac->csirs_measurements.i1<<(cri_bitlen+cqi_bitlen+pmi_x2_bitlen)) |
......
......@@ -151,6 +151,11 @@ int nr_process_mac_pdu(instance_t module_idP,
//38.321 section 6.1.3.1
//fixed length
mac_len =1;
if (pdu_len < sizeof(NR_BSR_SHORT)) {
LOG_E(NR_MAC, "pdu_len %d is invalid (prior to cast of size %ld)\n",
pdu_len, sizeof(NR_BSR_SHORT));
return 0;
}
/* Extract short BSR value */
ce_ptr = &pduP[mac_subheader_len];
NR_BSR_SHORT *bsr_s = (NR_BSR_SHORT *) ce_ptr;
......@@ -174,8 +179,10 @@ int nr_process_mac_pdu(instance_t module_idP,
to be a partial PDU at the end of this buffer, so here
we gracefully ignore that by returning 0. See:
https://gitlab.eurecom.fr/oai/openairinterface5g/-/issues/534 */
if (!get_mac_len(pduP, pdu_len, &mac_len, &mac_subheader_len))
if (!get_mac_len(pduP, pdu_len, &mac_len, &mac_subheader_len)) {
LOG_E(NR_MAC, "pdu_len %d is invalid (shorter than MAC PDU header)\n", pdu_len);
return 0;
}
/* Extract long BSR value */
ce_ptr = &pduP[mac_subheader_len];
NR_BSR_LONG *bsr_l = (NR_BSR_LONG *) ce_ptr;
......@@ -282,8 +289,10 @@ int nr_process_mac_pdu(instance_t module_idP,
case UL_SCH_LCID_SRB1:
case UL_SCH_LCID_SRB2:
if (!get_mac_len(pduP, pdu_len, &mac_len, &mac_subheader_len))
if (!get_mac_len(pduP, pdu_len, &mac_len, &mac_subheader_len)) {
LOG_E(NR_MAC, "pdu_len %d is invalid (shorter than MAC PDU header)\n", pdu_len);
return 0;
}
rnti_t crnti = UE->rnti;
NR_UE_info_t* UE_idx = UE;
......@@ -328,6 +337,11 @@ int nr_process_mac_pdu(instance_t module_idP,
mac_len = 8;
// Check if it is a valid CCCH1 message, we get all 00's messages very often
if (pdu_len < mac_subheader_len + mac_len) {
LOG_E(NR_MAC, "pdu_len %d is invalid (prior to cast of size %d)\n",
pdu_len, mac_subheader_len + mac_len);
return 0;
}
int i = 0;
for(i=0; i<(mac_subheader_len+mac_len); i++) {
if(pduP[i] != 0) {
......@@ -354,8 +368,10 @@ int nr_process_mac_pdu(instance_t module_idP,
case UL_SCH_LCID_DTCH ... (UL_SCH_LCID_DTCH + 28):
// check if LCID is valid at current time.
if (!get_mac_len(pduP, pdu_len, &mac_len, &mac_subheader_len))
if (!get_mac_len(pduP, pdu_len, &mac_len, &mac_subheader_len)) {
LOG_E(NR_MAC, "pdu_len %d is invalid (shorter than MAC PDU header)\n", pdu_len);
return 0;
}
LOG_D(NR_MAC, "[UE %04x] %d.%d : ULSCH -> UL-%s %d (gNB %ld, %d bytes)\n",
UE->rnti,
......
......@@ -37,6 +37,7 @@
#include "LAYER2/nr_rlc/nr_rlc_oai_api.h"
#include <openair3/ocp-gtpu/gtp_itf.h>
#include "openair2/SDAP/nr_sdap/nr_sdap.h"
#include "executables/softmodem-common.h"
#define TODO do { \
printf("%s:%d:%s: todo\n", __FILE__, __LINE__, __FUNCTION__); \
......
......@@ -125,7 +125,7 @@ void NR_IF_Module_kill(int Mod_id);
void NR_UL_indication(NR_UL_IND_t *UL_INFO);
void RCconfig_nr_ue_L1(void);
void RCconfig_nr_ue_macrlc(void);
/*Interface for Downlink, transmitting the DLSCH SDU, DCI SDU*/
void NR_Schedule_Response(NR_Sched_Rsp_t *Sched_INFO);
......
......@@ -47,6 +47,7 @@
#include "openair2/GNB_APP/gnb_paramdef.h"
#include "radio/ETHERNET/USERSPACE/LIB/if_defs.h"
#include <stdio.h>
#include "openair2/GNB_APP/MACRLC_nr_paramdef.h"
#define MAX_IF_MODULES 100
......@@ -712,7 +713,7 @@ void check_and_process_dci(nfapi_nr_dl_tti_request_t *dl_tti_request,
{
frame = tx_data_request->SFN;
slot = tx_data_request->Slot;
LOG_I(NR_PHY, "[%d, %d] PDSCH in tx_request\n", frame, slot);
LOG_D(NR_PHY, "[%d, %d] PDSCH in tx_request\n", frame, slot);
copy_tx_data_req_to_dl_info(&mac->dl_info, tx_data_request);
}
else
......@@ -735,7 +736,6 @@ void check_and_process_dci(nfapi_nr_dl_tti_request_t *dl_tti_request,
slot = ul_tti_request->Slot;
LOG_T(NR_PHY, "[%d, %d] ul_tti_request\n", frame, slot);
copy_ul_tti_data_req_to_dl_info(&mac->dl_info, ul_tti_request);
free_and_zero(ul_tti_request);
}
else
{
......@@ -1016,16 +1016,17 @@ void *nrue_standalone_pnf_task(void *context)
nr_phy_channel_params_t *ch_info = CALLOC(1, sizeof(*ch_info));
memcpy(ch_info, buffer, sizeof(*ch_info));
if (ch_info->nb_of_sinrs > 1)
LOG_W(NR_PHY, "Expecting at most one SINR.\n");
if (ch_info->nb_of_csi > 1)
LOG_W(NR_PHY, "Expecting only one CSI report.\n");
// TODO: Update sinr field of slot_rnti_mcs to be array.
for (int i = 0; i < ch_info->nb_of_sinrs; ++i)
for (int i = 0; i < ch_info->nb_of_csi; ++i)
{
slot_rnti_mcs[NFAPI_SFNSLOT2SLOT(ch_info->sfn_slot)].sinr = ch_info->sinr[i];
slot_rnti_mcs[NFAPI_SFNSLOT2SLOT(ch_info->sfn_slot)].sinr = ch_info->csi[i].sinr;
slot_rnti_mcs[NFAPI_SFNSLOT2SLOT(ch_info->sfn_slot)].area_code = ch_info->csi[i].area_code;
LOG_T(NR_PHY, "Received_SINR[%d] = %f, sfn:slot %d:%d\n",
i, ch_info->sinr[i], NFAPI_SFNSLOT2SFN(ch_info->sfn_slot), NFAPI_SFNSLOT2SLOT(ch_info->sfn_slot));
LOG_D(NR_PHY, "Received_SINR[%d] = %f, sfn:slot %d:%d\n",
i, ch_info->csi[i].sinr, NFAPI_SFNSLOT2SFN(ch_info->sfn_slot), NFAPI_SFNSLOT2SLOT(ch_info->sfn_slot));
}
if (!put_queue(&nr_chan_param_queue, ch_info))
......@@ -1240,6 +1241,7 @@ int nr_ue_dl_indication(nr_downlink_indication_t *dl_info, NR_UL_TIME_ALIGNMENT_
(dl_info->rx_ind->rx_indication_body+i)->pdsch_pdu.ack_nack,
(dl_info->rx_ind->rx_indication_body+i)->pdsch_pdu.pdu,
(dl_info->rx_ind->rx_indication_body+i)->pdsch_pdu.pdu_length)) << FAPI_NR_RX_PDU_TYPE_SIB;
free((dl_info->rx_ind->rx_indication_body+i)->pdsch_pdu.pdu);
break;
case FAPI_NR_RX_PDU_TYPE_DLSCH:
ret_mask |= (handle_dlsch(dl_info, ul_time_alignment, i)) << FAPI_NR_RX_PDU_TYPE_DLSCH;
......@@ -1260,13 +1262,6 @@ int nr_ue_dl_indication(nr_downlink_indication_t *dl_info, NR_UL_TIME_ALIGNMENT_
free(dl_info->rx_ind);
dl_info->rx_ind = NULL;
}
//clean up nr_downlink_indication_t *dl_info
free(dl_info->dci_ind);
dl_info->dci_ind = NULL;
free(dl_info->rx_ind);
dl_info->rx_ind = NULL;
}
return 0;
}
......@@ -1314,29 +1309,29 @@ int nr_ue_dcireq(nr_dcireq_t *dcireq) {
return 0;
}
void RCconfig_nr_ue_L1(void) {
void RCconfig_nr_ue_macrlc(void) {
int j;
paramdef_t L1_Params[] = L1PARAMS_DESC;
paramlist_def_t L1_ParamList = {CONFIG_STRING_L1_LIST, NULL, 0};
paramdef_t MACRLC_Params[] = MACRLCPARAMS_DESC;
paramlist_def_t MACRLC_ParamList = {CONFIG_STRING_MACRLC_LIST, NULL, 0};
config_getlist(&L1_ParamList, L1_Params, sizeof(L1_Params) / sizeof(paramdef_t), NULL);
if (L1_ParamList.numelt > 0) {
for (j = 0; j < L1_ParamList.numelt; j++) {
if (strcmp(*(L1_ParamList.paramarray[j][L1_TRANSPORT_N_PREFERENCE_IDX].strptr), "nfapi") == 0) {
config_getlist(&MACRLC_ParamList, MACRLC_Params, sizeof(MACRLC_Params) / sizeof(paramdef_t), NULL);
if (MACRLC_ParamList.numelt > 0) {
for (j = 0; j < MACRLC_ParamList.numelt; j++) {
if (strcmp(*(MACRLC_ParamList.paramarray[j][MACRLC_TRANSPORT_N_PREFERENCE_IDX].strptr), "nfapi") == 0) {
stub_eth_params.local_if_name = strdup(
*(L1_ParamList.paramarray[j][L1_LOCAL_N_IF_NAME_IDX].strptr));
*(MACRLC_ParamList.paramarray[j][MACRLC_LOCAL_N_IF_NAME_IDX].strptr));
stub_eth_params.my_addr = strdup(
*(L1_ParamList.paramarray[j][L1_LOCAL_N_ADDRESS_IDX].strptr));
*(MACRLC_ParamList.paramarray[j][MACRLC_LOCAL_N_ADDRESS_IDX].strptr));
stub_eth_params.remote_addr = strdup(
*(L1_ParamList.paramarray[j][L1_REMOTE_N_ADDRESS_IDX].strptr));
*(MACRLC_ParamList.paramarray[j][MACRLC_REMOTE_N_ADDRESS_IDX].strptr));
stub_eth_params.my_portc =
*(L1_ParamList.paramarray[j][L1_LOCAL_N_PORTC_IDX].iptr);
*(MACRLC_ParamList.paramarray[j][MACRLC_LOCAL_N_PORTC_IDX].iptr);
stub_eth_params.remote_portc =
*(L1_ParamList.paramarray[j][L1_REMOTE_N_PORTC_IDX].iptr);
*(MACRLC_ParamList.paramarray[j][MACRLC_REMOTE_N_PORTC_IDX].iptr);
stub_eth_params.my_portd =
*(L1_ParamList.paramarray[j][L1_LOCAL_N_PORTD_IDX].iptr);
*(MACRLC_ParamList.paramarray[j][MACRLC_LOCAL_N_PORTD_IDX].iptr);
stub_eth_params.remote_portd =
*(L1_ParamList.paramarray[j][L1_REMOTE_N_PORTD_IDX].iptr);
*(MACRLC_ParamList.paramarray[j][MACRLC_REMOTE_N_PORTD_IDX].iptr);
stub_eth_params.transp_preference = ETH_UDP_MODE;
}
}
......
......@@ -181,3 +181,27 @@ bool should_drop_transport_block(int slot, uint16_t rnti)
}
return false;
}
int get_mcs_from_sinr(nr_bler_struct *nr_bler_data, float sinr)
{
if (sinr < (nr_bler_data[0].bler_table[0][0])) {
LOG_I(NR_MAC, "The SINR found is smaller than first MCS table\n");
return 0;
}
if (sinr > (nr_bler_data[NR_NUM_MCS-1].bler_table[nr_bler_data[NR_NUM_MCS-1].length - 1][0])) {
LOG_I(NR_MAC, "The SINR found is larger than last MCS table\n");
return NR_NUM_MCS-1;
}
for (int n = NR_NUM_MCS-1; n >= 0; n--) {
float largest_sinr = (nr_bler_data[n].bler_table[nr_bler_data[n].length - 1][0]);
float smallest_sinr = (nr_bler_data[n].bler_table[0][0]);
if (sinr < largest_sinr && sinr > smallest_sinr) {
LOG_I(NR_MAC, "The SINR found in MCS %d table\n", n);
return n;
}
}
LOG_E(NR_MAC, "Unable to get an MCS value.\n");
abort();
}
......@@ -27,42 +27,57 @@
#include "openair2/NR_PHY_INTERFACE/NR_IF_Module.h"
#define NR_NUM_MCS 29
#define NUM_SINR 100
#define NR_NUM_SINR 372
#define NUM_BLER_COL 13
#define NUM_NFAPI_SLOT 20
#define NR_NUM_LAYER 1
#define MAX_CHAN_PARAMS 256
#define MAX_NR_CHAN_PARAMS 256
typedef struct nr_phy_channel_params_t
{
uint16_t sfn_slot;
uint16_t message_id;
uint16_t nb_of_sinrs;
float sinr[NR_NUM_LAYER];
typedef struct NR_UL_TIME_ALIGNMENT NR_UL_TIME_ALIGNMENT_t;
typedef struct {
float sinr;
float rsrp;
float rsrq;
uint8_t source;
uint8_t pmi;
uint8_t ri;
uint8_t cqi;
uint8_t area_code;
} nr_channel_status;
typedef struct nr_phy_channel_params_t {
uint16_t sfn_slot;
uint16_t message_id;
uint16_t nb_of_csi;
nr_channel_status csi[NR_NUM_LAYER];
} nr_phy_channel_params_t;
typedef struct
{
uint8_t slot;
uint16_t rnti[MAX_CHAN_PARAMS];
uint8_t mcs[MAX_CHAN_PARAMS];
uint8_t rvIndex[MAX_CHAN_PARAMS];
float sinr;
uint16_t num_pdus;
bool drop_flag[MAX_CHAN_PARAMS];
bool latest;
typedef struct {
uint8_t slot;
uint16_t rnti[MAX_NR_CHAN_PARAMS];
uint8_t mcs[MAX_NR_CHAN_PARAMS];
uint8_t rvIndex[MAX_NR_CHAN_PARAMS];
float sinr;
uint16_t num_pdus;
bool drop_flag[MAX_NR_CHAN_PARAMS];
bool latest;
uint8_t area_code;
} slot_rnti_mcs_s;
typedef struct
{
uint16_t length;
float bler_table[NUM_SINR][NUM_BLER_COL];
typedef struct {
uint16_t length;
float bler_table[NR_NUM_SINR][NUM_BLER_COL];
} nr_bler_struct;
extern nr_bler_struct nr_bler_data[NR_NUM_MCS];
extern nr_bler_struct nr_mimo_bler_data[NR_NUM_MCS];
void read_channel_param(const nfapi_nr_dl_tti_pdsch_pdu_rel15_t * pdu, int sf, int index);
void save_pdsch_pdu_for_crnti(nfapi_nr_dl_tti_request_t *dl_tti_request);
float get_bler_val(uint8_t mcs, int sinr);
bool should_drop_transport_block(int slot, uint16_t rnti);
bool is_channel_modeling(void);
int get_mcs_from_sinr(nr_bler_struct *nr_bler_data, float sinr);
#endif
......@@ -37,7 +37,6 @@ gNBs =
////////// Physical parameters:
ssb_SubcarrierOffset = 0;
pdsch_AntennaPorts = 1;
pusch_AntennaPorts = 2;
min_rxtxtime_pdsch = 2;
......
......@@ -37,7 +37,6 @@ gNBs =
////////// Physical parameters:
ssb_SubcarrierOffset = 0;
pdsch_AntennaPorts = 1;
pusch_AntennaPorts = 2;
min_rxtxtime_pdsch = 5;
......
......@@ -37,7 +37,6 @@ gNBs =
////////// Physical parameters:
ssb_SubcarrierOffset = 0;
pdsch_AntennaPorts = 1;
pusch_AntennaPorts = 2;
#pusch_TargetSNRx10 = 200;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment