mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted duration of ofdm2438
This commit is contained in:
parent
68b9f48e05
commit
4c2e29ae7c
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ class ARQSession:
|
|||
},
|
||||
3: {
|
||||
'mode': codec2.FREEDV_MODE.data_ofdm_2438,
|
||||
'min_snr': 8,
|
||||
'duration_per_frame': 6.5,
|
||||
'min_snr': 8.5,
|
||||
'duration_per_frame': 5.5,
|
||||
'bandwidth': 2438,
|
||||
},
|
||||
#4: {
|
||||
|
|
Loading…
Reference in a new issue