mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Make default MSK144 amplitude polynomial flat.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8026 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
e8eb1fd248
commit
84813be7db
@ -16,8 +16,10 @@ subroutine analytic(d,npts,nfft,c,pc,beq)
|
|||||||
logical*1 beq ! boolean static equalizer flag
|
logical*1 beq ! boolean static equalizer flag
|
||||||
|
|
||||||
data nfft0/0/
|
data nfft0/0/
|
||||||
data aclast/1.0,0.0,0.0,0.0,0.0/
|
data aclast/0.0,0.0,0.0,0.0,0.0/
|
||||||
data ac/1.0,0.05532,0.11438,0.12918,0.09274/ ! amp coeffs for TS2000
|
data pclast/0.0,0.0,0.0,0.0,0.0/
|
||||||
|
! data ac/1.0,0.05532,0.11438,0.12918,0.09274/ ! amp coeffs for TS2000
|
||||||
|
data ac/1.0,0.0,0.0,0.0,0.0/
|
||||||
|
|
||||||
save corr,nfft0,h,ac,aclast,pclast,pi,t,beta
|
save corr,nfft0,h,ac,aclast,pclast,pi,t,beta
|
||||||
|
|
||||||
@ -43,8 +45,8 @@ subroutine analytic(d,npts,nfft,c,pc,beq)
|
|||||||
if( any(aclast .ne. ac) .or. any(pclast .ne. pc) ) then
|
if( any(aclast .ne. ac) .or. any(pclast .ne. pc) ) then
|
||||||
aclast=ac
|
aclast=ac
|
||||||
pclast=pc
|
pclast=pc
|
||||||
write(*,3001) pc
|
! write(*,3001) pc
|
||||||
3001 format('Phase coeffs:',5f12.6)
|
!3001 format('Phase coeffs:',5f12.6)
|
||||||
do i=1,nh+1
|
do i=1,nh+1
|
||||||
ff=(i-1)*df
|
ff=(i-1)*df
|
||||||
f=ff-1500.0
|
f=ff-1500.0
|
||||||
|
Loading…
Reference in New Issue
Block a user