mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -05:00
Now compiling on Aubrey.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@408 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ed12f6b0c8
commit
45286b0345
3
ccf65.f
3
ccf65.f
@ -2,7 +2,8 @@
|
|||||||
+ snr2,ipol2,dt2)
|
+ snr2,ipol2,dt2)
|
||||||
|
|
||||||
parameter (NFFT=512,NH=NFFT/2)
|
parameter (NFFT=512,NH=NFFT/2)
|
||||||
real ss(4,322) !Input: half-symbol powers, 4 pol'ns
|
real ss(4,322)
|
||||||
|
!Input: half-symbol powers, 4 pol'ns
|
||||||
real s(NFFT) !CCF = ss*pr
|
real s(NFFT) !CCF = ss*pr
|
||||||
complex cs(0:NH) !Complex FT of s
|
complex cs(0:NH) !Complex FT of s
|
||||||
real s2(NFFT) !CCF = ss*pr2
|
real s2(NFFT) !CCF = ss*pr2
|
||||||
|
3
filbig.f
3
filbig.f
@ -11,7 +11,8 @@ C f_stop = 750 Hz.
|
|||||||
complex ca(NFFT1),cb(NFFT1) !FFTs of input
|
complex ca(NFFT1),cb(NFFT1) !FFTs of input
|
||||||
real*8 df
|
real*8 df
|
||||||
real halfpulse(8) !Impulse response of filter (one side)
|
real halfpulse(8) !Impulse response of filter (one side)
|
||||||
complex cfilt(NFFT2) !Filter (complex; imag = 0)
|
complex cfilt(NFFT2)
|
||||||
|
!Filter (complex; imag = 0)
|
||||||
real rfilt(NFFT2) !Filter (real)
|
real rfilt(NFFT2) !Filter (real)
|
||||||
integer plan1,plan2,plan3,plan4,plan5
|
integer plan1,plan2,plan3,plan4,plan5
|
||||||
logical first
|
logical first
|
||||||
|
@ -77,6 +77,7 @@ subroutine ftn_init
|
|||||||
err=911)
|
err=911)
|
||||||
#endif
|
#endif
|
||||||
endfile 19
|
endfile 19
|
||||||
|
rewind 19
|
||||||
|
|
||||||
#ifdef Win32
|
#ifdef Win32
|
||||||
open(20,file=appdir(:iz)//'/bandmap2.txt',status='unknown', &
|
open(20,file=appdir(:iz)//'/bandmap2.txt',status='unknown', &
|
||||||
@ -86,6 +87,7 @@ subroutine ftn_init
|
|||||||
err=912)
|
err=912)
|
||||||
#endif
|
#endif
|
||||||
endfile 20
|
endfile 20
|
||||||
|
rewind 20
|
||||||
|
|
||||||
#ifdef Win32
|
#ifdef Win32
|
||||||
open(21,file=appdir(:iz)//'/ALL.TXT',status='unknown', &
|
open(21,file=appdir(:iz)//'/ALL.TXT',status='unknown', &
|
||||||
@ -120,6 +122,8 @@ subroutine ftn_init
|
|||||||
#else
|
#else
|
||||||
open(26,file=appdir(:iz)//'/tmp26.txt',status='unknown')
|
open(26,file=appdir(:iz)//'/tmp26.txt',status='unknown')
|
||||||
#endif
|
#endif
|
||||||
|
end file 26
|
||||||
|
rewind 26
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ subroutine map65a
|
|||||||
! nflip=-1 !May need to try both +/- 1
|
! nflip=-1 !May need to try both +/- 1
|
||||||
! ip0=4 !Try all four?
|
! ip0=4 !Try all four?
|
||||||
|
|
||||||
! open(23,file='CALL3.TXT',status='old')
|
open(23,file='CALL3.TXT',status='old')
|
||||||
|
|
||||||
df=96000.0/NFFT !df = 96000/NFFT = 2.930 Hz
|
df=96000.0/NFFT !df = 96000/NFFT = 2.930 Hz
|
||||||
fa=0.0
|
fa=0.0
|
||||||
@ -314,5 +314,6 @@ subroutine map65a
|
|||||||
|
|
||||||
999 newdat2=0
|
999 newdat2=0
|
||||||
nagain=0
|
nagain=0
|
||||||
|
close(23)
|
||||||
return
|
return
|
||||||
end subroutine map65a
|
end subroutine map65a
|
||||||
|
Loading…
Reference in New Issue
Block a user