mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-08 10:06:11 -05:00
Temporary: limit Rx search range to 15-- +/- 50 Hz.
This commit is contained in:
parent
dc5d85f850
commit
2846a6422a
@ -104,6 +104,10 @@ contains
|
|||||||
enddo
|
enddo
|
||||||
enddo
|
enddo
|
||||||
call smo121(s,iz)
|
call smo121(s,iz)
|
||||||
|
ia=1450/df2
|
||||||
|
ib=1550/df2
|
||||||
|
s(:ia)=0.
|
||||||
|
s(ib:)=0.
|
||||||
ipk=maxloc(s)
|
ipk=maxloc(s)
|
||||||
f0=df2*ipk(1) - 0.5*baud !Candidate sync frequency
|
f0=df2*ipk(1) - 0.5*baud !Candidate sync frequency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user