Home
last modified time | relevance | path

Searched defs:dopspread (Results 1 – 2 of 2) sorted by relevance

/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Dmapsim.f90179 subroutine dopspread(cwave,fspread) subroutine
183 complex cwave(NMAX)
184 complex cspread(0:NMAX-1)
/dports/comms/wsjtz/wsjtx/lib/
H A Dfst4_decode.f90906 subroutine dopspread(itone,iwave,nsps,nmax,ndown,hmod,i0,fc,fmid,w50) subroutine
911 complex, allocatable :: cwave(:) !Reconstructed complex signal
912 complex, allocatable :: g(:) !Channel gain, g(t) in QEX paper
913 real,allocatable :: ss(:) !Computed power spectrum of g(t)
914 integer itone(160) !Tones for this message
915 integer*2 iwave(nmax) !Raw Rx data
916 integer hmod !Modulation index
1002 end subroutine dopspread argument