Fixed jumping frequency by better signal frequency tweaking after sync

This commit is contained in:
Jordan Sherer
2019-10-05 14:55:15 -04:00
parent aee8de2b64
commit 6f111cdb73
6 changed files with 48 additions and 18 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ subroutine js8dec(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,lapon,lapcqonly, &
delf=ifr*0.5
dphi=twopi*delf*dt2
phi=0.0
do i=1,NDOWNSPS
do i=1,(4*NSPS/NDOWN)
ctwk(i)=cmplx(cos(phi),sin(phi))
phi=mod(phi+dphi,twopi)
enddo