| Functions | |
| bianchi_ax (data_rate, ack_rate, k, difs) | |
| str_result (bianchi_result, mcs, bw) | |
| Variables | |
| list | ack_rates_160MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
| list | ack_rates_20MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
| list | ack_rates_40MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
| list | ack_rates_80MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
| bianchi_result = bianchi_ax(data_rates_20MHz[i], ack_rates_20MHz[i], k, difs) | |
| list | data_rates_160MHz | 
| list | data_rates_20MHz | 
| list | data_rates_40MHz | 
| list | data_rates_80MHz | 
| int | difs = 1 | 
| encoding | |
| int | k = 1 | 
| str_s = str_result(bianchi_result, i, 20) | |
| bianchi11ax.bianchi_ax | ( | data_rate, | |
| ack_rate, | |||
| k, | |||
| difs ) | 
Definition at line 13 of file bianchi11ax.py.
| bianchi11ax.str_result | ( | bianchi_result, | |
| mcs, | |||
| bw ) | 
Definition at line 117 of file bianchi11ax.py.
| list bianchi11ax.ack_rates_160MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
Definition at line 187 of file bianchi11ax.py.
| list bianchi11ax.ack_rates_20MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
Definition at line 142 of file bianchi11ax.py.
| list bianchi11ax.ack_rates_40MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
Definition at line 157 of file bianchi11ax.py.
| list bianchi11ax.ack_rates_80MHz = [6e6, 12e6, 12e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6, 24e6] | 
Definition at line 172 of file bianchi11ax.py.
| bianchi11ax.bianchi_result = bianchi_ax(data_rates_20MHz[i], ack_rates_20MHz[i], k, difs) | 
Definition at line 195 of file bianchi11ax.py.
| list bianchi11ax.data_rates_160MHz | 
Definition at line 173 of file bianchi11ax.py.
| list bianchi11ax.data_rates_20MHz | 
Definition at line 128 of file bianchi11ax.py.
| list bianchi11ax.data_rates_40MHz | 
Definition at line 143 of file bianchi11ax.py.
| list bianchi11ax.data_rates_80MHz | 
Definition at line 158 of file bianchi11ax.py.
| int bianchi11ax.difs = 1 | 
Definition at line 192 of file bianchi11ax.py.
| bianchi11ax.encoding | 
Definition at line 193 of file bianchi11ax.py.
| int bianchi11ax.k = 1 | 
Definition at line 190 of file bianchi11ax.py.
| bianchi11ax.str_s = str_result(bianchi_result, i, 20) | 
Definition at line 196 of file bianchi11ax.py.