mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct a one-symbol offset in the MAP65 Tx waveform for Q65, leading to +0.6 s DT bias.
This commit is contained in:
parent
9397bdfbea
commit
1b2ed29eba
@ -36,7 +36,7 @@ subroutine gen_q65_wave(msg,ntxfreq,mode65,msgsent,iwave,nwave)
|
||||
j0=0
|
||||
do i=1,iz
|
||||
t=t+dt
|
||||
j=t/tsym
|
||||
j=t/tsym + 1.0
|
||||
if(j.ne.j0) then
|
||||
f=f0 + itone(j)*dfgen
|
||||
dphi=twopi*dt*f
|
||||
|
Loading…
Reference in New Issue
Block a user