mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 06:08:42 -05:00
More updates...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7656 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ffa55cc1dd
commit
87c326a939
@ -25,8 +25,6 @@ program wspr5sim
|
||||
read(arg,*) snrdb
|
||||
|
||||
call genwspr5(msg,ichk,msgsent,itone,itype)
|
||||
write(*,1234) itone(1:20)
|
||||
1234 format(20i3)
|
||||
|
||||
txt=NN*NSPS0/12000.0
|
||||
write(*,1000) f0,xdt,txt,snrdb,nfiles,msgsent
|
||||
@ -59,8 +57,6 @@ program wspr5sim
|
||||
if(phi.gt.twopi) phi=phi-twopi
|
||||
xphi=phi
|
||||
c0(k)=cmplx(cos(xphi),sin(xphi))
|
||||
! write(39,3039) k,-c0(k)
|
||||
!3039 format(i8,2f12.6)
|
||||
enddo
|
||||
enddo
|
||||
c0=sig*c0 !Scale to requested sig level
|
||||
|
Loading…
Reference in New Issue
Block a user