mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 21:22:27 -04:00
Remove temporary hardwiring of the "Fast" decode setting.
This commit is contained in:
parent
4a7d5b8602
commit
516f21b17c
@ -116,9 +116,6 @@ contains
|
|||||||
baud=12000.0/nsps
|
baud=12000.0/nsps
|
||||||
this%callback => callback
|
this%callback => callback
|
||||||
nFadingModel=1
|
nFadingModel=1
|
||||||
|
|
||||||
inquire(file='ndepth.dat',exist=ex)
|
|
||||||
if(.not.ex) ndepth=iand(ndepth,not(3)) + 1 !Treat any ndepth as "Fast"
|
|
||||||
maxiters=33
|
maxiters=33
|
||||||
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
|
ibwa=max(1,int(1.8*log(baud*mode_q65)) + 1)
|
||||||
ibwb=min(10,ibwa+2)
|
ibwb=min(10,ibwa+2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user