mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-11 13:58:35 -04:00
Change lower case nsps to upper case NSPS in sfox_wave_gfsk.f90.
This commit is contained in:
parent
e83290b1c9
commit
d68ef69e9e
@ -26,7 +26,7 @@ subroutine sfox_wave_gfsk(fname)
|
||||
hmod=1.0
|
||||
dphi_peak=twopi*hmod/real(NSPS)
|
||||
do i=1,3*NSPS
|
||||
tt=(i-1.5*nsps)/real(nsps)
|
||||
tt=(i-1.5*NSPS)/real(NSPS)
|
||||
pulse(i)=gfsk_pulse(BT,tt)
|
||||
enddo
|
||||
first=.false.
|
||||
|
Loading…
Reference in New Issue
Block a user